Shades of Medium Spring Green #02FEAB
Tints of Medium Spring Green #02FEAB
RGB
CMYK
RGB Variations
Color information
#02FEAB (or 0x02FEAB) is known color: Medium Spring Green. HEX triplet: 02, FE and AB. RGB value is (2,254,171). Sum of RGB (Red+Green+Blue) = 2+254+171=427 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 427); Green value is 254 (99.61% from 255 or 59.48% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FEAB is #FD0154. Grayscale: #A9A9A9. Windows color (decimal): -16580949 or 11271682. OLE color: 11271682.
HSL color Cylindrical-coordinate representation of color #02FEAB: hue angle of 160.24º 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 #02FEAB is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 171 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.00 |
| HSL | 160.24º | 0.99% | 0.5% | - |
| HSV(B) | 160.24º | 0.99% | 1% | - |
| XYZ | 42.82 | 73.84 | 50.52 | - |
| YUV | 169.19 | 129.01 | 8.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 171 | 0.99 | 0 | 0.33 | 0.00 | 160.24 | 0.99 | 0.5 |
| Hex | 2 | FE | AB | 63 | 0 | 21 | 0 | A0 | 63 | 32 |
| Octal | 2 | 376 | 253 | 143 | 0 | 41 | 0 | 240 | 143 | 62 |
| Binary | 10 | 11111110 | 10101011 | 1100011 | 0 | 100001 | 0 | 10100000 | 1100011 | 110010 |
Color Harmonies of #02FEAB
Complementary color
Monochromatic Colors of #02FEAB
Black with #02FEAB
Text Example
Text Example
White with #02FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEAB; }
p { color: rgb(2,254,171); }
H1.HeaderClassName
{
color: #02FEAB;
}
.AnyTagClassName
{
color: #02FEAB;
}
</style>
background-color css
<style>
a { background-color: #02FEAB; }
a { background-color: rgb(2,254,171); }
div.DivClassName
{
background-color: #02FEAB;
}
.BgClassName
{
background-color: #02FEAB;
}
</style>
border-color css
<style>
span { border-color: #02FEAB; }
span { border-color: rgb(2,254,171); }
td.TdClassName
{
border-color: #02FEAB;
}
.TagClassName
{
border-color: #02FEAB;
}
</style>