HEX: #ADE46B
RGB: (173,228,107)
#ADE46B enthält hauptsächlich rote und grüne Farbe. Für #ADE46B ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ADE46B wird in RGB als (173,228,107) definiert.
RGB: (173,228,107)
(68%, 89%, 42%)
R 173 von 255 = 68%
G 228 von 255 = 89%
B 107 von 255 = 42%
R + G + B ~ 66%. #ADE46B ziemlich helle Farbe.
R + G + B = 173 + 228 + 107 = 508 (100%)
R 173 von 508 ~ 34.06%
G 228 von 508 ~ 44.88%
B 107 von 508 ~ 21.06'%
Die Farbe #ADE46B wird in CMYK als (24,0,53,11) definiert.
CMYK: (24,0,53,11)
C24M0Y53K11 (24%, 0%, 53%, 11%)
(0.24 / 0.00 / 0.53 / 0.11)
Farbe #ADE46B in den populären Farbmodellen.
AD | E4 | 6B | |
---|---|---|---|
RGB | 173 | 228 | 107 |
HSL | 87° | 69.14% | 65.69% |
HSB/HSV | 87° | 53.07% | 89.41% |
CMYK | 24.12% | 0.00% | 53.07% |
10.59% |
Die Farbe #ADE46B in den populären Zahlensystemen.
Hexadezimal | AD | E4 | 6B |
Dezimal | 173 | 228 | 107 |
Binär | 10101101 | 11100100 | 1101011 |
Oktal | 255 | 344 | 153 |
Dunkle Töne der Farbe #ADE46B
Helle Töne der Farbe #ADE46B
Beispiele css- und html für Elemente in der Farbe #ADE46B. Bitte benutzen Sie auch rgb(173,228,107) statt hex-Code.
.myTextColor { color: #ADE46B; }
<p style="color:#ADE46B">This sample text font color is #ADE46B.</p>
Die Farbe dieses Textes ist #ADE46B.
.myBgColor { background-color: #ADE46B; }
<div style="background-color:#ADE46B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADE46B.
.myBorderColor { border: 1px solid #ADE46B; }
<div style="border:3px solid #ADE46B">Div</div>
Die Grenzen von diesem div sind in Farbe #ADE46B.
.myOpacity80 { color: #ADE46B; opacity: 0.8; }
<p style="color:#ADE46B;opacity:0.8;">80%</p>
Text in Farbe #ADE46B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE46B;}
<p style="text-shadow: 3px 3px 1px #ADE46B">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADE46B.
.textShadow {text-shadow: 3px 3px 1px #ADE46B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE46B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADE46B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE46B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE46B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE46B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE46B;
-webkit-box-shadow: 1px 1px 3px 2px #ADE46B;
box-shadow: 1px 1px 3px 2px #ADE46B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE46B; -webkit-box-shadow: 1px 1px 3px 2px #ADE46B; box-shadow:1px 1px 3px 2px #ADE46B;">
Div content here
</div>
Dieser Text ist in der Farbe #ADE46B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADE46B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADE46B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADE46B.
Kontrastfarbe für #hex ist #521B94.