HEX: #ACDD5E
RGB: (172,221,94)
#ACDD5E enthält hauptsächlich rote und grüne Farbe. Für #ACDD5E ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ACDD5E wird in RGB als (172,221,94) definiert.
RGB: (172,221,94)
(67%, 87%, 37%)
R 172 von 255 = 67%
G 221 von 255 = 87%
B 94 von 255 = 37%
R + G + B ~ 64%. #ACDD5E ziemlich helle Farbe.
R + G + B = 172 + 221 + 94 = 487 (100%)
R 172 von 487 ~ 35.32%
G 221 von 487 ~ 45.38%
B 94 von 487 ~ 19.3'%
Die Farbe #ACDD5E wird in CMYK als (22,0,57,13) definiert.
CMYK: (22,0,57,13)
C22M0Y57K13 (22%, 0%, 57%, 13%)
(0.22 / 0.00 / 0.57 / 0.13)
Farbe #ACDD5E in den populären Farbmodellen.
AC | DD | 5E | |
---|---|---|---|
RGB | 172 | 221 | 94 |
HSL | 83° | 65.13% | 61.76% |
HSB/HSV | 83° | 57.47% | 86.67% |
CMYK | 22.17% | 0.00% | 57.47% |
13.33% |
Die Farbe #ACDD5E in den populären Zahlensystemen.
Hexadezimal | AC | DD | 5E |
Dezimal | 172 | 221 | 94 |
Binär | 10101100 | 11011101 | 1011110 |
Oktal | 254 | 335 | 136 |
Dunkle Töne der Farbe #ACDD5E
Helle Töne der Farbe #ACDD5E
Beispiele css- und html für Elemente in der Farbe #ACDD5E. Bitte benutzen Sie auch rgb(172,221,94) statt hex-Code.
.myTextColor { color: #ACDD5E; }
<p style="color:#ACDD5E">This sample text font color is #ACDD5E.</p>
Die Farbe dieses Textes ist #ACDD5E.
.myBgColor { background-color: #ACDD5E; }
<div style="background-color:#ACDD5E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ACDD5E.
.myBorderColor { border: 1px solid #ACDD5E; }
<div style="border:3px solid #ACDD5E">Div</div>
Die Grenzen von diesem div sind in Farbe #ACDD5E.
.myOpacity80 { color: #ACDD5E; opacity: 0.8; }
<p style="color:#ACDD5E;opacity:0.8;">80%</p>
Text in Farbe #ACDD5E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACDD5E;}
<p style="text-shadow: 3px 3px 1px #ACDD5E">Text here.</p>
Dieser Text hat den Schatten in Farbe #ACDD5E.
.textShadow {text-shadow: 3px 3px 1px #ACDD5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACDD5E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ACDD5E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACDD5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACDD5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACDD5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACDD5E;
-webkit-box-shadow: 1px 1px 3px 2px #ACDD5E;
box-shadow: 1px 1px 3px 2px #ACDD5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACDD5E; -webkit-box-shadow: 1px 1px 3px 2px #ACDD5E; box-shadow:1px 1px 3px 2px #ACDD5E;">
Div content here
</div>
Dieser Text ist in der Farbe #ACDD5E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ACDD5E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ACDD5E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ACDD5E.
Kontrastfarbe für #hex ist #5322A1.