HEX: #6AB248
RGB: (106,178,72)
#6AB248 enthält hauptsächlich grüne Farbe. Für #6AB248 ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #6AB248 wird in RGB als (106,178,72) definiert.
RGB: (106,178,72)
(42%, 70%, 28%)
R 106 von 255 = 42%
G 178 von 255 = 70%
B 72 von 255 = 28%
R + G + B ~ 47%. #6AB248 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 106 + 178 + 72 = 356 (100%)
R 106 von 356 ~ 29.78%
G 178 von 356 ~ 50%
B 72 von 356 ~ 20.22'%
Die Farbe #6AB248 wird in CMYK als (40,0,60,30) definiert.
CMYK: (40,0,60,30)
C40M0Y60K30 (40%, 0%, 60%, 30%)
(0.40 / 0.00 / 0.60 / 0.30)
Farbe #6AB248 in den populären Farbmodellen.
6A | B2 | 48 | |
---|---|---|---|
RGB | 106 | 178 | 72 |
HSL | 101° | 42.40% | 49.02% |
HSB/HSV | 101° | 59.55% | 69.80% |
CMYK | 40.45% | 0.00% | 59.55% |
30.20% |
Die Farbe #6AB248 in den populären Zahlensystemen.
Hexadezimal | 6A | B2 | 48 |
Dezimal | 106 | 178 | 72 |
Binär | 1101010 | 10110010 | 1001000 |
Oktal | 152 | 262 | 110 |
Dunkle Töne der Farbe #6AB248
Helle Töne der Farbe #6AB248
Beispiele css- und html für Elemente in der Farbe #6AB248. Bitte benutzen Sie auch rgb(106,178,72) statt hex-Code.
.myTextColor { color: #6AB248; }
<p style="color:#6AB248">This sample text font color is #6AB248.</p>
Die Farbe dieses Textes ist #6AB248.
.myBgColor { background-color: #6AB248; }
<div style="background-color:#6AB248">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6AB248.
.myBorderColor { border: 1px solid #6AB248; }
<div style="border:3px solid #6AB248">Div</div>
Die Grenzen von diesem div sind in Farbe #6AB248.
.myOpacity80 { color: #6AB248; opacity: 0.8; }
<p style="color:#6AB248;opacity:0.8;">80%</p>
Text in Farbe #6AB248 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6AB248;}
<p style="text-shadow: 3px 3px 1px #6AB248">Text here.</p>
Dieser Text hat den Schatten in Farbe #6AB248.
.textShadow {text-shadow: 3px 3px 1px #6AB248', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6AB248, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6AB248 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6AB248, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6AB248, Direction=45, Strength=4)">Text</p>
This text has shadow with #6AB248 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6AB248;
-webkit-box-shadow: 1px 1px 3px 2px #6AB248;
box-shadow: 1px 1px 3px 2px #6AB248;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6AB248; -webkit-box-shadow: 1px 1px 3px 2px #6AB248; box-shadow:1px 1px 3px 2px #6AB248;">
Div content here
</div>
Dieser Text ist in der Farbe #6AB248 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6AB248 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6AB248.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6AB248.
Kontrastfarbe für #hex ist #954DB7.