Shades of Medium Spring Green #02F4A0
Tints of Medium Spring Green #02F4A0
RGB
CMYK
RGB Variations
Color information
#02F4A0 (or 0x02F4A0) is known color: Medium Spring Green. HEX triplet: 02, F4 and A0. RGB value is (2,244,160). Sum of RGB (Red+Green+Blue) = 2+244+160=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #02F4A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F4A0 is #FD0B5F. Grayscale: #A2A2A2. Windows color (decimal): -16583520 or 10548226. OLE color: 10548226.
HSL color Cylindrical-coordinate representation of color #02F4A0: hue angle of 159.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F4A0 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 244 | 160 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.04 |
| HSL | 159.17º | 0.98% | 0.48% | - |
| HSV(B) | 159.17º | 0.99% | 0.96% | - |
| XYZ | 38.72 | 67.25 | 44.2 | - |
| YUV | 162.07 | 126.83 | 13.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 244 | 160 | 0.99 | 0 | 0.34 | 0.04 | 159.17 | 0.98 | 0.48 |
| Hex | 2 | F4 | A0 | 63 | 0 | 22 | 4 | 9F | 62 | 30 |
| Octal | 2 | 364 | 240 | 143 | 0 | 42 | 4 | 237 | 142 | 60 |
| Binary | 10 | 11110100 | 10100000 | 1100011 | 0 | 100010 | 100 | 10011111 | 1100010 | 110000 |
Color Harmonies of #02F4A0
Complementary color
Monochromatic Colors of #02F4A0
Black with #02F4A0
Text Example
Text Example
White with #02F4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F4A0; }
p { color: rgb(2,244,160); }
H1.HeaderClassName
{
color: #02F4A0;
}
.AnyTagClassName
{
color: #02F4A0;
}
</style>
background-color css
<style>
a { background-color: #02F4A0; }
a { background-color: rgb(2,244,160); }
div.DivClassName
{
background-color: #02F4A0;
}
.BgClassName
{
background-color: #02F4A0;
}
</style>
border-color css
<style>
span { border-color: #02F4A0; }
span { border-color: rgb(2,244,160); }
td.TdClassName
{
border-color: #02F4A0;
}
.TagClassName
{
border-color: #02F4A0;
}
</style>