HEX: #ADC37E
RGB: (173,195,126)
#ADC37E enthält hauptsächlich rote und grüne Farbe. Für #ADC37E ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ADC37E wird in RGB als (173,195,126) definiert.
RGB: (173,195,126)
(68%, 76%, 49%)
R 173 von 255 = 68%
G 195 von 255 = 76%
B 126 von 255 = 49%
R + G + B ~ 64%. #ADC37E ziemlich helle Farbe.
R + G + B = 173 + 195 + 126 = 494 (100%)
R 173 von 494 ~ 35.02%
G 195 von 494 ~ 39.47%
B 126 von 494 ~ 25.51'%
Die Farbe #ADC37E wird in CMYK als (11,0,35,24) definiert.
CMYK: (11,0,35,24) C11M0Y35K24 (11%,0%,35%,24%) (0.11/0.00/0.35/0.24)
Farbe #ADC37E in den populären Farbmodellen.
AD | C3 | 7E | |
---|---|---|---|
RGB | 173 | 195 | 126 |
HSL | 79° | 36.51% | 62.94% |
HSB/HSV | 79° | 35.38% | 76.47% |
CMYK | 11.28% | 0.00% | 35.38% |
23.53% |
Die Farbe #ADC37E in den populären Zahlensystemen.
Hexadezimal | AD | C3 | 7E |
Dezimal | 173 | 195 | 126 |
Binär | 10101101 | 11000011 | 1111110 |
Oktal | 255 | 303 | 176 |
Dunkle Töne der Farbe #ADC37E
Helle Töne der Farbe #ADC37E
Beispiele css- und html für Elemente in der Farbe #ADC37E. Bitte benutzen Sie auch rgb(173,195,126) statt hex-Code.
.myTextColor { color: #ADC37E; }
<p style="color:#ADC37E">This sample text font color is #ADC37E.</p>
Die Farbe dieses Textes ist #ADC37E.
.myBgColor { background-color: #ADC37E; }
<div style="background-color:#ADC37E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC37E.
.myBorderColor { border: 1px solid #ADC37E; }
<div style="border:3px solid #ADC37E">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC37E.
.myOpacity80 { color: #ADC37E; opacity: 0.8; }
<p style="color:#ADC37E;opacity:0.8;">80%</p>
Text in Farbe #ADC37E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC37E;}
<p style="text-shadow: 3px 3px 1px #ADC37E">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC37E.
.textShadow {text-shadow: 3px 3px 1px #ADC37E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC37E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC37E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC37E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC37E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC37E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC37E;
-webkit-box-shadow: 1px 1px 3px 2px #ADC37E;
box-shadow: 1px 1px 3px 2px #ADC37E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC37E; -webkit-box-shadow: 1px 1px 3px 2px #ADC37E; box-shadow:1px 1px 3px 2px #ADC37E;">
Div content here
</div>
Dieser Text ist in der Farbe #ADC37E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC37E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC37E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC37E.
Kontrastfarbe für #hex ist #523C81.