HEX: #ADD89E
RGB: (173,216,158)
#ADD89E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADD89E ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADD89E wird in RGB als (173,216,158) definiert.
RGB: (173,216,158)
(68%, 85%, 62%)
R 173 von 255 = 68%
G 216 von 255 = 85%
B 158 von 255 = 62%
R + G + B ~ 72%. #ADD89E ziemlich helle Farbe.
R + G + B = 173 + 216 + 158 = 547 (100%)
R 173 von 547 ~ 31.63%
G 216 von 547 ~ 39.49%
B 158 von 547 ~ 28.88'%
Die Farbe #ADD89E wird in CMYK als (20,0,27,15) definiert.
CMYK: (20,0,27,15)
C20M0Y27K15 (20%, 0%, 27%, 15%)
(0.20 / 0.00 / 0.27 / 0.15)
Farbe #ADD89E in den populären Farbmodellen.
AD | D8 | 9E | |
---|---|---|---|
RGB | 173 | 216 | 158 |
HSL | 104° | 42.65% | 73.33% |
HSB/HSV | 104° | 26.85% | 84.71% |
CMYK | 19.91% | 0.00% | 26.85% |
15.29% |
Die Farbe #ADD89E in den populären Zahlensystemen.
Hexadezimal | AD | D8 | 9E |
Dezimal | 173 | 216 | 158 |
Binär | 10101101 | 11011000 | 10011110 |
Oktal | 255 | 330 | 236 |
Dunkle Töne der Farbe #ADD89E
Helle Töne der Farbe #ADD89E
Beispiele css- und html für Elemente in der Farbe #ADD89E. Bitte benutzen Sie auch rgb(173,216,158) statt hex-Code.
.myTextColor { color: #ADD89E; }
<p style="color:#ADD89E">This sample text font color is #ADD89E.</p>
Die Farbe dieses Textes ist #ADD89E.
.myBgColor { background-color: #ADD89E; }
<div style="background-color:#ADD89E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADD89E.
.myBorderColor { border: 1px solid #ADD89E; }
<div style="border:3px solid #ADD89E">Div</div>
Die Grenzen von diesem div sind in Farbe #ADD89E.
.myOpacity80 { color: #ADD89E; opacity: 0.8; }
<p style="color:#ADD89E;opacity:0.8;">80%</p>
Text in Farbe #ADD89E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD89E;}
<p style="text-shadow: 3px 3px 1px #ADD89E">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADD89E.
.textShadow {text-shadow: 3px 3px 1px #ADD89E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD89E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADD89E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD89E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD89E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD89E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD89E;
-webkit-box-shadow: 1px 1px 3px 2px #ADD89E;
box-shadow: 1px 1px 3px 2px #ADD89E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD89E; -webkit-box-shadow: 1px 1px 3px 2px #ADD89E; box-shadow:1px 1px 3px 2px #ADD89E;">
Div content here
</div>
Dieser Text ist in der Farbe #ADD89E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADD89E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADD89E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADD89E.
Kontrastfarbe für #hex ist #522761.