HEX: #15C469
RGB: (21,196,105)
#15C469 enthält hauptsächlich grüne Farbe. Für #15C469 ist eine «websichere» Webfarbe #00CC66 (oder kurz #0C6).
Die Farbe #15C469 wird in RGB als (21,196,105) definiert.
RGB: (21,196,105) (8%,77%,41%)
R 21 von 255 = 8%
G 196 von 255 = 77%
B 105 von 255 = 41%
R + G + B ~ 42%. #15C469 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
21 + 196 + 105 = 322 (100%)
R 21 von 322 ~ 6.52%
G 196 von 322 ~ 60.87%
B 105 von 322 ~ 32.61%
Die Farbe #15C469 wird in CMYK als (89,0,46,23) definiert.
CMYK: (89,0,46,23) C89M0Y46K23 (89%,0%,46%,23%) (0.89/0.00/0.46/0.23)
15 | C4 | 69 | |
---|---|---|---|
RGB | 21 | 196 | 105 |
HSL | 149° | 80.65% | 42.55% |
HSB/HSV | 149° | 89.29% | 76.86% |
CMYK | 89.29% | 0.00% | 46.43% |
23.14% |
Hexadezimal | 15 | C4 | 69 |
Dezimal | 21 | 196 | 105 |
Binär | 10101 | 11000100 | 1101001 |
Oktal | 25 | 304 | 151 |
Beispiele css- und html für Elemente in der Farbe #15C469. Bitte benutzen Sie auch rgb(21,196,105) statt hex-Code.
.myTextColor { color: #15C469; }
<p style="color:#15C469">This sample text font color is #15C469.</p>
Die Farbe dieses Textes ist #15C469.
.myBgColor { background-color: #15C469; }
<div style="background-color:#15C469">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15C469.
.myBorderColor { border: 1px solid #15C469; }
<div style="border:3px solid #15C469">Div</div>
Die Grenzen von diesem div sind in Farbe #15C469.
.myOpacity80 { color: #15C469; opacity: 0.8; }
<p style="color:#15C469;opacity:0.8;">80%</p>
Text in Farbe #15C469 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15C469;}
<p style="text-shadow: 3px 3px 1px #15C469">Text here.</p>
Dieser Text hat den Schatten in Farbe #15C469.
.textShadow {text-shadow: 3px 3px 1px #15C469, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15C469, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15C469 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15C469, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15C469, Direction=45, Strength=4)">Text</p>
This text has shadow with #15C469 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15C469; -webkit-box-shadow: 1px 1px 3px 2px #15C469; box-shadow: 1px 1px 3px 2px #15C469; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15C469; -webkit-box-shadow: 1px 1px 3px 2px #15C469; box-shadow:1px 1px 3px 2px #15C469;">
Div content here</div>
Dieser Text ist in der Farbe #15C469 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15C469 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15C469.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15C469.