HEX: #A5D19B
RGB: (165,209,155)
#A5D19B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A5D19B ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #A5D19B wird in RGB als (165,209,155) definiert.
RGB: (165,209,155) (65%,82%,61%)
R 165 von 255 = 65%
G 209 von 255 = 82%
B 155 von 255 = 61%
R + G + B ~ 69%. #A5D19B ziemlich helle Farbe.
R + G + B =
165 + 209 + 155 = 529 (100%)
R 165 von 529 ~ 31.19%
G 209 von 529 ~ 39.51%
B 155 von 529 ~ 29.3%
Die Farbe #A5D19B wird in CMYK als (21,0,26,18) definiert.
CMYK: (21,0,26,18) C21M0Y26K18 (21%,0%,26%,18%) (0.21/0.00/0.26/0.18)
A5 | D1 | 9B | |
---|---|---|---|
RGB | 165 | 209 | 155 |
HSL | 109° | 36.99% | 71.37% |
HSB/HSV | 109° | 25.84% | 81.96% |
CMYK | 21.05% | 0.00% | 25.84% |
18.04% |
Hexadezimal | A5 | D1 | 9B |
Dezimal | 165 | 209 | 155 |
Binär | 10100101 | 11010001 | 10011011 |
Oktal | 245 | 321 | 233 |
Beispiele css- und html für Elemente in der Farbe #A5D19B. Bitte benutzen Sie auch rgb(165,209,155) statt hex-Code.
.myTextColor { color: #A5D19B; }
<p style="color:#A5D19B">This sample text font color is #A5D19B.</p>
Die Farbe dieses Textes ist #A5D19B.
.myBgColor { background-color: #A5D19B; }
<div style="background-color:#A5D19B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A5D19B.
.myBorderColor { border: 1px solid #A5D19B; }
<div style="border:3px solid #A5D19B">Div</div>
Die Grenzen von diesem div sind in Farbe #A5D19B.
.myOpacity80 { color: #A5D19B; opacity: 0.8; }
<p style="color:#A5D19B;opacity:0.8;">80%</p>
Text in Farbe #A5D19B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5D19B;}
<p style="text-shadow: 3px 3px 1px #A5D19B">Text here.</p>
Dieser Text hat den Schatten in Farbe #A5D19B.
.textShadow {text-shadow: 3px 3px 1px #A5D19B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5D19B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A5D19B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5D19B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5D19B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5D19B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A5D19B; -webkit-box-shadow: 1px 1px 3px 2px #A5D19B; box-shadow: 1px 1px 3px 2px #A5D19B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A5D19B; -webkit-box-shadow: 1px 1px 3px 2px #A5D19B; box-shadow:1px 1px 3px 2px #A5D19B;">
Div content here</div>
Dieser Text ist in der Farbe #A5D19B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A5D19B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A5D19B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A5D19B.