HEX: #96EB0C
RGB: (150,235,12)
#96EB0C enthält hauptsächlich grüne Farbe. Für #96EB0C ist eine «websichere» Webfarbe #99FF00 (oder kurz #9F0).
Die Farbe #96EB0C wird in RGB als (150,235,12) definiert.
RGB: (150,235,12) (59%,92%,5%)
R 150 von 255 = 59%
G 235 von 255 = 92%
B 12 von 255 = 5%
R + G + B ~ 52%. #96EB0C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
150 + 235 + 12 = 397 (100%)
R 150 von 397 ~ 37.78%
G 235 von 397 ~ 59.19%
B 12 von 397 ~ 3.02%
Die Farbe #96EB0C wird in CMYK als (36,0,95,8) definiert.
CMYK: (36,0,95,8) C36M0Y95K8 (36%,0%,95%,8%) (0.36/0.00/0.95/0.08)
96 | EB | 0C | |
---|---|---|---|
RGB | 150 | 235 | 12 |
HSL | 83° | 90.28% | 48.43% |
HSB/HSV | 83° | 94.89% | 92.16% |
CMYK | 36.17% | 0.00% | 94.89% |
7.84% |
Hexadezimal | 96 | EB | 0C |
Dezimal | 150 | 235 | 12 |
Binär | 10010110 | 11101011 | 1100 |
Oktal | 226 | 353 | 14 |
Beispiele css- und html für Elemente in der Farbe #96EB0C. Bitte benutzen Sie auch rgb(150,235,12) statt hex-Code.
.myTextColor { color: #96EB0C; }
<p style="color:#96EB0C">This sample text font color is #96EB0C.</p>
Die Farbe dieses Textes ist #96EB0C.
.myBgColor { background-color: #96EB0C; }
<div style="background-color:#96EB0C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #96EB0C.
.myBorderColor { border: 1px solid #96EB0C; }
<div style="border:3px solid #96EB0C">Div</div>
Die Grenzen von diesem div sind in Farbe #96EB0C.
.myOpacity80 { color: #96EB0C; opacity: 0.8; }
<p style="color:#96EB0C;opacity:0.8;">80%</p>
Text in Farbe #96EB0C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96EB0C;}
<p style="text-shadow: 3px 3px 1px #96EB0C">Text here.</p>
Dieser Text hat den Schatten in Farbe #96EB0C.
.textShadow {text-shadow: 3px 3px 1px #96EB0C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96EB0C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #96EB0C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96EB0C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96EB0C, Direction=45, Strength=4)">Text</p>
This text has shadow with #96EB0C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96EB0C; -webkit-box-shadow: 1px 1px 3px 2px #96EB0C; box-shadow: 1px 1px 3px 2px #96EB0C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #96EB0C; -webkit-box-shadow: 1px 1px 3px 2px #96EB0C; box-shadow:1px 1px 3px 2px #96EB0C;">
Div content here</div>
Dieser Text ist in der Farbe #96EB0C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #96EB0C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #96EB0C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #96EB0C.