Shades of Medium Spring Green #00FE96
Tints of Medium Spring Green #00FE96
RGB
CMYK
RGB Variations
Color information
#00FE96 (or 0x00FE96) is known color: Medium Spring Green. HEX triplet: 00, FE and 96. RGB value is (0,254,150). Sum of RGB (Red+Green+Blue) = 0+254+150=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 254 (99.61% from 255 or 62.87% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FE96 is #FF0169. Grayscale: #A6A6A6. Windows color (decimal): -16712042 or 9895424. OLE color: 9895424.
HSL color Cylindrical-coordinate representation of color #00FE96: hue angle of 155.43º 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 #00FE96 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 150 | - |
| CMYK | 1 | 0 | 0.41 | 0.00 |
| HSL | 155.43º | 1% | 0.5% | - |
| HSV(B) | 155.43º | 1% | 1% | - |
| XYZ | 40.95 | 73.09 | 40.8 | - |
| YUV | 166.2 | 118.85 | 9.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 150 | 1 | 0 | 0.41 | 0.00 | 155.43 | 1 | 0.5 |
| Hex | 0 | FE | 96 | 64 | 0 | 29 | 0 | 9B | 64 | 32 |
| Octal | 0 | 376 | 226 | 144 | 0 | 51 | 0 | 233 | 144 | 62 |
| Binary | 0 | 11111110 | 10010110 | 1100100 | 0 | 101001 | 0 | 10011011 | 1100100 | 110010 |
Color Harmonies of #00FE96
Complementary color
Monochromatic Colors of #00FE96
Black with #00FE96
Text Example
Text Example
White with #00FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FE96; }
p { color: rgb(0,254,150); }
H1.HeaderClassName
{
color: #00FE96;
}
.AnyTagClassName
{
color: #00FE96;
}
</style>
background-color css
<style>
a { background-color: #00FE96; }
a { background-color: rgb(0,254,150); }
div.DivClassName
{
background-color: #00FE96;
}
.BgClassName
{
background-color: #00FE96;
}
</style>
border-color css
<style>
span { border-color: #00FE96; }
span { border-color: rgb(0,254,150); }
td.TdClassName
{
border-color: #00FE96;
}
.TagClassName
{
border-color: #00FE96;
}
</style>