HEX: #9CC50F
RGB: (156,197,15)
#9CC50F enthält hauptsächlich rote und grüne Farbe. Für #9CC50F ist eine «websichere» Webfarbe #99CC00 (oder kurz #9C0).
Die Farbe #9CC50F wird in RGB als (156,197,15) definiert.
RGB: (156,197,15) (61%,77%,6%)
R 156 von 255 = 61%
G 197 von 255 = 77%
B 15 von 255 = 6%
R + G + B ~ 48%. #9CC50F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
156 + 197 + 15 = 368 (100%)
R 156 von 368 ~ 42.39%
G 197 von 368 ~ 53.53%
B 15 von 368 ~ 4.08%
Die Farbe #9CC50F wird in CMYK als (21,0,92,23) definiert.
CMYK: (21,0,92,23) C21M0Y92K23 (21%,0%,92%,23%) (0.21/0.00/0.92/0.23)
9C | C5 | 0F | |
---|---|---|---|
RGB | 156 | 197 | 15 |
HSL | 74° | 85.85% | 41.57% |
HSB/HSV | 74° | 92.39% | 77.25% |
CMYK | 20.81% | 0.00% | 92.39% |
22.75% |
Hexadezimal | 9C | C5 | 0F |
Dezimal | 156 | 197 | 15 |
Binär | 10011100 | 11000101 | 1111 |
Oktal | 234 | 305 | 17 |
Beispiele css- und html für Elemente in der Farbe #9CC50F. Bitte benutzen Sie auch rgb(156,197,15) statt hex-Code.
.myTextColor { color: #9CC50F; }
<p style="color:#9CC50F">This sample text font color is #9CC50F.</p>
Die Farbe dieses Textes ist #9CC50F.
.myBgColor { background-color: #9CC50F; }
<div style="background-color:#9CC50F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9CC50F.
.myBorderColor { border: 1px solid #9CC50F; }
<div style="border:3px solid #9CC50F">Div</div>
Die Grenzen von diesem div sind in Farbe #9CC50F.
.myOpacity80 { color: #9CC50F; opacity: 0.8; }
<p style="color:#9CC50F;opacity:0.8;">80%</p>
Text in Farbe #9CC50F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9CC50F;}
<p style="text-shadow: 3px 3px 1px #9CC50F">Text here.</p>
Dieser Text hat den Schatten in Farbe #9CC50F.
.textShadow {text-shadow: 3px 3px 1px #9CC50F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9CC50F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9CC50F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9CC50F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9CC50F, Direction=45, Strength=4)">Text</p>
This text has shadow with #9CC50F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9CC50F; -webkit-box-shadow: 1px 1px 3px 2px #9CC50F; box-shadow: 1px 1px 3px 2px #9CC50F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9CC50F; -webkit-box-shadow: 1px 1px 3px 2px #9CC50F; box-shadow:1px 1px 3px 2px #9CC50F;">
Div content here</div>
Dieser Text ist in der Farbe #9CC50F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9CC50F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9CC50F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9CC50F.