HEX: #ADC19D
RGB: (173,193,157)
#ADC19D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADC19D ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADC19D wird in RGB als (173,193,157) definiert.
RGB: (173,193,157)
(68%, 76%, 62%)
R 173 von 255 = 68%
G 193 von 255 = 76%
B 157 von 255 = 62%
R + G + B ~ 69%. #ADC19D ziemlich helle Farbe.
R + G + B = 173 + 193 + 157 = 523 (100%)
R 173 von 523 ~ 33.08%
G 193 von 523 ~ 36.9%
B 157 von 523 ~ 30.02'%
Die Farbe #ADC19D wird in CMYK als (10,0,19,24) definiert.
CMYK: (10,0,19,24)
C10M0Y19K24 (10%, 0%, 19%, 24%)
(0.10 / 0.00 / 0.19 / 0.24)
Farbe #ADC19D in den populären Farbmodellen.
AD | C1 | 9D | |
---|---|---|---|
RGB | 173 | 193 | 157 |
HSL | 93° | 22.50% | 68.63% |
HSB/HSV | 93° | 18.65% | 75.69% |
CMYK | 10.36% | 0.00% | 18.65% |
24.31% |
Die Farbe #ADC19D in den populären Zahlensystemen.
Hexadezimal | AD | C1 | 9D |
Dezimal | 173 | 193 | 157 |
Binär | 10101101 | 11000001 | 10011101 |
Oktal | 255 | 301 | 235 |
Dunkle Töne der Farbe #ADC19D
Helle Töne der Farbe #ADC19D
Beispiele css- und html für Elemente in der Farbe #ADC19D. Bitte benutzen Sie auch rgb(173,193,157) statt hex-Code.
.myTextColor { color: #ADC19D; }
<p style="color:#ADC19D">This sample text font color is #ADC19D.</p>
Die Farbe dieses Textes ist #ADC19D.
.myBgColor { background-color: #ADC19D; }
<div style="background-color:#ADC19D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC19D.
.myBorderColor { border: 1px solid #ADC19D; }
<div style="border:3px solid #ADC19D">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC19D.
.myOpacity80 { color: #ADC19D; opacity: 0.8; }
<p style="color:#ADC19D;opacity:0.8;">80%</p>
Text in Farbe #ADC19D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC19D;}
<p style="text-shadow: 3px 3px 1px #ADC19D">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC19D.
.textShadow {text-shadow: 3px 3px 1px #ADC19D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC19D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC19D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC19D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC19D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC19D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC19D;
-webkit-box-shadow: 1px 1px 3px 2px #ADC19D;
box-shadow: 1px 1px 3px 2px #ADC19D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC19D; -webkit-box-shadow: 1px 1px 3px 2px #ADC19D; box-shadow:1px 1px 3px 2px #ADC19D;">
Div content here
</div>
Dieser Text ist in der Farbe #ADC19D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC19D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC19D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC19D.
Kontrastfarbe für #hex ist #523E62.