Shades of Medium Spring Green #02FEA8
Tints of Medium Spring Green #02FEA8
RGB
CMYK
RGB Variations
Color information
#02FEA8 (or 0x02FEA8) is known color: Medium Spring Green. HEX triplet: 02, FE and A8. RGB value is (2,254,168). Sum of RGB (Red+Green+Blue) = 2+254+168=424 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FEA8 is #FD0157. Grayscale: #A8A8A8. Windows color (decimal): -16580952 or 11075074. OLE color: 11075074.
HSL color Cylindrical-coordinate representation of color #02FEA8: hue angle of 159.52º 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 #02FEA8 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 168 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.00 |
| HSL | 159.52º | 0.99% | 0.5% | - |
| HSV(B) | 159.52º | 0.99% | 1% | - |
| XYZ | 42.53 | 73.72 | 49.03 | - |
| YUV | 168.85 | 127.51 | 8.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 168 | 0.99 | 0 | 0.34 | 0.00 | 159.52 | 0.99 | 0.5 |
| Hex | 2 | FE | A8 | 63 | 0 | 22 | 0 | A0 | 63 | 32 |
| Octal | 2 | 376 | 250 | 143 | 0 | 42 | 0 | 240 | 143 | 62 |
| Binary | 10 | 11111110 | 10101000 | 1100011 | 0 | 100010 | 0 | 10100000 | 1100011 | 110010 |
Color Harmonies of #02FEA8
Complementary color
Monochromatic Colors of #02FEA8
Black with #02FEA8
Text Example
Text Example
White with #02FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEA8; }
p { color: rgb(2,254,168); }
H1.HeaderClassName
{
color: #02FEA8;
}
.AnyTagClassName
{
color: #02FEA8;
}
</style>
background-color css
<style>
a { background-color: #02FEA8; }
a { background-color: rgb(2,254,168); }
div.DivClassName
{
background-color: #02FEA8;
}
.BgClassName
{
background-color: #02FEA8;
}
</style>
border-color css
<style>
span { border-color: #02FEA8; }
span { border-color: rgb(2,254,168); }
td.TdClassName
{
border-color: #02FEA8;
}
.TagClassName
{
border-color: #02FEA8;
}
</style>