Shades of Medium Spring Green #02FF9C
Tints of Medium Spring Green #02FF9C
RGB
CMYK
RGB Variations
Color information
#02FF9C (or 0x02FF9C) is known color: Medium Spring Green. HEX triplet: 02, FF and 9C. RGB value is (2,255,156). Sum of RGB (Red+Green+Blue) = 2+255+156=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FF9C is #FD0063. Grayscale: #A8A8A8. Windows color (decimal): -16580708 or 10288898. OLE color: 10288898.
HSL color Cylindrical-coordinate representation of color #02FF9C: hue angle of 156.52º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF9C is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 156 | - |
| CMYK | 0.99 | 0 | 0.39 | 0 |
| HSL | 156.52º | 1% | 0.5% | - |
| HSV(B) | 156.52º | 0.99% | 1% | - |
| XYZ | 41.79 | 73.93 | 43.52 | - |
| YUV | 168.07 | 121.18 | 9.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 156 | 0.99 | 0 | 0.39 | 0 | 156.52 | 1 | 0.5 |
| Hex | 2 | FF | 9C | 63 | 0 | 27 | 0 | 9D | 64 | 32 |
| Octal | 2 | 377 | 234 | 143 | 0 | 47 | 0 | 235 | 144 | 62 |
| Binary | 10 | 11111111 | 10011100 | 1100011 | 0 | 100111 | 0 | 10011101 | 1100100 | 110010 |
Color Harmonies of #02FF9C
Complementary color
Monochromatic Colors of #02FF9C
Black with #02FF9C
Text Example
Text Example
White with #02FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF9C; }
p { color: rgb(2,255,156); }
H1.HeaderClassName
{
color: #02FF9C;
}
.AnyTagClassName
{
color: #02FF9C;
}
</style>
background-color css
<style>
a { background-color: #02FF9C; }
a { background-color: rgb(2,255,156); }
div.DivClassName
{
background-color: #02FF9C;
}
.BgClassName
{
background-color: #02FF9C;
}
</style>
border-color css
<style>
span { border-color: #02FF9C; }
span { border-color: rgb(2,255,156); }
td.TdClassName
{
border-color: #02FF9C;
}
.TagClassName
{
border-color: #02FF9C;
}
</style>