Shades of Medium Spring Green #01F2AA
Tints of Medium Spring Green #01F2AA
RGB
CMYK
RGB Variations
Color information
#01F2AA (or 0x01F2AA) is known color: Medium Spring Green. HEX triplet: 01, F2 and AA. RGB value is (1,242,170). Sum of RGB (Red+Green+Blue) = 1+242+170=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F2AA is #FE0D55. Grayscale: #A1A1A1. Windows color (decimal): -16649558 or 11203073. OLE color: 11203073.
HSL color Cylindrical-coordinate representation of color #01F2AA: hue angle of 162.07º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F2AA is Cyan = 1.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 170 | - |
| CMYK | 1.00 | 0 | 0.30 | 0.05 |
| HSL | 162.07º | 0.99% | 0.48% | - |
| HSV(B) | 162.07º | 1% | 0.95% | - |
| XYZ | 39.02 | 66.41 | 48.79 | - |
| YUV | 161.73 | 132.66 | 13.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 170 | 1.00 | 0 | 0.30 | 0.05 | 162.07 | 0.99 | 0.48 |
| Hex | 1 | F2 | AA | 64 | 0 | 1E | 5 | A2 | 63 | 30 |
| Octal | 1 | 362 | 252 | 144 | 0 | 36 | 5 | 242 | 143 | 60 |
| Binary | 1 | 11110010 | 10101010 | 1100100 | 0 | 11110 | 101 | 10100010 | 1100011 | 110000 |
Color Harmonies of #01F2AA
Complementary color
Monochromatic Colors of #01F2AA
Black with #01F2AA
Text Example
Text Example
White with #01F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2AA; }
p { color: rgb(1,242,170); }
H1.HeaderClassName
{
color: #01F2AA;
}
.AnyTagClassName
{
color: #01F2AA;
}
</style>
background-color css
<style>
a { background-color: #01F2AA; }
a { background-color: rgb(1,242,170); }
div.DivClassName
{
background-color: #01F2AA;
}
.BgClassName
{
background-color: #01F2AA;
}
</style>
border-color css
<style>
span { border-color: #01F2AA; }
span { border-color: rgb(1,242,170); }
td.TdClassName
{
border-color: #01F2AA;
}
.TagClassName
{
border-color: #01F2AA;
}
</style>