HEX: #96EE9B
RGB: (150,238,155)
#96EE9B enthält hauptsächlich grüne Farbe. Für #96EE9B ist eine «websichere» Webfarbe #99FF99 (oder kurz #9F9).
Die Farbe #96EE9B wird in RGB als (150,238,155) definiert.
RGB: (150,238,155)
(59%, 93%, 61%)
R 150 von 255 = 59%
G 238 von 255 = 93%
B 155 von 255 = 61%
R + G + B ~ 71%. #96EE9B ziemlich helle Farbe.
R + G + B = 150 + 238 + 155 = 543 (100%)
R 150 von 543 ~ 27.62%
G 238 von 543 ~ 43.83%
B 155 von 543 ~ 28.55'%
Die Farbe #96EE9B wird in CMYK als (37,0,35,7) definiert.
CMYK: (37,0,35,7)
C37M0Y35K7 (37%, 0%, 35%, 7%)
(0.37 / 0.00 / 0.35 / 0.07)
Farbe #96EE9B in den populären Farbmodellen.
96 | EE | 9B | |
---|---|---|---|
RGB | 150 | 238 | 155 |
HSL | 123° | 72.13% | 76.08% |
HSB/HSV | 123° | 36.97% | 93.33% |
CMYK | 36.97% | 0.00% | 34.87% |
6.67% |
Die Farbe #96EE9B in den populären Zahlensystemen.
Hexadezimal | 96 | EE | 9B |
Dezimal | 150 | 238 | 155 |
Binär | 10010110 | 11101110 | 10011011 |
Oktal | 226 | 356 | 233 |
Dunkle Töne der Farbe #96EE9B
Helle Töne der Farbe #96EE9B
Beispiele css- und html für Elemente in der Farbe #96EE9B. Bitte benutzen Sie auch rgb(150,238,155) statt hex-Code.
.myTextColor { color: #96EE9B; }
<p style="color:#96EE9B">This sample text font color is #96EE9B.</p>
Die Farbe dieses Textes ist #96EE9B.
.myBgColor { background-color: #96EE9B; }
<div style="background-color:#96EE9B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #96EE9B.
.myBorderColor { border: 1px solid #96EE9B; }
<div style="border:3px solid #96EE9B">Div</div>
Die Grenzen von diesem div sind in Farbe #96EE9B.
.myOpacity80 { color: #96EE9B; opacity: 0.8; }
<p style="color:#96EE9B;opacity:0.8;">80%</p>
Text in Farbe #96EE9B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96EE9B;}
<p style="text-shadow: 3px 3px 1px #96EE9B">Text here.</p>
Dieser Text hat den Schatten in Farbe #96EE9B.
.textShadow {text-shadow: 3px 3px 1px #96EE9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96EE9B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #96EE9B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96EE9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96EE9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #96EE9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96EE9B;
-webkit-box-shadow: 1px 1px 3px 2px #96EE9B;
box-shadow: 1px 1px 3px 2px #96EE9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96EE9B; -webkit-box-shadow: 1px 1px 3px 2px #96EE9B; box-shadow:1px 1px 3px 2px #96EE9B;">
Div content here
</div>
Dieser Text ist in der Farbe #96EE9B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #96EE9B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #96EE9B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #96EE9B.
Kontrastfarbe für #hex ist #691164.