Shades of Spring Green #01E976
Tints of Spring Green #01E976
RGB
CMYK
RGB Variations
Color information
#01E976 (or 0x01E976) is known color: Spring Green. HEX triplet: 01, E9 and 76. RGB value is (1,233,118). Sum of RGB (Red+Green+Blue) = 1+233+118=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 233 (91.41% from 255 or 66.19% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 233 - color contains mainly: green. Hex color #01E976 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E976 is #FE1689. Grayscale: #969696. Windows color (decimal): -16651914 or 7792897. OLE color: 7792897.
HSL color Cylindrical-coordinate representation of color #01E976: hue angle of 150.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E976 is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 233 | 118 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.09 |
| HSL | 150.26º | 0.99% | 0.46% | - |
| HSV(B) | 150.26º | 1% | 0.91% | - |
| XYZ | 32.42 | 59.59 | 26.93 | - |
| YUV | 150.52 | 109.64 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 233 | 118 | 1.00 | 0 | 0.49 | 0.09 | 150.26 | 0.99 | 0.46 |
| Hex | 1 | E9 | 76 | 64 | 0 | 31 | 9 | 96 | 63 | 2E |
| Octal | 1 | 351 | 166 | 144 | 0 | 61 | 11 | 226 | 143 | 56 |
| Binary | 1 | 11101001 | 1110110 | 1100100 | 0 | 110001 | 1001 | 10010110 | 1100011 | 101110 |
Color Harmonies of #01E976
Complementary color
Monochromatic Colors of #01E976
Black with #01E976
Text Example
Text Example
White with #01E976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E976; }
p { color: rgb(1,233,118); }
H1.HeaderClassName
{
color: #01E976;
}
.AnyTagClassName
{
color: #01E976;
}
</style>
background-color css
<style>
a { background-color: #01E976; }
a { background-color: rgb(1,233,118); }
div.DivClassName
{
background-color: #01E976;
}
.BgClassName
{
background-color: #01E976;
}
</style>
border-color css
<style>
span { border-color: #01E976; }
span { border-color: rgb(1,233,118); }
td.TdClassName
{
border-color: #01E976;
}
.TagClassName
{
border-color: #01E976;
}
</style>