Shades of Spring Green #01EE80
Tints of Spring Green #01EE80
RGB
CMYK
RGB Variations
Color information
#01EE80 (or 0x01EE80) is known color: Spring Green. HEX triplet: 01, EE and 80. RGB value is (1,238,128). Sum of RGB (Red+Green+Blue) = 1+238+128=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 238 (93.36% from 255 or 64.85% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EE80 is #FE117F. Grayscale: #9A9A9A. Windows color (decimal): -16650624 or 8449537. OLE color: 8449537.
HSL color Cylindrical-coordinate representation of color #01EE80: hue angle of 152.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EE80 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 128 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.07 |
| HSL | 152.15º | 0.99% | 0.47% | - |
| HSV(B) | 152.15º | 1% | 0.93% | - |
| XYZ | 34.48 | 62.71 | 30.71 | - |
| YUV | 154.6 | 112.98 | 18.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 128 | 1.00 | 0 | 0.46 | 0.07 | 152.15 | 0.99 | 0.47 |
| Hex | 1 | EE | 80 | 64 | 0 | 2E | 7 | 98 | 63 | 2F |
| Octal | 1 | 356 | 200 | 144 | 0 | 56 | 7 | 230 | 143 | 57 |
| Binary | 1 | 11101110 | 10000000 | 1100100 | 0 | 101110 | 111 | 10011000 | 1100011 | 101111 |
Color Harmonies of #01EE80
Complementary color
Monochromatic Colors of #01EE80
Black with #01EE80
Text Example
Text Example
White with #01EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EE80; }
p { color: rgb(1,238,128); }
H1.HeaderClassName
{
color: #01EE80;
}
.AnyTagClassName
{
color: #01EE80;
}
</style>
background-color css
<style>
a { background-color: #01EE80; }
a { background-color: rgb(1,238,128); }
div.DivClassName
{
background-color: #01EE80;
}
.BgClassName
{
background-color: #01EE80;
}
</style>
border-color css
<style>
span { border-color: #01EE80; }
span { border-color: rgb(1,238,128); }
td.TdClassName
{
border-color: #01EE80;
}
.TagClassName
{
border-color: #01EE80;
}
</style>