HEX: #6EC47A
RGB: (110,196,122)
#6EC47A enthält hauptsächlich grüne Farbe. Für #6EC47A ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6EC47A wird in RGB als (110,196,122) definiert.
RGB: (110,196,122)
(43%, 77%, 48%)
R 110 von 255 = 43%
G 196 von 255 = 77%
B 122 von 255 = 48%
R + G + B ~ 56%. #6EC47A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 196 + 122 = 428 (100%)
R 110 von 428 ~ 25.7%
G 196 von 428 ~ 45.79%
B 122 von 428 ~ 28.5'%
Die Farbe #6EC47A wird in CMYK als (44,0,38,23) definiert.
CMYK: (44,0,38,23)
C44M0Y38K23 (44%, 0%, 38%, 23%)
(0.44 / 0.00 / 0.38 / 0.23)
Farbe #6EC47A in den populären Farbmodellen.
6E | C4 | 7A | |
---|---|---|---|
RGB | 110 | 196 | 122 |
HSL | 128° | 42.16% | 60.00% |
HSB/HSV | 128° | 43.88% | 76.86% |
CMYK | 43.88% | 0.00% | 37.76% |
23.14% |
Die Farbe #6EC47A in den populären Zahlensystemen.
Hexadezimal | 6E | C4 | 7A |
Dezimal | 110 | 196 | 122 |
Binär | 1101110 | 11000100 | 1111010 |
Oktal | 156 | 304 | 172 |
Dunkle Töne der Farbe #6EC47A
Helle Töne der Farbe #6EC47A
Beispiele css- und html für Elemente in der Farbe #6EC47A. Bitte benutzen Sie auch rgb(110,196,122) statt hex-Code.
.myTextColor { color: #6EC47A; }
<p style="color:#6EC47A">This sample text font color is #6EC47A.</p>
Die Farbe dieses Textes ist #6EC47A.
.myBgColor { background-color: #6EC47A; }
<div style="background-color:#6EC47A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EC47A.
.myBorderColor { border: 1px solid #6EC47A; }
<div style="border:3px solid #6EC47A">Div</div>
Die Grenzen von diesem div sind in Farbe #6EC47A.
.myOpacity80 { color: #6EC47A; opacity: 0.8; }
<p style="color:#6EC47A;opacity:0.8;">80%</p>
Text in Farbe #6EC47A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EC47A;}
<p style="text-shadow: 3px 3px 1px #6EC47A">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EC47A.
.textShadow {text-shadow: 3px 3px 1px #6EC47A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EC47A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EC47A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EC47A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EC47A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EC47A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EC47A;
-webkit-box-shadow: 1px 1px 3px 2px #6EC47A;
box-shadow: 1px 1px 3px 2px #6EC47A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EC47A; -webkit-box-shadow: 1px 1px 3px 2px #6EC47A; box-shadow:1px 1px 3px 2px #6EC47A;">
Div content here
</div>
Dieser Text ist in der Farbe #6EC47A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EC47A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EC47A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EC47A.
Kontrastfarbe für #hex ist #913B85.