HEX: #018E04
RGB: (1,142,4)
#018E04 enthält hauptsächlich grüne Farbe. Für #018E04 ist eine «websichere» Webfarbe #009900 (oder kurz #090).
Die Farbe #018E04 wird in RGB als (1,142,4) definiert.
RGB: (1,142,4) (0%,56%,2%)
R 1 von 255 = 0%
G 142 von 255 = 56%
B 4 von 255 = 2%
R + G + B ~ 19%. #018E04 dunkle Farbe.
R + G + B =
1 + 142 + 4 = 147 (100%)
R 1 von 147 ~ 0.68%
G 142 von 147 ~ 96.6%
B 4 von 147 ~ 2.72%
Die Farbe #018E04 wird in CMYK als (99,0,97,44) definiert.
CMYK: (99,0,97,44) C99M0Y97K44 (99%,0%,97%,44%) (0.99/0.00/0.97/0.44)
01 | 8E | 04 | |
---|---|---|---|
RGB | 1 | 142 | 4 |
HSL | 121° | 98.60% | 28.04% |
HSB/HSV | 121° | 99.30% | 55.69% |
CMYK | 99.30% | 0.00% | 97.18% |
44.31% |
Hexadezimal | 01 | 8E | 04 |
Dezimal | 1 | 142 | 4 |
Binär | 1 | 10001110 | 100 |
Oktal | 1 | 216 | 4 |
Beispiele css- und html für Elemente in der Farbe #018E04. Bitte benutzen Sie auch rgb(1,142,4) statt hex-Code.
.myTextColor { color: #018E04; }
<p style="color:#018E04">This sample text font color is #018E04.</p>
Die Farbe dieses Textes ist #018E04.
.myBgColor { background-color: #018E04; }
<div style="background-color:#018E04">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #018E04.
.myBorderColor { border: 1px solid #018E04; }
<div style="border:3px solid #018E04">Div</div>
Die Grenzen von diesem div sind in Farbe #018E04.
.myOpacity80 { color: #018E04; opacity: 0.8; }
<p style="color:#018E04;opacity:0.8;">80%</p>
Text in Farbe #018E04 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #018E04;}
<p style="text-shadow: 3px 3px 1px #018E04">Text here.</p>
Dieser Text hat den Schatten in Farbe #018E04.
.textShadow {text-shadow: 3px 3px 1px #018E04, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #018E04, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #018E04 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#018E04, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#018E04, Direction=45, Strength=4)">Text</p>
This text has shadow with #018E04 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #018E04; -webkit-box-shadow: 1px 1px 3px 2px #018E04; box-shadow: 1px 1px 3px 2px #018E04; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #018E04; -webkit-box-shadow: 1px 1px 3px 2px #018E04; box-shadow:1px 1px 3px 2px #018E04;">
Div content here</div>
Dieser Text ist in der Farbe #018E04 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #018E04 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #018E04.
Dieser Text ist weiß auf dem Hintergrund in Farbe #018E04.