HEX: #A5BC19
RGB: (165,188,25)
#A5BC19 enthält hauptsächlich rote und grüne Farbe. Für #A5BC19 ist eine «websichere» Webfarbe #99CC00 (oder kurz #9C0).
Die Farbe #A5BC19 wird in RGB als (165,188,25) definiert.
RGB: (165,188,25) (65%,74%,10%)
R 165 von 255 = 65%
G 188 von 255 = 74%
B 25 von 255 = 10%
R + G + B ~ 50%. #A5BC19 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
165 + 188 + 25 = 378 (100%)
R 165 von 378 ~ 43.65%
G 188 von 378 ~ 49.74%
B 25 von 378 ~ 6.61%
Die Farbe #A5BC19 wird in CMYK als (12,0,87,26) definiert.
CMYK: (12,0,87,26) C12M0Y87K26 (12%,0%,87%,26%) (0.12/0.00/0.87/0.26)
A5 | BC | 19 | |
---|---|---|---|
RGB | 165 | 188 | 25 |
HSL | 68° | 76.53% | 41.76% |
HSB/HSV | 68° | 86.70% | 73.73% |
CMYK | 12.23% | 0.00% | 86.70% |
26.27% |
Hexadezimal | A5 | BC | 19 |
Dezimal | 165 | 188 | 25 |
Binär | 10100101 | 10111100 | 11001 |
Oktal | 245 | 274 | 31 |
Beispiele css- und html für Elemente in der Farbe #A5BC19. Bitte benutzen Sie auch rgb(165,188,25) statt hex-Code.
.myTextColor { color: #A5BC19; }
<p style="color:#A5BC19">This sample text font color is #A5BC19.</p>
Die Farbe dieses Textes ist #A5BC19.
.myBgColor { background-color: #A5BC19; }
<div style="background-color:#A5BC19">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A5BC19.
.myBorderColor { border: 1px solid #A5BC19; }
<div style="border:3px solid #A5BC19">Div</div>
Die Grenzen von diesem div sind in Farbe #A5BC19.
.myOpacity80 { color: #A5BC19; opacity: 0.8; }
<p style="color:#A5BC19;opacity:0.8;">80%</p>
Text in Farbe #A5BC19 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5BC19;}
<p style="text-shadow: 3px 3px 1px #A5BC19">Text here.</p>
Dieser Text hat den Schatten in Farbe #A5BC19.
.textShadow {text-shadow: 3px 3px 1px #A5BC19, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5BC19, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A5BC19 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5BC19, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5BC19, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5BC19 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A5BC19; -webkit-box-shadow: 1px 1px 3px 2px #A5BC19; box-shadow: 1px 1px 3px 2px #A5BC19; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A5BC19; -webkit-box-shadow: 1px 1px 3px 2px #A5BC19; box-shadow:1px 1px 3px 2px #A5BC19;">
Div content here</div>
Dieser Text ist in der Farbe #A5BC19 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A5BC19 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A5BC19.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A5BC19.