HEX: #155E12
RGB: (21,94,18)
#155E12 enthält hauptsächlich grüne Farbe. Für #155E12 ist eine «websichere» Webfarbe #006600 (oder kurz #060).
Die Farbe #155E12 wird in RGB als (21,94,18) definiert.
RGB: (21,94,18) (8%,37%,7%)
R 21 von 255 = 8%
G 94 von 255 = 37%
B 18 von 255 = 7%
R + G + B ~ 17%. #155E12 dunkle Farbe.
R + G + B =
21 + 94 + 18 = 133 (100%)
R 21 von 133 ~ 15.79%
G 94 von 133 ~ 70.68%
B 18 von 133 ~ 13.53%
Die Farbe #155E12 wird in CMYK als (78,0,81,63) definiert.
CMYK: (78,0,81,63) C78M0Y81K63 (78%,0%,81%,63%) (0.78/0.00/0.81/0.63)
15 | 5E | 12 | |
---|---|---|---|
RGB | 21 | 94 | 18 |
HSL | 118° | 67.86% | 21.96% |
HSB/HSV | 118° | 80.85% | 36.86% |
CMYK | 77.66% | 0.00% | 80.85% |
63.14% |
Hexadezimal | 15 | 5E | 12 |
Dezimal | 21 | 94 | 18 |
Binär | 10101 | 1011110 | 10010 |
Oktal | 25 | 136 | 22 |
Beispiele css- und html für Elemente in der Farbe #155E12. Bitte benutzen Sie auch rgb(21,94,18) statt hex-Code.
.myTextColor { color: #155E12; }
<p style="color:#155E12">This sample text font color is #155E12.</p>
Die Farbe dieses Textes ist #155E12.
.myBgColor { background-color: #155E12; }
<div style="background-color:#155E12">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #155E12.
.myBorderColor { border: 1px solid #155E12; }
<div style="border:3px solid #155E12">Div</div>
Die Grenzen von diesem div sind in Farbe #155E12.
.myOpacity80 { color: #155E12; opacity: 0.8; }
<p style="color:#155E12;opacity:0.8;">80%</p>
Text in Farbe #155E12 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #155E12;}
<p style="text-shadow: 3px 3px 1px #155E12">Text here.</p>
Dieser Text hat den Schatten in Farbe #155E12.
.textShadow {text-shadow: 3px 3px 1px #155E12, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #155E12, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #155E12 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#155E12, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#155E12, Direction=45, Strength=4)">Text</p>
This text has shadow with #155E12 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #155E12; -webkit-box-shadow: 1px 1px 3px 2px #155E12; box-shadow: 1px 1px 3px 2px #155E12; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #155E12; -webkit-box-shadow: 1px 1px 3px 2px #155E12; box-shadow:1px 1px 3px 2px #155E12;">
Div content here</div>
Dieser Text ist in der Farbe #155E12 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #155E12 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #155E12.
Dieser Text ist weiß auf dem Hintergrund in Farbe #155E12.