Shades of Medium Spring Green #00FE8E
Tints of Medium Spring Green #00FE8E
RGB
CMYK
RGB Variations
Color information
#00FE8E (or 0x00FE8E) is known color: Medium Spring Green. HEX triplet: 00, FE and 8E. RGB value is (0,254,142). Sum of RGB (Red+Green+Blue) = 0+254+142=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FE8E is #FF0171. Grayscale: #A5A5A5. Windows color (decimal): -16712050 or 9371136. OLE color: 9371136.
HSL color Cylindrical-coordinate representation of color #00FE8E: hue angle of 153.54º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FE8E is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 142 | - |
| CMYK | 1 | 0 | 0.44 | 0.00 |
| HSL | 153.54º | 1% | 0.5% | - |
| HSV(B) | 153.54º | 1% | 1% | - |
| XYZ | 40.32 | 72.84 | 37.52 | - |
| YUV | 165.29 | 114.85 | 10.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 142 | 1 | 0 | 0.44 | 0.00 | 153.54 | 1 | 0.5 |
| Hex | 0 | FE | 8E | 64 | 0 | 2C | 0 | 9A | 64 | 32 |
| Octal | 0 | 376 | 216 | 144 | 0 | 54 | 0 | 232 | 144 | 62 |
| Binary | 0 | 11111110 | 10001110 | 1100100 | 0 | 101100 | 0 | 10011010 | 1100100 | 110010 |
Color Harmonies of #00FE8E
Complementary color
Monochromatic Colors of #00FE8E
Black with #00FE8E
Text Example
Text Example
White with #00FE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FE8E; }
p { color: rgb(0,254,142); }
H1.HeaderClassName
{
color: #00FE8E;
}
.AnyTagClassName
{
color: #00FE8E;
}
</style>
background-color css
<style>
a { background-color: #00FE8E; }
a { background-color: rgb(0,254,142); }
div.DivClassName
{
background-color: #00FE8E;
}
.BgClassName
{
background-color: #00FE8E;
}
</style>
border-color css
<style>
span { border-color: #00FE8E; }
span { border-color: rgb(0,254,142); }
td.TdClassName
{
border-color: #00FE8E;
}
.TagClassName
{
border-color: #00FE8E;
}
</style>