HEX: #ADD98E
RGB: (173,217,142)
#ADD98E enthält hauptsächlich rote und grüne Farbe. Für #ADD98E ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADD98E wird in RGB als (173,217,142) definiert.
RGB: (173,217,142) (68%,85%,56%)
R 173 von 255 = 68%
G 217 von 255 = 85%
B 142 von 255 = 56%
R + G + B ~ 70%. #ADD98E ziemlich helle Farbe.
R + G + B =
173 + 217 + 142 = 532 (100%)
R 173 von 532 ~ 32.52%
G 217 von 532 ~ 40.79%
B 142 von 532 ~ 26.69%
Die Farbe #ADD98E wird in CMYK als (20,0,35,15) definiert.
CMYK: (20,0,35,15) C20M0Y35K15 (20%,0%,35%,15%) (0.20/0.00/0.35/0.15)
AD | D9 | 8E | |
---|---|---|---|
RGB | 173 | 217 | 142 |
HSL | 95° | 49.67% | 70.39% |
HSB/HSV | 95° | 34.56% | 85.10% |
CMYK | 20.28% | 0.00% | 34.56% |
14.90% |
Hexadezimal | AD | D9 | 8E |
Dezimal | 173 | 217 | 142 |
Binär | 10101101 | 11011001 | 10001110 |
Oktal | 255 | 331 | 216 |
Beispiele css- und html für Elemente in der Farbe #ADD98E. Bitte benutzen Sie auch rgb(173,217,142) statt hex-Code.
.myTextColor { color: #ADD98E; }
<p style="color:#ADD98E">This sample text font color is #ADD98E.</p>
Die Farbe dieses Textes ist #ADD98E.
.myBgColor { background-color: #ADD98E; }
<div style="background-color:#ADD98E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADD98E.
.myBorderColor { border: 1px solid #ADD98E; }
<div style="border:3px solid #ADD98E">Div</div>
Die Grenzen von diesem div sind in Farbe #ADD98E.
.myOpacity80 { color: #ADD98E; opacity: 0.8; }
<p style="color:#ADD98E;opacity:0.8;">80%</p>
Text in Farbe #ADD98E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD98E;}
<p style="text-shadow: 3px 3px 1px #ADD98E">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADD98E.
.textShadow {text-shadow: 3px 3px 1px #ADD98E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD98E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADD98E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD98E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD98E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD98E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADD98E; -webkit-box-shadow: 1px 1px 3px 2px #ADD98E; box-shadow: 1px 1px 3px 2px #ADD98E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADD98E; -webkit-box-shadow: 1px 1px 3px 2px #ADD98E; box-shadow:1px 1px 3px 2px #ADD98E;">
Div content here</div>
Dieser Text ist in der Farbe #ADD98E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADD98E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADD98E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADD98E.