Shades of Medium Spring Green #02F5AB
Tints of Medium Spring Green #02F5AB
RGB
CMYK
RGB Variations
Color information
#02F5AB (or 0x02F5AB) is known color: Medium Spring Green. HEX triplet: 02, F5 and AB. RGB value is (2,245,171). Sum of RGB (Red+Green+Blue) = 2+245+171=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 245 (96.09% from 255 or 58.61% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 245 - color contains mainly: green. Hex color #02F5AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F5AB is #FD0A54. Grayscale: #A3A3A3. Windows color (decimal): -16583253 or 11269378. OLE color: 11269378.
HSL color Cylindrical-coordinate representation of color #02F5AB: hue angle of 161.73º 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 #02F5AB is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 171 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.04 |
| HSL | 161.73º | 0.98% | 0.48% | - |
| HSV(B) | 161.73º | 0.99% | 0.96% | - |
| XYZ | 40.03 | 68.26 | 49.59 | - |
| YUV | 163.91 | 131.99 | 12.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 171 | 0.99 | 0 | 0.30 | 0.04 | 161.73 | 0.98 | 0.48 |
| Hex | 2 | F5 | AB | 63 | 0 | 1E | 4 | A2 | 62 | 30 |
| Octal | 2 | 365 | 253 | 143 | 0 | 36 | 4 | 242 | 142 | 60 |
| Binary | 10 | 11110101 | 10101011 | 1100011 | 0 | 11110 | 100 | 10100010 | 1100010 | 110000 |
Color Harmonies of #02F5AB
Complementary color
Monochromatic Colors of #02F5AB
Black with #02F5AB
Text Example
Text Example
White with #02F5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F5AB; }
p { color: rgb(2,245,171); }
H1.HeaderClassName
{
color: #02F5AB;
}
.AnyTagClassName
{
color: #02F5AB;
}
</style>
background-color css
<style>
a { background-color: #02F5AB; }
a { background-color: rgb(2,245,171); }
div.DivClassName
{
background-color: #02F5AB;
}
.BgClassName
{
background-color: #02F5AB;
}
</style>
border-color css
<style>
span { border-color: #02F5AB; }
span { border-color: rgb(2,245,171); }
td.TdClassName
{
border-color: #02F5AB;
}
.TagClassName
{
border-color: #02F5AB;
}
</style>