Shades of Spring Green #01E77A
Tints of Spring Green #01E77A
RGB
CMYK
RGB Variations
Color information
#01E77A (or 0x01E77A) is known color: Spring Green. HEX triplet: 01, E7 and 7A. RGB value is (1,231,122). Sum of RGB (Red+Green+Blue) = 1+231+122=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 231 (90.62% from 255 or 65.25% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 231 - color contains mainly: green. Hex color #01E77A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E77A is #FE1885. Grayscale: #969696. Windows color (decimal): -16652422 or 8054529. OLE color: 8054529.
HSL color Cylindrical-coordinate representation of color #01E77A: hue angle of 151.57º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E77A is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 122 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.09 |
| HSL | 151.57º | 0.99% | 0.45% | - |
| HSV(B) | 151.57º | 1% | 0.91% | - |
| XYZ | 32.1 | 58.56 | 28.02 | - |
| YUV | 149.8 | 112.3 | 21.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 122 | 1.00 | 0 | 0.47 | 0.09 | 151.57 | 0.99 | 0.45 |
| Hex | 1 | E7 | 7A | 64 | 0 | 2F | 9 | 98 | 63 | 2D |
| Octal | 1 | 347 | 172 | 144 | 0 | 57 | 11 | 230 | 143 | 55 |
| Binary | 1 | 11100111 | 1111010 | 1100100 | 0 | 101111 | 1001 | 10011000 | 1100011 | 101101 |
Color Harmonies of #01E77A
Complementary color
Monochromatic Colors of #01E77A
Black with #01E77A
Text Example
Text Example
White with #01E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E77A; }
p { color: rgb(1,231,122); }
H1.HeaderClassName
{
color: #01E77A;
}
.AnyTagClassName
{
color: #01E77A;
}
</style>
background-color css
<style>
a { background-color: #01E77A; }
a { background-color: rgb(1,231,122); }
div.DivClassName
{
background-color: #01E77A;
}
.BgClassName
{
background-color: #01E77A;
}
</style>
border-color css
<style>
span { border-color: #01E77A; }
span { border-color: rgb(1,231,122); }
td.TdClassName
{
border-color: #01E77A;
}
.TagClassName
{
border-color: #01E77A;
}
</style>