Shades of Medium Spring Green #02EC9F
Tints of Medium Spring Green #02EC9F
RGB
CMYK
RGB Variations
Color information
#02EC9F (or 0x02EC9F) is known color: Medium Spring Green. HEX triplet: 02, EC and 9F. RGB value is (2,236,159). Sum of RGB (Red+Green+Blue) = 2+236+159=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EC9F is #FD1360. Grayscale: #9D9D9D. Windows color (decimal): -16585569 or 10480642. OLE color: 10480642.
HSL color Cylindrical-coordinate representation of color #02EC9F: hue angle of 160.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC9F is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 159 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.07 |
| HSL | 160.26º | 0.98% | 0.47% | - |
| HSV(B) | 160.26º | 0.99% | 0.93% | - |
| XYZ | 36.28 | 62.51 | 42.95 | - |
| YUV | 157.26 | 128.98 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 159 | 0.99 | 0 | 0.33 | 0.07 | 160.26 | 0.98 | 0.47 |
| Hex | 2 | EC | 9F | 63 | 0 | 21 | 7 | A0 | 62 | 2F |
| Octal | 2 | 354 | 237 | 143 | 0 | 41 | 7 | 240 | 142 | 57 |
| Binary | 10 | 11101100 | 10011111 | 1100011 | 0 | 100001 | 111 | 10100000 | 1100010 | 101111 |
Color Harmonies of #02EC9F
Complementary color
Monochromatic Colors of #02EC9F
Black with #02EC9F
Text Example
Text Example
White with #02EC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC9F; }
p { color: rgb(2,236,159); }
H1.HeaderClassName
{
color: #02EC9F;
}
.AnyTagClassName
{
color: #02EC9F;
}
</style>
background-color css
<style>
a { background-color: #02EC9F; }
a { background-color: rgb(2,236,159); }
div.DivClassName
{
background-color: #02EC9F;
}
.BgClassName
{
background-color: #02EC9F;
}
</style>
border-color css
<style>
span { border-color: #02EC9F; }
span { border-color: rgb(2,236,159); }
td.TdClassName
{
border-color: #02EC9F;
}
.TagClassName
{
border-color: #02EC9F;
}
</style>