HEX: #00FA9A
RGB: (0,250,154)
Die Farbenname ist MediumSpringGreen. #00FA9A enthält hauptsächlich grüne Farbe. Für #00FA9A ist eine «websichere» Webfarbe #00FF99 (oder kurz #0F9).
Die Farbe #00FA9A wird in RGB als (0,250,154) definiert.
RGB: (0,250,154) (0%,98%,60%)
R 0 von 255 = 0%
G 250 von 255 = 98%
B 154 von 255 = 60%
R + G + B ~ 53%. #00FA9A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
0 + 250 + 154 = 404 (100%)
R 0 von 404 ~ 0%
G 250 von 404 ~ 61.88%
B 154 von 404 ~ 38.12%
Die Farbe #00FA9A wird in CMYK als (100,0,38,2) definiert.
CMYK: (100,0,38,2) C100M0Y38K2 (100%,0%,38%,2%) (1.00/0.00/0.38/0.02)
00 | FA | 9A | |
---|---|---|---|
RGB | 0 | 250 | 154 |
HSL | 157° | 100.00% | 49.02% |
HSB/HSV | 157° | 100.00% | 98.04% |
CMYK | 100.00% | 0.00% | 38.40% |
1.96% |
Hexadezimal | 00 | FA | 9A |
Dezimal | 0 | 250 | 154 |
Binär | 0 | 11111010 | 10011010 |
Oktal | 0 | 372 | 232 |
Beispiele css- und html für Elemente in der Farbe #00FA9A. Bitte benutzen Sie auch rgb(0,250,154) statt hex-Code.
.myTextColor { color: #00FA9A; }
<p style="color:#00FA9A">This sample text font color is #00FA9A.</p>
Die Farbe dieses Textes ist #00FA9A.
.myBgColor { background-color: #00FA9A; }
<div style="background-color:#00FA9A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00FA9A.
.myBorderColor { border: 1px solid #00FA9A; }
<div style="border:3px solid #00FA9A">Div</div>
Die Grenzen von diesem div sind in Farbe #00FA9A.
.myOpacity80 { color: #00FA9A; opacity: 0.8; }
<p style="color:#00FA9A;opacity:0.8;">80%</p>
Text in Farbe #00FA9A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00FA9A;}
<p style="text-shadow: 3px 3px 1px #00FA9A">Text here.</p>
Dieser Text hat den Schatten in Farbe #00FA9A.
.textShadow {text-shadow: 3px 3px 1px #00FA9A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00FA9A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00FA9A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00FA9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00FA9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #00FA9A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00FA9A; -webkit-box-shadow: 1px 1px 3px 2px #00FA9A; box-shadow: 1px 1px 3px 2px #00FA9A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #00FA9A; -webkit-box-shadow: 1px 1px 3px 2px #00FA9A; box-shadow:1px 1px 3px 2px #00FA9A;">
Div content here</div>
Dieser Text ist in der Farbe #00FA9A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00FA9A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00FA9A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00FA9A.