Shades of Medium Spring Green #02F59C
Tints of Medium Spring Green #02F59C
RGB
CMYK
RGB Variations
Color information
#02F59C (or 0x02F59C) is known color: Medium Spring Green. HEX triplet: 02, F5 and 9C. RGB value is (2,245,156). Sum of RGB (Red+Green+Blue) = 2+245+156=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 245 (96.09% from 255 or 60.79% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 245 - color contains mainly: green. Hex color #02F59C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F59C is #FD0A63. Grayscale: #A2A2A2. Windows color (decimal): -16583268 or 10286338. OLE color: 10286338.
HSL color Cylindrical-coordinate representation of color #02F59C: hue angle of 158.02º 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 #02F59C is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 156 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.04 |
| HSL | 158.02º | 0.98% | 0.48% | - |
| HSV(B) | 158.02º | 0.99% | 0.96% | - |
| XYZ | 38.68 | 67.72 | 42.48 | - |
| YUV | 162.2 | 124.49 | 13.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 156 | 0.99 | 0 | 0.36 | 0.04 | 158.02 | 0.98 | 0.48 |
| Hex | 2 | F5 | 9C | 63 | 0 | 24 | 4 | 9E | 62 | 30 |
| Octal | 2 | 365 | 234 | 143 | 0 | 44 | 4 | 236 | 142 | 60 |
| Binary | 10 | 11110101 | 10011100 | 1100011 | 0 | 100100 | 100 | 10011110 | 1100010 | 110000 |
Color Harmonies of #02F59C
Complementary color
Monochromatic Colors of #02F59C
Black with #02F59C
Text Example
Text Example
White with #02F59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F59C; }
p { color: rgb(2,245,156); }
H1.HeaderClassName
{
color: #02F59C;
}
.AnyTagClassName
{
color: #02F59C;
}
</style>
background-color css
<style>
a { background-color: #02F59C; }
a { background-color: rgb(2,245,156); }
div.DivClassName
{
background-color: #02F59C;
}
.BgClassName
{
background-color: #02F59C;
}
</style>
border-color css
<style>
span { border-color: #02F59C; }
span { border-color: rgb(2,245,156); }
td.TdClassName
{
border-color: #02F59C;
}
.TagClassName
{
border-color: #02F59C;
}
</style>