HEX: #A4E995
RGB: (164,233,149)
#A4E995 enthält hauptsächlich grüne Farbe. Für #A4E995 ist eine «websichere» Webfarbe #99FF99 (oder kurz #9F9).
Die Farbe #A4E995 wird in RGB als (164,233,149) definiert.
RGB: (164,233,149) (64%,91%,58%)
R 164 von 255 = 64%
G 233 von 255 = 91%
B 149 von 255 = 58%
R + G + B ~ 71%. #A4E995 ziemlich helle Farbe.
R + G + B =
164 + 233 + 149 = 546 (100%)
R 164 von 546 ~ 30.04%
G 233 von 546 ~ 42.67%
B 149 von 546 ~ 27.29%
Die Farbe #A4E995 wird in CMYK als (30,0,36,9) definiert.
CMYK: (30,0,36,9) C30M0Y36K9 (30%,0%,36%,9%) (0.30/0.00/0.36/0.09)
A4 | E9 | 95 | |
---|---|---|---|
RGB | 164 | 233 | 149 |
HSL | 109° | 65.63% | 74.90% |
HSB/HSV | 109° | 36.05% | 91.37% |
CMYK | 29.61% | 0.00% | 36.05% |
8.63% |
Hexadezimal | A4 | E9 | 95 |
Dezimal | 164 | 233 | 149 |
Binär | 10100100 | 11101001 | 10010101 |
Oktal | 244 | 351 | 225 |
Beispiele css- und html für Elemente in der Farbe #A4E995. Bitte benutzen Sie auch rgb(164,233,149) statt hex-Code.
.myTextColor { color: #A4E995; }
<p style="color:#A4E995">This sample text font color is #A4E995.</p>
Die Farbe dieses Textes ist #A4E995.
.myBgColor { background-color: #A4E995; }
<div style="background-color:#A4E995">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A4E995.
.myBorderColor { border: 1px solid #A4E995; }
<div style="border:3px solid #A4E995">Div</div>
Die Grenzen von diesem div sind in Farbe #A4E995.
.myOpacity80 { color: #A4E995; opacity: 0.8; }
<p style="color:#A4E995;opacity:0.8;">80%</p>
Text in Farbe #A4E995 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4E995;}
<p style="text-shadow: 3px 3px 1px #A4E995">Text here.</p>
Dieser Text hat den Schatten in Farbe #A4E995.
.textShadow {text-shadow: 3px 3px 1px #A4E995, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4E995, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A4E995 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4E995, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4E995, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4E995 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A4E995; -webkit-box-shadow: 1px 1px 3px 2px #A4E995; box-shadow: 1px 1px 3px 2px #A4E995; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A4E995; -webkit-box-shadow: 1px 1px 3px 2px #A4E995; box-shadow:1px 1px 3px 2px #A4E995;">
Div content here</div>
Dieser Text ist in der Farbe #A4E995 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A4E995 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A4E995.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A4E995.