HEX: #09CF75
RGB: (9,207,117)
#09CF75 enthält hauptsächlich grüne Farbe. Für #09CF75 ist eine «websichere» Webfarbe #00CC66 (oder kurz #0C6).
Die Farbe #09CF75 wird in RGB als (9,207,117) definiert.
RGB: (9,207,117)
(4%, 81%, 46%)
R 9 von 255 = 4%
G 207 von 255 = 81%
B 117 von 255 = 46%
R + G + B ~ 44%. #09CF75 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 9 + 207 + 117 = 333 (100%)
R 9 von 333 ~ 2.7%
G 207 von 333 ~ 62.16%
B 117 von 333 ~ 35.14'%
Die Farbe #09CF75 wird in CMYK als (96,0,43,19) definiert.
CMYK: (96,0,43,19)
C96M0Y43K19 (96%, 0%, 43%, 19%)
(0.96 / 0.00 / 0.43 / 0.19)
Farbe #09CF75 in den populären Farbmodellen.
09 | CF | 75 | |
---|---|---|---|
RGB | 9 | 207 | 117 |
HSL | 153° | 91.67% | 42.35% |
HSB/HSV | 153° | 95.65% | 81.18% |
CMYK | 95.65% | 0.00% | 43.48% |
18.82% |
Die Farbe #09CF75 in den populären Zahlensystemen.
Hexadezimal | 09 | CF | 75 |
Dezimal | 9 | 207 | 117 |
Binär | 1001 | 11001111 | 1110101 |
Oktal | 11 | 317 | 165 |
Dunkle Töne der Farbe #09CF75
Helle Töne der Farbe #09CF75
Beispiele css- und html für Elemente in der Farbe #09CF75. Bitte benutzen Sie auch rgb(9,207,117) statt hex-Code.
.myTextColor { color: #09CF75; }
<p style="color:#09CF75">This sample text font color is #09CF75.</p>
Die Farbe dieses Textes ist #09CF75.
.myBgColor { background-color: #09CF75; }
<div style="background-color:#09CF75">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #09CF75.
.myBorderColor { border: 1px solid #09CF75; }
<div style="border:3px solid #09CF75">Div</div>
Die Grenzen von diesem div sind in Farbe #09CF75.
.myOpacity80 { color: #09CF75; opacity: 0.8; }
<p style="color:#09CF75;opacity:0.8;">80%</p>
Text in Farbe #09CF75 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09CF75;}
<p style="text-shadow: 3px 3px 1px #09CF75">Text here.</p>
Dieser Text hat den Schatten in Farbe #09CF75.
.textShadow {text-shadow: 3px 3px 1px #09CF75', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09CF75, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #09CF75 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09CF75, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09CF75, Direction=45, Strength=4)">Text</p>
This text has shadow with #09CF75 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09CF75;
-webkit-box-shadow: 1px 1px 3px 2px #09CF75;
box-shadow: 1px 1px 3px 2px #09CF75;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09CF75; -webkit-box-shadow: 1px 1px 3px 2px #09CF75; box-shadow:1px 1px 3px 2px #09CF75;">
Div content here
</div>
Dieser Text ist in der Farbe #09CF75 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #09CF75 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #09CF75.
Dieser Text ist weiß auf dem Hintergrund in Farbe #09CF75.
Kontrastfarbe für #09CF75 ist #F6308A.