HEX: #11EC99
RGB: (17,236,153)
#11EC99 enthält hauptsächlich grüne Farbe. Für #11EC99 ist eine «websichere» Webfarbe #00FF99 (oder kurz #0F9).
Die Farbe #11EC99 wird in RGB als (17,236,153) definiert.
RGB: (17,236,153) (7%,93%,60%)
R 17 von 255 = 7%
G 236 von 255 = 93%
B 153 von 255 = 60%
R + G + B ~ 53%. #11EC99 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
17 + 236 + 153 = 406 (100%)
R 17 von 406 ~ 4.19%
G 236 von 406 ~ 58.13%
B 153 von 406 ~ 37.68%
Die Farbe #11EC99 wird in CMYK als (93,0,35,7) definiert.
CMYK: (93,0,35,7) C93M0Y35K7 (93%,0%,35%,7%) (0.93/0.00/0.35/0.07)
11 | EC | 99 | |
---|---|---|---|
RGB | 17 | 236 | 153 |
HSL | 157° | 86.56% | 49.61% |
HSB/HSV | 157° | 92.80% | 92.55% |
CMYK | 92.80% | 0.00% | 35.17% |
7.45% |
Hexadezimal | 11 | EC | 99 |
Dezimal | 17 | 236 | 153 |
Binär | 10001 | 11101100 | 10011001 |
Oktal | 21 | 354 | 231 |
Beispiele css- und html für Elemente in der Farbe #11EC99. Bitte benutzen Sie auch rgb(17,236,153) statt hex-Code.
.myTextColor { color: #11EC99; }
<p style="color:#11EC99">This sample text font color is #11EC99.</p>
Die Farbe dieses Textes ist #11EC99.
.myBgColor { background-color: #11EC99; }
<div style="background-color:#11EC99">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #11EC99.
.myBorderColor { border: 1px solid #11EC99; }
<div style="border:3px solid #11EC99">Div</div>
Die Grenzen von diesem div sind in Farbe #11EC99.
.myOpacity80 { color: #11EC99; opacity: 0.8; }
<p style="color:#11EC99;opacity:0.8;">80%</p>
Text in Farbe #11EC99 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #11EC99;}
<p style="text-shadow: 3px 3px 1px #11EC99">Text here.</p>
Dieser Text hat den Schatten in Farbe #11EC99.
.textShadow {text-shadow: 3px 3px 1px #11EC99, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #11EC99, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #11EC99 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#11EC99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#11EC99, Direction=45, Strength=4)">Text</p>
This text has shadow with #11EC99 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11EC99; -webkit-box-shadow: 1px 1px 3px 2px #11EC99; box-shadow: 1px 1px 3px 2px #11EC99; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #11EC99; -webkit-box-shadow: 1px 1px 3px 2px #11EC99; box-shadow:1px 1px 3px 2px #11EC99;">
Div content here</div>
Dieser Text ist in der Farbe #11EC99 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #11EC99 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #11EC99.
Dieser Text ist weiß auf dem Hintergrund in Farbe #11EC99.