HEX: #96C494
RGB: (150,196,148)
#96C494 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #96C494 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #96C494 wird in RGB als (150,196,148) definiert.
RGB: (150,196,148) (59%,77%,58%)
R 150 von 255 = 59%
G 196 von 255 = 77%
B 148 von 255 = 58%
R + G + B ~ 65%. #96C494 ziemlich helle Farbe.
R + G + B =
150 + 196 + 148 = 494 (100%)
R 150 von 494 ~ 30.36%
G 196 von 494 ~ 39.68%
B 148 von 494 ~ 29.96%
Die Farbe #96C494 wird in CMYK als (23,0,24,23) definiert.
CMYK: (23,0,24,23) C23M0Y24K23 (23%,0%,24%,23%) (0.23/0.00/0.24/0.23)
96 | C4 | 94 | |
---|---|---|---|
RGB | 150 | 196 | 148 |
HSL | 118° | 28.92% | 67.45% |
HSB/HSV | 118° | 24.49% | 76.86% |
CMYK | 23.47% | 0.00% | 24.49% |
23.14% |
Hexadezimal | 96 | C4 | 94 |
Dezimal | 150 | 196 | 148 |
Binär | 10010110 | 11000100 | 10010100 |
Oktal | 226 | 304 | 224 |
Beispiele css- und html für Elemente in der Farbe #96C494. Bitte benutzen Sie auch rgb(150,196,148) statt hex-Code.
.myTextColor { color: #96C494; }
<p style="color:#96C494">This sample text font color is #96C494.</p>
Die Farbe dieses Textes ist #96C494.
.myBgColor { background-color: #96C494; }
<div style="background-color:#96C494">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #96C494.
.myBorderColor { border: 1px solid #96C494; }
<div style="border:3px solid #96C494">Div</div>
Die Grenzen von diesem div sind in Farbe #96C494.
.myOpacity80 { color: #96C494; opacity: 0.8; }
<p style="color:#96C494;opacity:0.8;">80%</p>
Text in Farbe #96C494 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96C494;}
<p style="text-shadow: 3px 3px 1px #96C494">Text here.</p>
Dieser Text hat den Schatten in Farbe #96C494.
.textShadow {text-shadow: 3px 3px 1px #96C494, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96C494, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #96C494 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96C494, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96C494, Direction=45, Strength=4)">Text</p>
This text has shadow with #96C494 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96C494; -webkit-box-shadow: 1px 1px 3px 2px #96C494; box-shadow: 1px 1px 3px 2px #96C494; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #96C494; -webkit-box-shadow: 1px 1px 3px 2px #96C494; box-shadow:1px 1px 3px 2px #96C494;">
Div content here</div>
Dieser Text ist in der Farbe #96C494 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #96C494 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #96C494.
Dieser Text ist weiß auf dem Hintergrund in Farbe #96C494.