HEX: #9CC97D
RGB: (156,201,125)
#9CC97D enthält hauptsächlich rote und grüne Farbe. Für #9CC97D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #9CC97D wird in RGB als (156,201,125) definiert.
RGB: (156,201,125) (61%,79%,49%)
R 156 von 255 = 61%
G 201 von 255 = 79%
B 125 von 255 = 49%
R + G + B ~ 63%. #9CC97D ziemlich helle Farbe.
R + G + B =
156 + 201 + 125 = 482 (100%)
R 156 von 482 ~ 32.37%
G 201 von 482 ~ 41.7%
B 125 von 482 ~ 25.93%
Die Farbe #9CC97D wird in CMYK als (22,0,38,21) definiert.
CMYK: (22,0,38,21) C22M0Y38K21 (22%,0%,38%,21%) (0.22/0.00/0.38/0.21)
9C | C9 | 7D | |
---|---|---|---|
RGB | 156 | 201 | 125 |
HSL | 96° | 41.30% | 63.92% |
HSB/HSV | 96° | 37.81% | 78.82% |
CMYK | 22.39% | 0.00% | 37.81% |
21.18% |
Hexadezimal | 9C | C9 | 7D |
Dezimal | 156 | 201 | 125 |
Binär | 10011100 | 11001001 | 1111101 |
Oktal | 234 | 311 | 175 |
Beispiele css- und html für Elemente in der Farbe #9CC97D. Bitte benutzen Sie auch rgb(156,201,125) statt hex-Code.
.myTextColor { color: #9CC97D; }
<p style="color:#9CC97D">This sample text font color is #9CC97D.</p>
Die Farbe dieses Textes ist #9CC97D.
.myBgColor { background-color: #9CC97D; }
<div style="background-color:#9CC97D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9CC97D.
.myBorderColor { border: 1px solid #9CC97D; }
<div style="border:3px solid #9CC97D">Div</div>
Die Grenzen von diesem div sind in Farbe #9CC97D.
.myOpacity80 { color: #9CC97D; opacity: 0.8; }
<p style="color:#9CC97D;opacity:0.8;">80%</p>
Text in Farbe #9CC97D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9CC97D;}
<p style="text-shadow: 3px 3px 1px #9CC97D">Text here.</p>
Dieser Text hat den Schatten in Farbe #9CC97D.
.textShadow {text-shadow: 3px 3px 1px #9CC97D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9CC97D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9CC97D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9CC97D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9CC97D, Direction=45, Strength=4)">Text</p>
This text has shadow with #9CC97D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9CC97D; -webkit-box-shadow: 1px 1px 3px 2px #9CC97D; box-shadow: 1px 1px 3px 2px #9CC97D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9CC97D; -webkit-box-shadow: 1px 1px 3px 2px #9CC97D; box-shadow:1px 1px 3px 2px #9CC97D;">
Div content here</div>
Dieser Text ist in der Farbe #9CC97D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9CC97D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9CC97D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9CC97D.