Shades of Medium Spring Green #02FBA0
Tints of Medium Spring Green #02FBA0
RGB
CMYK
RGB Variations
Color information
#02FBA0 (or 0x02FBA0) is known color: Medium Spring Green. HEX triplet: 02, FB and A0. RGB value is (2,251,160). Sum of RGB (Red+Green+Blue) = 2+251+160=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 251 (98.44% from 255 or 60.77% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 251 - color contains mainly: green. Hex color #02FBA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FBA0 is #FD045F. Grayscale: #A6A6A6. Windows color (decimal): -16581728 or 10550018. OLE color: 10550018.
HSL color Cylindrical-coordinate representation of color #02FBA0: hue angle of 158.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FBA0 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 160 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.02 |
| HSL | 158.07º | 0.98% | 0.5% | - |
| HSV(B) | 158.07º | 0.99% | 0.98% | - |
| XYZ | 40.87 | 71.55 | 44.91 | - |
| YUV | 166.18 | 124.51 | 10.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 160 | 0.99 | 0 | 0.36 | 0.02 | 158.07 | 0.98 | 0.5 |
| Hex | 2 | FB | A0 | 63 | 0 | 24 | 2 | 9E | 62 | 32 |
| Octal | 2 | 373 | 240 | 143 | 0 | 44 | 2 | 236 | 142 | 62 |
| Binary | 10 | 11111011 | 10100000 | 1100011 | 0 | 100100 | 10 | 10011110 | 1100010 | 110010 |
Color Harmonies of #02FBA0
Complementary color
Monochromatic Colors of #02FBA0
Black with #02FBA0
Text Example
Text Example
White with #02FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FBA0; }
p { color: rgb(2,251,160); }
H1.HeaderClassName
{
color: #02FBA0;
}
.AnyTagClassName
{
color: #02FBA0;
}
</style>
background-color css
<style>
a { background-color: #02FBA0; }
a { background-color: rgb(2,251,160); }
div.DivClassName
{
background-color: #02FBA0;
}
.BgClassName
{
background-color: #02FBA0;
}
</style>
border-color css
<style>
span { border-color: #02FBA0; }
span { border-color: rgb(2,251,160); }
td.TdClassName
{
border-color: #02FBA0;
}
.TagClassName
{
border-color: #02FBA0;
}
</style>