HEX: #0FB980
RGB: (15,185,128)
#0FB980 enthält hauptsächlich grüne und blaue Farbe. Für #0FB980 ist eine «websichere» Webfarbe #00CC66 (oder kurz #0C6).
Die Farbe #0FB980 wird in RGB als (15,185,128) definiert.
RGB: (15,185,128) (6%,73%,50%)
R 15 von 255 = 6%
G 185 von 255 = 73%
B 128 von 255 = 50%
R + G + B ~ 43%. #0FB980 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
15 + 185 + 128 = 328 (100%)
R 15 von 328 ~ 4.57%
G 185 von 328 ~ 56.4%
B 128 von 328 ~ 39.02%
Die Farbe #0FB980 wird in CMYK als (92,0,31,27) definiert.
CMYK: (92,0,31,27) C92M0Y31K27 (92%,0%,31%,27%) (0.92/0.00/0.31/0.27)
0F | B9 | 80 | |
---|---|---|---|
RGB | 15 | 185 | 128 |
HSL | 160° | 85.00% | 39.22% |
HSB/HSV | 160° | 91.89% | 72.55% |
CMYK | 91.89% | 0.00% | 30.81% |
27.45% |
Hexadezimal | 0F | B9 | 80 |
Dezimal | 15 | 185 | 128 |
Binär | 1111 | 10111001 | 10000000 |
Oktal | 17 | 271 | 200 |
Beispiele css- und html für Elemente in der Farbe #0FB980. Bitte benutzen Sie auch rgb(15,185,128) statt hex-Code.
.myTextColor { color: #0FB980; }
<p style="color:#0FB980">This sample text font color is #0FB980.</p>
Die Farbe dieses Textes ist #0FB980.
.myBgColor { background-color: #0FB980; }
<div style="background-color:#0FB980">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0FB980.
.myBorderColor { border: 1px solid #0FB980; }
<div style="border:3px solid #0FB980">Div</div>
Die Grenzen von diesem div sind in Farbe #0FB980.
.myOpacity80 { color: #0FB980; opacity: 0.8; }
<p style="color:#0FB980;opacity:0.8;">80%</p>
Text in Farbe #0FB980 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0FB980;}
<p style="text-shadow: 3px 3px 1px #0FB980">Text here.</p>
Dieser Text hat den Schatten in Farbe #0FB980.
.textShadow {text-shadow: 3px 3px 1px #0FB980, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0FB980, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0FB980 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0FB980, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0FB980, Direction=45, Strength=4)">Text</p>
This text has shadow with #0FB980 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0FB980; -webkit-box-shadow: 1px 1px 3px 2px #0FB980; box-shadow: 1px 1px 3px 2px #0FB980; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0FB980; -webkit-box-shadow: 1px 1px 3px 2px #0FB980; box-shadow:1px 1px 3px 2px #0FB980;">
Div content here</div>
Dieser Text ist in der Farbe #0FB980 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0FB980 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0FB980.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0FB980.