HEX: #ABC137
RGB: (171,193,55)
#ABC137 enthält hauptsächlich rote und grüne Farbe. Für #ABC137 ist eine «websichere» Webfarbe #99CC33 (oder kurz #9C3).
Die Farbe #ABC137 wird in RGB als (171,193,55) definiert.
RGB: (171,193,55)
(67%, 76%, 22%)
R 171 von 255 = 67%
G 193 von 255 = 76%
B 55 von 255 = 22%
R + G + B ~ 55%. #ABC137 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 193 + 55 = 419 (100%)
R 171 von 419 ~ 40.81%
G 193 von 419 ~ 46.06%
B 55 von 419 ~ 13.13'%
Die Farbe #ABC137 wird in CMYK als (11,0,72,24) definiert.
CMYK: (11,0,72,24)
C11M0Y72K24 (11%, 0%, 72%, 24%)
(0.11 / 0.00 / 0.72 / 0.24)
Farbe #ABC137 in den populären Farbmodellen.
AB | C1 | 37 | |
---|---|---|---|
RGB | 171 | 193 | 55 |
HSL | 70° | 55.65% | 48.63% |
HSB/HSV | 70° | 71.50% | 75.69% |
CMYK | 11.40% | 0.00% | 71.50% |
24.31% |
Die Farbe #ABC137 in den populären Zahlensystemen.
Hexadezimal | AB | C1 | 37 |
Dezimal | 171 | 193 | 55 |
Binär | 10101011 | 11000001 | 110111 |
Oktal | 253 | 301 | 67 |
Dunkle Töne der Farbe #ABC137
Helle Töne der Farbe #ABC137
Beispiele css- und html für Elemente in der Farbe #ABC137. Bitte benutzen Sie auch rgb(171,193,55) statt hex-Code.
.myTextColor { color: #ABC137; }
<p style="color:#ABC137">This sample text font color is #ABC137.</p>
Die Farbe dieses Textes ist #ABC137.
.myBgColor { background-color: #ABC137; }
<div style="background-color:#ABC137">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ABC137.
.myBorderColor { border: 1px solid #ABC137; }
<div style="border:3px solid #ABC137">Div</div>
Die Grenzen von diesem div sind in Farbe #ABC137.
.myOpacity80 { color: #ABC137; opacity: 0.8; }
<p style="color:#ABC137;opacity:0.8;">80%</p>
Text in Farbe #ABC137 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC137;}
<p style="text-shadow: 3px 3px 1px #ABC137">Text here.</p>
Dieser Text hat den Schatten in Farbe #ABC137.
.textShadow {text-shadow: 3px 3px 1px #ABC137', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC137, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ABC137 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC137, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC137, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC137 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC137;
-webkit-box-shadow: 1px 1px 3px 2px #ABC137;
box-shadow: 1px 1px 3px 2px #ABC137;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC137; -webkit-box-shadow: 1px 1px 3px 2px #ABC137; box-shadow:1px 1px 3px 2px #ABC137;">
Div content here
</div>
Dieser Text ist in der Farbe #ABC137 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ABC137 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ABC137.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ABC137.
Kontrastfarbe für #hex ist #543EC8.