HEX: #ACCB7E
RGB: (172,203,126)
#ACCB7E enthält hauptsächlich rote und grüne Farbe. Für #ACCB7E ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ACCB7E wird in RGB als (172,203,126) definiert.
RGB: (172,203,126)
(67%, 80%, 49%)
R 172 von 255 = 67%
G 203 von 255 = 80%
B 126 von 255 = 49%
R + G + B ~ 65%. #ACCB7E ziemlich helle Farbe.
R + G + B = 172 + 203 + 126 = 501 (100%)
R 172 von 501 ~ 34.33%
G 203 von 501 ~ 40.52%
B 126 von 501 ~ 25.15'%
Die Farbe #ACCB7E wird in CMYK als (15,0,38,20) definiert.
CMYK: (15,0,38,20)
C15M0Y38K20 (15%, 0%, 38%, 20%)
(0.15 / 0.00 / 0.38 / 0.20)
Farbe #ACCB7E in den populären Farbmodellen.
AC | CB | 7E | |
---|---|---|---|
RGB | 172 | 203 | 126 |
HSL | 84° | 42.54% | 64.51% |
HSB/HSV | 84° | 37.93% | 79.61% |
CMYK | 15.27% | 0.00% | 37.93% |
20.39% |
Die Farbe #ACCB7E in den populären Zahlensystemen.
Hexadezimal | AC | CB | 7E |
Dezimal | 172 | 203 | 126 |
Binär | 10101100 | 11001011 | 1111110 |
Oktal | 254 | 313 | 176 |
Dunkle Töne der Farbe #ACCB7E
Helle Töne der Farbe #ACCB7E
Beispiele css- und html für Elemente in der Farbe #ACCB7E. Bitte benutzen Sie auch rgb(172,203,126) statt hex-Code.
.myTextColor { color: #ACCB7E; }
<p style="color:#ACCB7E">This sample text font color is #ACCB7E.</p>
Die Farbe dieses Textes ist #ACCB7E.
.myBgColor { background-color: #ACCB7E; }
<div style="background-color:#ACCB7E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ACCB7E.
.myBorderColor { border: 1px solid #ACCB7E; }
<div style="border:3px solid #ACCB7E">Div</div>
Die Grenzen von diesem div sind in Farbe #ACCB7E.
.myOpacity80 { color: #ACCB7E; opacity: 0.8; }
<p style="color:#ACCB7E;opacity:0.8;">80%</p>
Text in Farbe #ACCB7E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACCB7E;}
<p style="text-shadow: 3px 3px 1px #ACCB7E">Text here.</p>
Dieser Text hat den Schatten in Farbe #ACCB7E.
.textShadow {text-shadow: 3px 3px 1px #ACCB7E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACCB7E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ACCB7E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACCB7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACCB7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACCB7E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACCB7E;
-webkit-box-shadow: 1px 1px 3px 2px #ACCB7E;
box-shadow: 1px 1px 3px 2px #ACCB7E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACCB7E; -webkit-box-shadow: 1px 1px 3px 2px #ACCB7E; box-shadow:1px 1px 3px 2px #ACCB7E;">
Div content here
</div>
Dieser Text ist in der Farbe #ACCB7E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ACCB7E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ACCB7E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ACCB7E.
Kontrastfarbe für #ACCB7E ist #533481.