HEX: #009933
RGB: (0,153,51)
#009933 enthält hauptsächlich grüne Farbe. Die Farbe #009933 ist «eine websichere» Webfarbe. Sie kann kurz als #093 geschrieben werden.
Die Farbe #009933 wird in RGB als (0,153,51) definiert.
RGB: (0,153,51) (0%,60%,20%)
R 0 von 255 = 0%
G 153 von 255 = 60%
B 51 von 255 = 20%
R + G + B ~ 27%. #009933 ziemlich dunkle Farbe.
R + G + B =
0 + 153 + 51 = 204 (100%)
R 0 von 204 ~ 0%
G 153 von 204 ~ 75%
B 51 von 204 ~ 25%
Die Farbe #009933 wird in CMYK als (100,0,67,40) definiert.
CMYK: (100,0,67,40) C100M0Y67K40 (100%,0%,67%,40%) (1.00/0.00/0.67/0.40)
00 | 99 | 33 | |
---|---|---|---|
RGB | 0 | 153 | 51 |
HSL | 140° | 100.00% | 30.00% |
HSB/HSV | 140° | 100.00% | 60.00% |
CMYK | 100.00% | 0.00% | 66.67% |
40.00% |
Hexadezimal | 00 | 99 | 33 |
Dezimal | 0 | 153 | 51 |
Binär | 0 | 10011001 | 110011 |
Oktal | 0 | 231 | 63 |
Beispiele css- und html für Elemente in der Farbe #009933. Bitte benutzen Sie auch rgb(0,153,51) statt hex-Code.
.myTextColor { color: #009933; }
<p style="color:#009933">This sample text font color is #009933.</p>
Die Farbe dieses Textes ist #009933.
.myBgColor { background-color: #009933; }
<div style="background-color:#009933">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #009933.
.myBorderColor { border: 1px solid #009933; }
<div style="border:3px solid #009933">Div</div>
Die Grenzen von diesem div sind in Farbe #009933.
.myOpacity80 { color: #009933; opacity: 0.8; }
<p style="color:#009933;opacity:0.8;">80%</p>
Text in Farbe #009933 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #009933;}
<p style="text-shadow: 3px 3px 1px #009933">Text here.</p>
Dieser Text hat den Schatten in Farbe #009933.
.textShadow {text-shadow: 3px 3px 1px #009933, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #009933, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #009933 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#009933, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#009933, Direction=45, Strength=4)">Text</p>
This text has shadow with #009933 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #009933; -webkit-box-shadow: 1px 1px 3px 2px #009933; box-shadow: 1px 1px 3px 2px #009933; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #009933; -webkit-box-shadow: 1px 1px 3px 2px #009933; box-shadow:1px 1px 3px 2px #009933;">
Div content here</div>
Dieser Text ist in der Farbe #009933 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #009933 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #009933.
Dieser Text ist weiß auf dem Hintergrund in Farbe #009933.