Shades of Spring Green #01EC86
Tints of Spring Green #01EC86
RGB
CMYK
RGB Variations
Color information
#01EC86 (or 0x01EC86) is known color: Spring Green. HEX triplet: 01, EC and 86. RGB value is (1,236,134). Sum of RGB (Red+Green+Blue) = 1+236+134=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EC86 is #FE1379. Grayscale: #9A9A9A. Windows color (decimal): -16651130 or 8842241. OLE color: 8842241.
HSL color Cylindrical-coordinate representation of color #01EC86: hue angle of 153.96º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC86 is Cyan = 1.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 134 | - |
| CMYK | 1.00 | 0 | 0.43 | 0.07 |
| HSL | 153.96º | 0.99% | 0.46% | - |
| HSV(B) | 153.96º | 1% | 0.93% | - |
| XYZ | 34.31 | 61.72 | 32.66 | - |
| YUV | 154.11 | 116.64 | 18.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 134 | 1.00 | 0 | 0.43 | 0.07 | 153.96 | 0.99 | 0.46 |
| Hex | 1 | EC | 86 | 64 | 0 | 2B | 7 | 9A | 63 | 2E |
| Octal | 1 | 354 | 206 | 144 | 0 | 53 | 7 | 232 | 143 | 56 |
| Binary | 1 | 11101100 | 10000110 | 1100100 | 0 | 101011 | 111 | 10011010 | 1100011 | 101110 |
Color Harmonies of #01EC86
Complementary color
Monochromatic Colors of #01EC86
Black with #01EC86
Text Example
Text Example
White with #01EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC86; }
p { color: rgb(1,236,134); }
H1.HeaderClassName
{
color: #01EC86;
}
.AnyTagClassName
{
color: #01EC86;
}
</style>
background-color css
<style>
a { background-color: #01EC86; }
a { background-color: rgb(1,236,134); }
div.DivClassName
{
background-color: #01EC86;
}
.BgClassName
{
background-color: #01EC86;
}
</style>
border-color css
<style>
span { border-color: #01EC86; }
span { border-color: rgb(1,236,134); }
td.TdClassName
{
border-color: #01EC86;
}
.TagClassName
{
border-color: #01EC86;
}
</style>