Shades of Medium Spring Green #02F1A8
Tints of Medium Spring Green #02F1A8
RGB
CMYK
RGB Variations
Color information
#02F1A8 (or 0x02F1A8) is known color: Medium Spring Green. HEX triplet: 02, F1 and A8. RGB value is (2,241,168). Sum of RGB (Red+Green+Blue) = 2+241+168=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 241 (94.53% from 255 or 58.64% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 241 - color contains mainly: green. Hex color #02F1A8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F1A8 is #FD0E57. Grayscale: #A1A1A1. Windows color (decimal): -16584280 or 11071746. OLE color: 11071746.
HSL color Cylindrical-coordinate representation of color #02F1A8: hue angle of 161.67º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F1A8 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 241 | 168 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.05 |
| HSL | 161.67º | 0.98% | 0.48% | - |
| HSV(B) | 161.67º | 0.99% | 0.95% | - |
| XYZ | 38.55 | 65.75 | 47.71 | - |
| YUV | 161.22 | 131.82 | 14.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 241 | 168 | 0.99 | 0 | 0.30 | 0.05 | 161.67 | 0.98 | 0.48 |
| Hex | 2 | F1 | A8 | 63 | 0 | 1E | 5 | A2 | 62 | 30 |
| Octal | 2 | 361 | 250 | 143 | 0 | 36 | 5 | 242 | 142 | 60 |
| Binary | 10 | 11110001 | 10101000 | 1100011 | 0 | 11110 | 101 | 10100010 | 1100010 | 110000 |
Color Harmonies of #02F1A8
Complementary color
Monochromatic Colors of #02F1A8
Black with #02F1A8
Text Example
Text Example
White with #02F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F1A8; }
p { color: rgb(2,241,168); }
H1.HeaderClassName
{
color: #02F1A8;
}
.AnyTagClassName
{
color: #02F1A8;
}
</style>
background-color css
<style>
a { background-color: #02F1A8; }
a { background-color: rgb(2,241,168); }
div.DivClassName
{
background-color: #02F1A8;
}
.BgClassName
{
background-color: #02F1A8;
}
</style>
border-color css
<style>
span { border-color: #02F1A8; }
span { border-color: rgb(2,241,168); }
td.TdClassName
{
border-color: #02F1A8;
}
.TagClassName
{
border-color: #02F1A8;
}
</style>