HEX: #ABD59E
RGB: (171,213,158)
#ABD59E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ABD59E ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ABD59E wird in RGB als (171,213,158) definiert.
RGB: (171,213,158)
(67%, 84%, 62%)
R 171 von 255 = 67%
G 213 von 255 = 84%
B 158 von 255 = 62%
R + G + B ~ 71%. #ABD59E ziemlich helle Farbe.
R + G + B = 171 + 213 + 158 = 542 (100%)
R 171 von 542 ~ 31.55%
G 213 von 542 ~ 39.3%
B 158 von 542 ~ 29.15'%
Die Farbe #ABD59E wird in CMYK als (20,0,26,16) definiert.
CMYK: (20,0,26,16)
C20M0Y26K16 (20%, 0%, 26%, 16%)
(0.20 / 0.00 / 0.26 / 0.16)
Farbe #ABD59E in den populären Farbmodellen.
AB | D5 | 9E | |
---|---|---|---|
RGB | 171 | 213 | 158 |
HSL | 106° | 39.57% | 72.75% |
HSB/HSV | 106° | 25.82% | 83.53% |
CMYK | 19.72% | 0.00% | 25.82% |
16.47% |
Die Farbe #ABD59E in den populären Zahlensystemen.
Hexadezimal | AB | D5 | 9E |
Dezimal | 171 | 213 | 158 |
Binär | 10101011 | 11010101 | 10011110 |
Oktal | 253 | 325 | 236 |
Dunkle Töne der Farbe #ABD59E
Helle Töne der Farbe #ABD59E
Beispiele css- und html für Elemente in der Farbe #ABD59E. Bitte benutzen Sie auch rgb(171,213,158) statt hex-Code.
.myTextColor { color: #ABD59E; }
<p style="color:#ABD59E">This sample text font color is #ABD59E.</p>
Die Farbe dieses Textes ist #ABD59E.
.myBgColor { background-color: #ABD59E; }
<div style="background-color:#ABD59E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ABD59E.
.myBorderColor { border: 1px solid #ABD59E; }
<div style="border:3px solid #ABD59E">Div</div>
Die Grenzen von diesem div sind in Farbe #ABD59E.
.myOpacity80 { color: #ABD59E; opacity: 0.8; }
<p style="color:#ABD59E;opacity:0.8;">80%</p>
Text in Farbe #ABD59E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABD59E;}
<p style="text-shadow: 3px 3px 1px #ABD59E">Text here.</p>
Dieser Text hat den Schatten in Farbe #ABD59E.
.textShadow {text-shadow: 3px 3px 1px #ABD59E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABD59E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ABD59E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABD59E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABD59E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABD59E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABD59E;
-webkit-box-shadow: 1px 1px 3px 2px #ABD59E;
box-shadow: 1px 1px 3px 2px #ABD59E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABD59E; -webkit-box-shadow: 1px 1px 3px 2px #ABD59E; box-shadow:1px 1px 3px 2px #ABD59E;">
Div content here
</div>
Dieser Text ist in der Farbe #ABD59E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ABD59E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ABD59E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ABD59E.
Kontrastfarbe für #ABD59E ist #542A61.