HEX: #ADC85B
RGB: (173,200,91)
#ADC85B enthält hauptsächlich rote und grüne Farbe. Für #ADC85B ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ADC85B wird in RGB als (173,200,91) definiert.
RGB: (173,200,91)
(68%, 78%, 36%)
R 173 von 255 = 68%
G 200 von 255 = 78%
B 91 von 255 = 36%
R + G + B ~ 61%. #ADC85B ziemlich helle Farbe.
R + G + B = 173 + 200 + 91 = 464 (100%)
R 173 von 464 ~ 37.28%
G 200 von 464 ~ 43.1%
B 91 von 464 ~ 19.61'%
Die Farbe #ADC85B wird in CMYK als (14,0,55,22) definiert.
CMYK: (14,0,55,22)
C14M0Y55K22 (14%, 0%, 55%, 22%)
(0.14 / 0.00 / 0.55 / 0.22)
Farbe #ADC85B in den populären Farbmodellen.
AD | C8 | 5B | |
---|---|---|---|
RGB | 173 | 200 | 91 |
HSL | 75° | 49.77% | 57.06% |
HSB/HSV | 75° | 54.50% | 78.43% |
CMYK | 13.50% | 0.00% | 54.50% |
21.57% |
Die Farbe #ADC85B in den populären Zahlensystemen.
Hexadezimal | AD | C8 | 5B |
Dezimal | 173 | 200 | 91 |
Binär | 10101101 | 11001000 | 1011011 |
Oktal | 255 | 310 | 133 |
Dunkle Töne der Farbe #ADC85B
Helle Töne der Farbe #ADC85B
Beispiele css- und html für Elemente in der Farbe #ADC85B. Bitte benutzen Sie auch rgb(173,200,91) statt hex-Code.
.myTextColor { color: #ADC85B; }
<p style="color:#ADC85B">This sample text font color is #ADC85B.</p>
Die Farbe dieses Textes ist #ADC85B.
.myBgColor { background-color: #ADC85B; }
<div style="background-color:#ADC85B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC85B.
.myBorderColor { border: 1px solid #ADC85B; }
<div style="border:3px solid #ADC85B">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC85B.
.myOpacity80 { color: #ADC85B; opacity: 0.8; }
<p style="color:#ADC85B;opacity:0.8;">80%</p>
Text in Farbe #ADC85B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC85B;}
<p style="text-shadow: 3px 3px 1px #ADC85B">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC85B.
.textShadow {text-shadow: 3px 3px 1px #ADC85B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC85B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC85B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC85B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC85B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC85B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC85B;
-webkit-box-shadow: 1px 1px 3px 2px #ADC85B;
box-shadow: 1px 1px 3px 2px #ADC85B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC85B; -webkit-box-shadow: 1px 1px 3px 2px #ADC85B; box-shadow:1px 1px 3px 2px #ADC85B;">
Div content here
</div>
Dieser Text ist in der Farbe #ADC85B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC85B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC85B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC85B.
Kontrastfarbe für #hex ist #5237A4.