HEX: #90EE90
RGB: (144,238,144)
Die Farbenname ist LightGreen. #90EE90 enthält hauptsächlich grüne Farbe. Für #90EE90 ist eine «websichere» Webfarbe #99FF99 (oder kurz #9F9).
Die Farbe #90EE90 wird in RGB als (144,238,144) definiert.
RGB: (144,238,144) (56%,93%,56%)
R 144 von 255 = 56%
G 238 von 255 = 93%
B 144 von 255 = 56%
R + G + B ~ 68%. #90EE90 ziemlich helle Farbe.
R + G + B =
144 + 238 + 144 = 526 (100%)
R 144 von 526 ~ 27.38%
G 238 von 526 ~ 45.25%
B 144 von 526 ~ 27.38%
Die Farbe #90EE90 wird in CMYK als (39,0,39,7) definiert.
CMYK: (39,0,39,7) C39M0Y39K7 (39%,0%,39%,7%) (0.39/0.00/0.39/0.07)
90 | EE | 90 | |
---|---|---|---|
RGB | 144 | 238 | 144 |
HSL | 120° | 73.44% | 74.90% |
HSB/HSV | 120° | 39.50% | 93.33% |
CMYK | 39.50% | 0.00% | 39.50% |
6.67% |
Hexadezimal | 90 | EE | 90 |
Dezimal | 144 | 238 | 144 |
Binär | 10010000 | 11101110 | 10010000 |
Oktal | 220 | 356 | 220 |
Beispiele css- und html für Elemente in der Farbe #90EE90. Bitte benutzen Sie auch rgb(144,238,144) statt hex-Code.
.myTextColor { color: #90EE90; }
<p style="color:#90EE90">This sample text font color is #90EE90.</p>
Die Farbe dieses Textes ist #90EE90.
.myBgColor { background-color: #90EE90; }
<div style="background-color:#90EE90">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #90EE90.
.myBorderColor { border: 1px solid #90EE90; }
<div style="border:3px solid #90EE90">Div</div>
Die Grenzen von diesem div sind in Farbe #90EE90.
.myOpacity80 { color: #90EE90; opacity: 0.8; }
<p style="color:#90EE90;opacity:0.8;">80%</p>
Text in Farbe #90EE90 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #90EE90;}
<p style="text-shadow: 3px 3px 1px #90EE90">Text here.</p>
Dieser Text hat den Schatten in Farbe #90EE90.
.textShadow {text-shadow: 3px 3px 1px #90EE90, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #90EE90, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #90EE90 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90EE90, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#90EE90, Direction=45, Strength=4)">Text</p>
This text has shadow with #90EE90 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90EE90; -webkit-box-shadow: 1px 1px 3px 2px #90EE90; box-shadow: 1px 1px 3px 2px #90EE90; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #90EE90; -webkit-box-shadow: 1px 1px 3px 2px #90EE90; box-shadow:1px 1px 3px 2px #90EE90;">
Div content here</div>
Dieser Text ist in der Farbe #90EE90 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #90EE90 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #90EE90.
Dieser Text ist weiß auf dem Hintergrund in Farbe #90EE90.