HEX: #A5E296
RGB: (165,226,150)
#A5E296 enthält hauptsächlich grüne Farbe. Für #A5E296 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #A5E296 wird in RGB als (165,226,150) definiert.
RGB: (165,226,150) (65%,89%,59%)
R 165 von 255 = 65%
G 226 von 255 = 89%
B 150 von 255 = 59%
R + G + B ~ 71%. #A5E296 ziemlich helle Farbe.
R + G + B =
165 + 226 + 150 = 541 (100%)
R 165 von 541 ~ 30.5%
G 226 von 541 ~ 41.77%
B 150 von 541 ~ 27.73%
Die Farbe #A5E296 wird in CMYK als (27,0,34,11) definiert.
CMYK: (27,0,34,11) C27M0Y34K11 (27%,0%,34%,11%) (0.27/0.00/0.34/0.11)
A5 | E2 | 96 | |
---|---|---|---|
RGB | 165 | 226 | 150 |
HSL | 108° | 56.72% | 73.73% |
HSB/HSV | 108° | 33.63% | 88.63% |
CMYK | 26.99% | 0.00% | 33.63% |
11.37% |
Hexadezimal | A5 | E2 | 96 |
Dezimal | 165 | 226 | 150 |
Binär | 10100101 | 11100010 | 10010110 |
Oktal | 245 | 342 | 226 |
Beispiele css- und html für Elemente in der Farbe #A5E296. Bitte benutzen Sie auch rgb(165,226,150) statt hex-Code.
.myTextColor { color: #A5E296; }
<p style="color:#A5E296">This sample text font color is #A5E296.</p>
Die Farbe dieses Textes ist #A5E296.
.myBgColor { background-color: #A5E296; }
<div style="background-color:#A5E296">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A5E296.
.myBorderColor { border: 1px solid #A5E296; }
<div style="border:3px solid #A5E296">Div</div>
Die Grenzen von diesem div sind in Farbe #A5E296.
.myOpacity80 { color: #A5E296; opacity: 0.8; }
<p style="color:#A5E296;opacity:0.8;">80%</p>
Text in Farbe #A5E296 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5E296;}
<p style="text-shadow: 3px 3px 1px #A5E296">Text here.</p>
Dieser Text hat den Schatten in Farbe #A5E296.
.textShadow {text-shadow: 3px 3px 1px #A5E296, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5E296, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A5E296 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E296, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5E296, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5E296 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A5E296; -webkit-box-shadow: 1px 1px 3px 2px #A5E296; box-shadow: 1px 1px 3px 2px #A5E296; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A5E296; -webkit-box-shadow: 1px 1px 3px 2px #A5E296; box-shadow:1px 1px 3px 2px #A5E296;">
Div content here</div>
Dieser Text ist in der Farbe #A5E296 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A5E296 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A5E296.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A5E296.