Shades of Spring Green #01E87A
Tints of Spring Green #01E87A
RGB
CMYK
RGB Variations
Color information
#01E87A (or 0x01E87A) is known color: Spring Green. HEX triplet: 01, E8 and 7A. RGB value is (1,232,122). Sum of RGB (Red+Green+Blue) = 1+232+122=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 232 (91.02% from 255 or 65.35% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 232 - color contains mainly: green. Hex color #01E87A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E87A is #FE1785. Grayscale: #969696. Windows color (decimal): -16652166 or 8054785. OLE color: 8054785.
HSL color Cylindrical-coordinate representation of color #01E87A: hue angle of 151.43º 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 #01E87A is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 232 | 122 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.09 |
| HSL | 151.43º | 0.99% | 0.46% | - |
| HSV(B) | 151.43º | 1% | 0.91% | - |
| XYZ | 32.38 | 59.12 | 28.12 | - |
| YUV | 150.39 | 111.97 | 21.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 122 | 1.00 | 0 | 0.47 | 0.09 | 151.43 | 0.99 | 0.46 |
| Hex | 1 | E8 | 7A | 64 | 0 | 2F | 9 | 97 | 63 | 2E |
| Octal | 1 | 350 | 172 | 144 | 0 | 57 | 11 | 227 | 143 | 56 |
| Binary | 1 | 11101000 | 1111010 | 1100100 | 0 | 101111 | 1001 | 10010111 | 1100011 | 101110 |
Color Harmonies of #01E87A
Complementary color
Monochromatic Colors of #01E87A
Black with #01E87A
Text Example
Text Example
White with #01E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E87A; }
p { color: rgb(1,232,122); }
H1.HeaderClassName
{
color: #01E87A;
}
.AnyTagClassName
{
color: #01E87A;
}
</style>
background-color css
<style>
a { background-color: #01E87A; }
a { background-color: rgb(1,232,122); }
div.DivClassName
{
background-color: #01E87A;
}
.BgClassName
{
background-color: #01E87A;
}
</style>
border-color css
<style>
span { border-color: #01E87A; }
span { border-color: rgb(1,232,122); }
td.TdClassName
{
border-color: #01E87A;
}
.TagClassName
{
border-color: #01E87A;
}
</style>