HEX: #15C01F
RGB: (21,192,31)
#15C01F enthält hauptsächlich grüne Farbe. Für #15C01F ist eine «websichere» Webfarbe #00CC33 (oder kurz #0C3).
Die Farbe #15C01F wird in RGB als (21,192,31) definiert.
RGB: (21,192,31)
(8%, 75%, 12%)
R 21 von 255 = 8%
G 192 von 255 = 75%
B 31 von 255 = 12%
R + G + B ~ 32%. #15C01F ziemlich dunkle Farbe.
R + G + B = 21 + 192 + 31 = 244 (100%)
R 21 von 244 ~ 8.61%
G 192 von 244 ~ 78.69%
B 31 von 244 ~ 12.7'%
Die Farbe #15C01F wird in CMYK als (89,0,84,25) definiert.
CMYK: (89,0,84,25) C89M0Y84K25 (89%,0%,84%,25%) (0.89/0.00/0.84/0.25)
Farbe #15C01F in den populären Farbmodellen.
15 | C0 | 1F | |
---|---|---|---|
RGB | 21 | 192 | 31 |
HSL | 124° | 80.28% | 41.76% |
HSB/HSV | 124° | 89.06% | 75.29% |
CMYK | 89.06% | 0.00% | 83.85% |
24.71% |
Die Farbe #15C01F in den populären Zahlensystemen.
Hexadezimal | 15 | C0 | 1F |
Dezimal | 21 | 192 | 31 |
Binär | 10101 | 11000000 | 11111 |
Oktal | 25 | 300 | 37 |
Dunkle Töne der Farbe #15C01F
Helle Töne der Farbe #15C01F
Beispiele css- und html für Elemente in der Farbe #15C01F. Bitte benutzen Sie auch rgb(21,192,31) statt hex-Code.
.myTextColor { color: #15C01F; }
<p style="color:#15C01F">This sample text font color is #15C01F.</p>
Die Farbe dieses Textes ist #15C01F.
.myBgColor { background-color: #15C01F; }
<div style="background-color:#15C01F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15C01F.
.myBorderColor { border: 1px solid #15C01F; }
<div style="border:3px solid #15C01F">Div</div>
Die Grenzen von diesem div sind in Farbe #15C01F.
.myOpacity80 { color: #15C01F; opacity: 0.8; }
<p style="color:#15C01F;opacity:0.8;">80%</p>
Text in Farbe #15C01F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15C01F;}
<p style="text-shadow: 3px 3px 1px #15C01F">Text here.</p>
Dieser Text hat den Schatten in Farbe #15C01F.
.textShadow {text-shadow: 3px 3px 1px #15C01F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15C01F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15C01F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15C01F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15C01F, Direction=45, Strength=4)">Text</p>
This text has shadow with #15C01F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15C01F;
-webkit-box-shadow: 1px 1px 3px 2px #15C01F;
box-shadow: 1px 1px 3px 2px #15C01F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15C01F; -webkit-box-shadow: 1px 1px 3px 2px #15C01F; box-shadow:1px 1px 3px 2px #15C01F;">
Div content here
</div>
Dieser Text ist in der Farbe #15C01F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15C01F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15C01F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15C01F.
Kontrastfarbe für #hex ist #EA3FE0.