Shades of Medium Spring Green #02F0AB
Tints of Medium Spring Green #02F0AB
RGB
CMYK
RGB Variations
Color information
#02F0AB (or 0x02F0AB) is known color: Medium Spring Green. HEX triplet: 02, F0 and AB. RGB value is (2,240,171). Sum of RGB (Red+Green+Blue) = 2+240+171=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #02F0AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F0AB is #FD0F54. Grayscale: #A1A1A1. Windows color (decimal): -16584533 or 11268098. OLE color: 11268098.
HSL color Cylindrical-coordinate representation of color #02F0AB: hue angle of 162.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F0AB is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 171 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.06 |
| HSL | 162.61º | 0.98% | 0.47% | - |
| HSV(B) | 162.61º | 0.99% | 0.94% | - |
| XYZ | 38.54 | 65.27 | 49.1 | - |
| YUV | 160.97 | 133.65 | 14.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 171 | 0.99 | 0 | 0.29 | 0.06 | 162.61 | 0.98 | 0.47 |
| Hex | 2 | F0 | AB | 63 | 0 | 1D | 6 | A3 | 62 | 2F |
| Octal | 2 | 360 | 253 | 143 | 0 | 35 | 6 | 243 | 142 | 57 |
| Binary | 10 | 11110000 | 10101011 | 1100011 | 0 | 11101 | 110 | 10100011 | 1100010 | 101111 |
Color Harmonies of #02F0AB
Complementary color
Monochromatic Colors of #02F0AB
Black with #02F0AB
Text Example
Text Example
White with #02F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F0AB; }
p { color: rgb(2,240,171); }
H1.HeaderClassName
{
color: #02F0AB;
}
.AnyTagClassName
{
color: #02F0AB;
}
</style>
background-color css
<style>
a { background-color: #02F0AB; }
a { background-color: rgb(2,240,171); }
div.DivClassName
{
background-color: #02F0AB;
}
.BgClassName
{
background-color: #02F0AB;
}
</style>
border-color css
<style>
span { border-color: #02F0AB; }
span { border-color: rgb(2,240,171); }
td.TdClassName
{
border-color: #02F0AB;
}
.TagClassName
{
border-color: #02F0AB;
}
</style>