HEX: #A5D55E
RGB: (165,213,94)
#A5D55E enthält hauptsächlich rote und grüne Farbe. Für #A5D55E ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #A5D55E wird in RGB als (165,213,94) definiert.
RGB: (165,213,94) (65%,84%,37%)
R 165 von 255 = 65%
G 213 von 255 = 84%
B 94 von 255 = 37%
R + G + B ~ 62%. #A5D55E ziemlich helle Farbe.
R + G + B =
165 + 213 + 94 = 472 (100%)
R 165 von 472 ~ 34.96%
G 213 von 472 ~ 45.13%
B 94 von 472 ~ 19.92%
Die Farbe #A5D55E wird in CMYK als (23,0,56,16) definiert.
CMYK: (23,0,56,16) C23M0Y56K16 (23%,0%,56%,16%) (0.23/0.00/0.56/0.16)
A5 | D5 | 5E | |
---|---|---|---|
RGB | 165 | 213 | 94 |
HSL | 84° | 58.62% | 60.20% |
HSB/HSV | 84° | 55.87% | 83.53% |
CMYK | 22.54% | 0.00% | 55.87% |
16.47% |
Hexadezimal | A5 | D5 | 5E |
Dezimal | 165 | 213 | 94 |
Binär | 10100101 | 11010101 | 1011110 |
Oktal | 245 | 325 | 136 |
Beispiele css- und html für Elemente in der Farbe #A5D55E. Bitte benutzen Sie auch rgb(165,213,94) statt hex-Code.
.myTextColor { color: #A5D55E; }
<p style="color:#A5D55E">This sample text font color is #A5D55E.</p>
Die Farbe dieses Textes ist #A5D55E.
.myBgColor { background-color: #A5D55E; }
<div style="background-color:#A5D55E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A5D55E.
.myBorderColor { border: 1px solid #A5D55E; }
<div style="border:3px solid #A5D55E">Div</div>
Die Grenzen von diesem div sind in Farbe #A5D55E.
.myOpacity80 { color: #A5D55E; opacity: 0.8; }
<p style="color:#A5D55E;opacity:0.8;">80%</p>
Text in Farbe #A5D55E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5D55E;}
<p style="text-shadow: 3px 3px 1px #A5D55E">Text here.</p>
Dieser Text hat den Schatten in Farbe #A5D55E.
.textShadow {text-shadow: 3px 3px 1px #A5D55E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5D55E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A5D55E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5D55E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5D55E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5D55E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A5D55E; -webkit-box-shadow: 1px 1px 3px 2px #A5D55E; box-shadow: 1px 1px 3px 2px #A5D55E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A5D55E; -webkit-box-shadow: 1px 1px 3px 2px #A5D55E; box-shadow:1px 1px 3px 2px #A5D55E;">
Div content here</div>
Dieser Text ist in der Farbe #A5D55E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A5D55E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A5D55E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A5D55E.