Shades of Medium Spring Green #01F2AB
Tints of Medium Spring Green #01F2AB
RGB
CMYK
RGB Variations
Color information
#01F2AB (or 0x01F2AB) is known color: Medium Spring Green. HEX triplet: 01, F2 and AB. RGB value is (1,242,171). Sum of RGB (Red+Green+Blue) = 1+242+171=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F2AB is #FE0D54. Grayscale: #A1A1A1. Windows color (decimal): -16649557 or 11268609. OLE color: 11268609.
HSL color Cylindrical-coordinate representation of color #01F2AB: hue angle of 162.32º 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 #01F2AB is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 171 | - |
| CMYK | 1.00 | 0 | 0.29 | 0.05 |
| HSL | 162.32º | 0.99% | 0.48% | - |
| HSV(B) | 162.32º | 1% | 0.95% | - |
| XYZ | 39.12 | 66.45 | 49.29 | - |
| YUV | 161.85 | 133.16 | 13.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 171 | 1.00 | 0 | 0.29 | 0.05 | 162.32 | 0.99 | 0.48 |
| Hex | 1 | F2 | AB | 64 | 0 | 1D | 5 | A2 | 63 | 30 |
| Octal | 1 | 362 | 253 | 144 | 0 | 35 | 5 | 242 | 143 | 60 |
| Binary | 1 | 11110010 | 10101011 | 1100100 | 0 | 11101 | 101 | 10100010 | 1100011 | 110000 |
Color Harmonies of #01F2AB
Complementary color
Monochromatic Colors of #01F2AB
Black with #01F2AB
Text Example
Text Example
White with #01F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2AB; }
p { color: rgb(1,242,171); }
H1.HeaderClassName
{
color: #01F2AB;
}
.AnyTagClassName
{
color: #01F2AB;
}
</style>
background-color css
<style>
a { background-color: #01F2AB; }
a { background-color: rgb(1,242,171); }
div.DivClassName
{
background-color: #01F2AB;
}
.BgClassName
{
background-color: #01F2AB;
}
</style>
border-color css
<style>
span { border-color: #01F2AB; }
span { border-color: rgb(1,242,171); }
td.TdClassName
{
border-color: #01F2AB;
}
.TagClassName
{
border-color: #01F2AB;
}
</style>