HEX: #ABE59B
RGB: (171,229,155)
#ABE59B enthält hauptsächlich rote und grüne Farbe. Für #ABE59B ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ABE59B wird in RGB als (171,229,155) definiert.
RGB: (171,229,155)
(67%, 90%, 61%)
R 171 von 255 = 67%
G 229 von 255 = 90%
B 155 von 255 = 61%
R + G + B ~ 73%. #ABE59B ziemlich helle Farbe.
R + G + B = 171 + 229 + 155 = 555 (100%)
R 171 von 555 ~ 30.81%
G 229 von 555 ~ 41.26%
B 155 von 555 ~ 27.93'%
Die Farbe #ABE59B wird in CMYK als (25,0,32,10) definiert.
CMYK: (25,0,32,10)
C25M0Y32K10 (25%, 0%, 32%, 10%)
(0.25 / 0.00 / 0.32 / 0.10)
Farbe #ABE59B in den populären Farbmodellen.
AB | E5 | 9B | |
---|---|---|---|
RGB | 171 | 229 | 155 |
HSL | 107° | 58.73% | 75.29% |
HSB/HSV | 107° | 32.31% | 89.80% |
CMYK | 25.33% | 0.00% | 32.31% |
10.20% |
Die Farbe #ABE59B in den populären Zahlensystemen.
Hexadezimal | AB | E5 | 9B |
Dezimal | 171 | 229 | 155 |
Binär | 10101011 | 11100101 | 10011011 |
Oktal | 253 | 345 | 233 |
Dunkle Töne der Farbe #ABE59B
Helle Töne der Farbe #ABE59B
Beispiele css- und html für Elemente in der Farbe #ABE59B. Bitte benutzen Sie auch rgb(171,229,155) statt hex-Code.
.myTextColor { color: #ABE59B; }
<p style="color:#ABE59B">This sample text font color is #ABE59B.</p>
Die Farbe dieses Textes ist #ABE59B.
.myBgColor { background-color: #ABE59B; }
<div style="background-color:#ABE59B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ABE59B.
.myBorderColor { border: 1px solid #ABE59B; }
<div style="border:3px solid #ABE59B">Div</div>
Die Grenzen von diesem div sind in Farbe #ABE59B.
.myOpacity80 { color: #ABE59B; opacity: 0.8; }
<p style="color:#ABE59B;opacity:0.8;">80%</p>
Text in Farbe #ABE59B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABE59B;}
<p style="text-shadow: 3px 3px 1px #ABE59B">Text here.</p>
Dieser Text hat den Schatten in Farbe #ABE59B.
.textShadow {text-shadow: 3px 3px 1px #ABE59B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABE59B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ABE59B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABE59B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABE59B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABE59B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABE59B;
-webkit-box-shadow: 1px 1px 3px 2px #ABE59B;
box-shadow: 1px 1px 3px 2px #ABE59B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABE59B; -webkit-box-shadow: 1px 1px 3px 2px #ABE59B; box-shadow:1px 1px 3px 2px #ABE59B;">
Div content here
</div>
Dieser Text ist in der Farbe #ABE59B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ABE59B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ABE59B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ABE59B.
Kontrastfarbe für #hex ist #541A64.