HEX: #ADF2AD
RGB: (173,242,173)
#ADF2AD enthält hauptsächlich grüne Farbe. Für #ADF2AD ist eine «websichere» Webfarbe #99FF99 (oder kurz #9F9).
Die Farbe #ADF2AD wird in RGB als (173,242,173) definiert.
RGB: (173,242,173) (68%,95%,68%)
R 173 von 255 = 68%
G 242 von 255 = 95%
B 173 von 255 = 68%
R + G + B ~ 77%. #ADF2AD ziemlich helle Farbe.
R + G + B =
173 + 242 + 173 = 588 (100%)
R 173 von 588 ~ 29.42%
G 242 von 588 ~ 41.16%
B 173 von 588 ~ 29.42%
Die Farbe #ADF2AD wird in CMYK als (29,0,29,5) definiert.
CMYK: (29,0,29,5) C29M0Y29K5 (29%,0%,29%,5%) (0.29/0.00/0.29/0.05)
AD | F2 | AD | |
---|---|---|---|
RGB | 173 | 242 | 173 |
HSL | 120° | 72.63% | 81.37% |
HSB/HSV | 120° | 28.51% | 94.90% |
CMYK | 28.51% | 0.00% | 28.51% |
5.10% |
Hexadezimal | AD | F2 | AD |
Dezimal | 173 | 242 | 173 |
Binär | 10101101 | 11110010 | 10101101 |
Oktal | 255 | 362 | 255 |
Beispiele css- und html für Elemente in der Farbe #ADF2AD. Bitte benutzen Sie auch rgb(173,242,173) statt hex-Code.
.myTextColor { color: #ADF2AD; }
<p style="color:#ADF2AD">This sample text font color is #ADF2AD.</p>
Die Farbe dieses Textes ist #ADF2AD.
.myBgColor { background-color: #ADF2AD; }
<div style="background-color:#ADF2AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADF2AD.
.myBorderColor { border: 1px solid #ADF2AD; }
<div style="border:3px solid #ADF2AD">Div</div>
Die Grenzen von diesem div sind in Farbe #ADF2AD.
.myOpacity80 { color: #ADF2AD; opacity: 0.8; }
<p style="color:#ADF2AD;opacity:0.8;">80%</p>
Text in Farbe #ADF2AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADF2AD;}
<p style="text-shadow: 3px 3px 1px #ADF2AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADF2AD.
.textShadow {text-shadow: 3px 3px 1px #ADF2AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADF2AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADF2AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADF2AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADF2AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADF2AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADF2AD; -webkit-box-shadow: 1px 1px 3px 2px #ADF2AD; box-shadow: 1px 1px 3px 2px #ADF2AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADF2AD; -webkit-box-shadow: 1px 1px 3px 2px #ADF2AD; box-shadow:1px 1px 3px 2px #ADF2AD;">
Div content here</div>
Dieser Text ist in der Farbe #ADF2AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADF2AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADF2AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADF2AD.