HEX: #A5E473
RGB: (165,228,115)
#A5E473 enthält hauptsächlich grüne Farbe. Für #A5E473 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #A5E473 wird in RGB als (165,228,115) definiert.
RGB: (165,228,115)
(65%, 89%, 45%)
R 165 von 255 = 65%
G 228 von 255 = 89%
B 115 von 255 = 45%
R + G + B ~ 66%. #A5E473 ziemlich helle Farbe.
R + G + B = 165 + 228 + 115 = 508 (100%)
R 165 von 508 ~ 32.48%
G 228 von 508 ~ 44.88%
B 115 von 508 ~ 22.64'%
Die Farbe #A5E473 wird in CMYK als (28,0,50,11) definiert.
CMYK: (28,0,50,11)
C28M0Y50K11 (28%, 0%, 50%, 11%)
(0.28 / 0.00 / 0.50 / 0.11)
Farbe #A5E473 in den populären Farbmodellen.
A5 | E4 | 73 | |
---|---|---|---|
RGB | 165 | 228 | 115 |
HSL | 93° | 67.66% | 67.25% |
HSB/HSV | 93° | 49.56% | 89.41% |
CMYK | 27.63% | 0.00% | 49.56% |
10.59% |
Die Farbe #A5E473 in den populären Zahlensystemen.
Hexadezimal | A5 | E4 | 73 |
Dezimal | 165 | 228 | 115 |
Binär | 10100101 | 11100100 | 1110011 |
Oktal | 245 | 344 | 163 |
Dunkle Töne der Farbe #A5E473
Helle Töne der Farbe #A5E473
Beispiele css- und html für Elemente in der Farbe #A5E473. Bitte benutzen Sie auch rgb(165,228,115) statt hex-Code.
.myTextColor { color: #A5E473; }
<p style="color:#A5E473">This sample text font color is #A5E473.</p>
Die Farbe dieses Textes ist #A5E473.
.myBgColor { background-color: #A5E473; }
<div style="background-color:#A5E473">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A5E473.
.myBorderColor { border: 1px solid #A5E473; }
<div style="border:3px solid #A5E473">Div</div>
Die Grenzen von diesem div sind in Farbe #A5E473.
.myOpacity80 { color: #A5E473; opacity: 0.8; }
<p style="color:#A5E473;opacity:0.8;">80%</p>
Text in Farbe #A5E473 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5E473;}
<p style="text-shadow: 3px 3px 1px #A5E473">Text here.</p>
Dieser Text hat den Schatten in Farbe #A5E473.
.textShadow {text-shadow: 3px 3px 1px #A5E473', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5E473, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A5E473 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E473, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5E473, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5E473 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5E473;
-webkit-box-shadow: 1px 1px 3px 2px #A5E473;
box-shadow: 1px 1px 3px 2px #A5E473;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E473; -webkit-box-shadow: 1px 1px 3px 2px #A5E473; box-shadow:1px 1px 3px 2px #A5E473;">
Div content here
</div>
Dieser Text ist in der Farbe #A5E473 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A5E473 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A5E473.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A5E473.
Kontrastfarbe für #hex ist #5A1B8C.