Shades of Spring Green #00E972
Tints of Spring Green #00E972
RGB
CMYK
RGB Variations
Color information
#00E972 (or 0x00E972) is known color: Spring Green. HEX triplet: 00, E9 and 72. RGB value is (0,233,114). Sum of RGB (Red+Green+Blue) = 0+233+114=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 233 (91.41% from 255 or 67.15% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 233 - color contains mainly: green. Hex color #00E972 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00E972 is #FF168D. Grayscale: #969696. Windows color (decimal): -16717454 or 7530752. OLE color: 7530752.
HSL color Cylindrical-coordinate representation of color #00E972: hue angle of 149.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E972 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 233 | 114 | - |
| CMYK | 1 | 0 | 0.51 | 0.09 |
| HSL | 149.36º | 1% | 0.46% | - |
| HSV(B) | 149.36º | 1% | 0.91% | - |
| XYZ | 32.18 | 59.49 | 25.71 | - |
| YUV | 149.77 | 107.81 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 114 | 1 | 0 | 0.51 | 0.09 | 149.36 | 1 | 0.46 |
| Hex | 0 | E9 | 72 | 64 | 0 | 33 | 9 | 95 | 64 | 2E |
| Octal | 0 | 351 | 162 | 144 | 0 | 63 | 11 | 225 | 144 | 56 |
| Binary | 0 | 11101001 | 1110010 | 1100100 | 0 | 110011 | 1001 | 10010101 | 1100100 | 101110 |
Color Harmonies of #00E972
Complementary color
Monochromatic Colors of #00E972
Black with #00E972
Text Example
Text Example
White with #00E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E972; }
p { color: rgb(0,233,114); }
H1.HeaderClassName
{
color: #00E972;
}
.AnyTagClassName
{
color: #00E972;
}
</style>
background-color css
<style>
a { background-color: #00E972; }
a { background-color: rgb(0,233,114); }
div.DivClassName
{
background-color: #00E972;
}
.BgClassName
{
background-color: #00E972;
}
</style>
border-color css
<style>
span { border-color: #00E972; }
span { border-color: rgb(0,233,114); }
td.TdClassName
{
border-color: #00E972;
}
.TagClassName
{
border-color: #00E972;
}
</style>