HEX: #9ABC71
RGB: (154,188,113)
#9ABC71 enthält hauptsächlich rote und grüne Farbe. Für #9ABC71 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #9ABC71 wird in RGB als (154,188,113) definiert.
RGB: (154,188,113)
(60%, 74%, 44%)
R 154 von 255 = 60%
G 188 von 255 = 74%
B 113 von 255 = 44%
R + G + B ~ 59%. #9ABC71 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 154 + 188 + 113 = 455 (100%)
R 154 von 455 ~ 33.85%
G 188 von 455 ~ 41.32%
B 113 von 455 ~ 24.84'%
Die Farbe #9ABC71 wird in CMYK als (18,0,40,26) definiert.
CMYK: (18,0,40,26) C18M0Y40K26 (18%,0%,40%,26%) (0.18/0.00/0.40/0.26)
Farbe #9ABC71 in den populären Farbmodellen.
9A | BC | 71 | |
---|---|---|---|
RGB | 154 | 188 | 113 |
HSL | 87° | 35.89% | 59.02% |
HSB/HSV | 87° | 39.89% | 73.73% |
CMYK | 18.09% | 0.00% | 39.89% |
26.27% |
Die Farbe #9ABC71 in den populären Zahlensystemen.
Hexadezimal | 9A | BC | 71 |
Dezimal | 154 | 188 | 113 |
Binär | 10011010 | 10111100 | 1110001 |
Oktal | 232 | 274 | 161 |
Dunkle Töne der Farbe #9ABC71
Helle Töne der Farbe #9ABC71
Beispiele css- und html für Elemente in der Farbe #9ABC71. Bitte benutzen Sie auch rgb(154,188,113) statt hex-Code.
.myTextColor { color: #9ABC71; }
<p style="color:#9ABC71">This sample text font color is #9ABC71.</p>
Die Farbe dieses Textes ist #9ABC71.
.myBgColor { background-color: #9ABC71; }
<div style="background-color:#9ABC71">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9ABC71.
.myBorderColor { border: 1px solid #9ABC71; }
<div style="border:3px solid #9ABC71">Div</div>
Die Grenzen von diesem div sind in Farbe #9ABC71.
.myOpacity80 { color: #9ABC71; opacity: 0.8; }
<p style="color:#9ABC71;opacity:0.8;">80%</p>
Text in Farbe #9ABC71 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9ABC71;}
<p style="text-shadow: 3px 3px 1px #9ABC71">Text here.</p>
Dieser Text hat den Schatten in Farbe #9ABC71.
.textShadow {text-shadow: 3px 3px 1px #9ABC71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9ABC71, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9ABC71 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9ABC71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9ABC71, Direction=45, Strength=4)">Text</p>
This text has shadow with #9ABC71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9ABC71;
-webkit-box-shadow: 1px 1px 3px 2px #9ABC71;
box-shadow: 1px 1px 3px 2px #9ABC71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ABC71; -webkit-box-shadow: 1px 1px 3px 2px #9ABC71; box-shadow:1px 1px 3px 2px #9ABC71;">
Div content here
</div>
Dieser Text ist in der Farbe #9ABC71 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9ABC71 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9ABC71.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9ABC71.
Kontrastfarbe für #hex ist #65438E.