Shades of Medium Spring Green #00FA8E
Tints of Medium Spring Green #00FA8E
RGB
CMYK
RGB Variations
Color information
#00FA8E (or 0x00FA8E) is known color: Medium Spring Green. HEX triplet: 00, FA and 8E. RGB value is (0,250,142). Sum of RGB (Red+Green+Blue) = 0+250+142=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 250 (98.05% from 255 or 63.78% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FA8E is #FF0571. Grayscale: #A3A3A3. Windows color (decimal): -16713074 or 9370112. OLE color: 9370112.
HSL color Cylindrical-coordinate representation of color #00FA8E: hue angle of 154.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FA8E is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 142 | - |
| CMYK | 1 | 0 | 0.43 | 0.02 |
| HSL | 154.08º | 1% | 0.49% | - |
| HSV(B) | 154.08º | 1% | 0.98% | - |
| XYZ | 39.07 | 70.32 | 37.11 | - |
| YUV | 162.94 | 116.18 | 11.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 142 | 1 | 0 | 0.43 | 0.02 | 154.08 | 1 | 0.49 |
| Hex | 0 | FA | 8E | 64 | 0 | 2B | 2 | 9A | 64 | 31 |
| Octal | 0 | 372 | 216 | 144 | 0 | 53 | 2 | 232 | 144 | 61 |
| Binary | 0 | 11111010 | 10001110 | 1100100 | 0 | 101011 | 10 | 10011010 | 1100100 | 110001 |
Color Harmonies of #00FA8E
Complementary color
Monochromatic Colors of #00FA8E
Black with #00FA8E
Text Example
Text Example
White with #00FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FA8E; }
p { color: rgb(0,250,142); }
H1.HeaderClassName
{
color: #00FA8E;
}
.AnyTagClassName
{
color: #00FA8E;
}
</style>
background-color css
<style>
a { background-color: #00FA8E; }
a { background-color: rgb(0,250,142); }
div.DivClassName
{
background-color: #00FA8E;
}
.BgClassName
{
background-color: #00FA8E;
}
</style>
border-color css
<style>
span { border-color: #00FA8E; }
span { border-color: rgb(0,250,142); }
td.TdClassName
{
border-color: #00FA8E;
}
.TagClassName
{
border-color: #00FA8E;
}
</style>