Shades of Medium Spring Green #01EC95
Tints of Medium Spring Green #01EC95
RGB
CMYK
RGB Variations
Color information
#01EC95 (or 0x01EC95) is known color: Medium Spring Green. HEX triplet: 01, EC and 95. RGB value is (1,236,149). Sum of RGB (Red+Green+Blue) = 1+236+149=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 236 (92.58% from 255 or 61.14% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EC95 is #FE136A. Grayscale: #9B9B9B. Windows color (decimal): -16651115 or 9825281. OLE color: 9825281.
HSL color Cylindrical-coordinate representation of color #01EC95: hue angle of 157.79º 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 #01EC95 is Cyan = 1.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 149 | - |
| CMYK | 1.00 | 0 | 0.37 | 0.07 |
| HSL | 157.79º | 0.99% | 0.46% | - |
| HSV(B) | 157.79º | 1% | 0.93% | - |
| XYZ | 35.43 | 62.17 | 38.57 | - |
| YUV | 155.82 | 124.14 | 17.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 149 | 1.00 | 0 | 0.37 | 0.07 | 157.79 | 0.99 | 0.46 |
| Hex | 1 | EC | 95 | 64 | 0 | 25 | 7 | 9E | 63 | 2E |
| Octal | 1 | 354 | 225 | 144 | 0 | 45 | 7 | 236 | 143 | 56 |
| Binary | 1 | 11101100 | 10010101 | 1100100 | 0 | 100101 | 111 | 10011110 | 1100011 | 101110 |
Color Harmonies of #01EC95
Complementary color
Monochromatic Colors of #01EC95
Black with #01EC95
Text Example
Text Example
White with #01EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC95; }
p { color: rgb(1,236,149); }
H1.HeaderClassName
{
color: #01EC95;
}
.AnyTagClassName
{
color: #01EC95;
}
</style>
background-color css
<style>
a { background-color: #01EC95; }
a { background-color: rgb(1,236,149); }
div.DivClassName
{
background-color: #01EC95;
}
.BgClassName
{
background-color: #01EC95;
}
</style>
border-color css
<style>
span { border-color: #01EC95; }
span { border-color: rgb(1,236,149); }
td.TdClassName
{
border-color: #01EC95;
}
.TagClassName
{
border-color: #01EC95;
}
</style>