Shades of Medium Spring Green #02FEA2
Tints of Medium Spring Green #02FEA2
RGB
CMYK
RGB Variations
Color information
#02FEA2 (or 0x02FEA2) is known color: Medium Spring Green. HEX triplet: 02, FE and A2. RGB value is (2,254,162). Sum of RGB (Red+Green+Blue) = 2+254+162=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 254 (99.61% from 255 or 60.77% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FEA2 is #FD015D. Grayscale: #A8A8A8. Windows color (decimal): -16580958 or 10681858. OLE color: 10681858.
HSL color Cylindrical-coordinate representation of color #02FEA2: hue angle of 158.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEA2 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 162 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.00 |
| HSL | 158.1º | 0.99% | 0.5% | - |
| HSV(B) | 158.1º | 0.99% | 1% | - |
| XYZ | 41.99 | 73.51 | 46.16 | - |
| YUV | 168.16 | 124.51 | 9.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 162 | 0.99 | 0 | 0.36 | 0.00 | 158.1 | 0.99 | 0.5 |
| Hex | 2 | FE | A2 | 63 | 0 | 24 | 0 | 9E | 63 | 32 |
| Octal | 2 | 376 | 242 | 143 | 0 | 44 | 0 | 236 | 143 | 62 |
| Binary | 10 | 11111110 | 10100010 | 1100011 | 0 | 100100 | 0 | 10011110 | 1100011 | 110010 |
Color Harmonies of #02FEA2
Complementary color
Monochromatic Colors of #02FEA2
Black with #02FEA2
Text Example
Text Example
White with #02FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEA2; }
p { color: rgb(2,254,162); }
H1.HeaderClassName
{
color: #02FEA2;
}
.AnyTagClassName
{
color: #02FEA2;
}
</style>
background-color css
<style>
a { background-color: #02FEA2; }
a { background-color: rgb(2,254,162); }
div.DivClassName
{
background-color: #02FEA2;
}
.BgClassName
{
background-color: #02FEA2;
}
</style>
border-color css
<style>
span { border-color: #02FEA2; }
span { border-color: rgb(2,254,162); }
td.TdClassName
{
border-color: #02FEA2;
}
.TagClassName
{
border-color: #02FEA2;
}
</style>