Shades of Medium Spring Green #01F2A4
Tints of Medium Spring Green #01F2A4
RGB
CMYK
RGB Variations
Color information
#01F2A4 (or 0x01F2A4) is known color: Medium Spring Green. HEX triplet: 01, F2 and A4. RGB value is (1,242,164). Sum of RGB (Red+Green+Blue) = 1+242+164=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2A4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F2A4 is #FE0D5B. Grayscale: #A1A1A1. Windows color (decimal): -16649564 or 10809857. OLE color: 10809857.
HSL color Cylindrical-coordinate representation of color #01F2A4: hue angle of 160.58º 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 #01F2A4 is Cyan = 1.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 164 | - |
| CMYK | 1.00 | 0 | 0.32 | 0.05 |
| HSL | 160.58º | 0.99% | 0.48% | - |
| HSV(B) | 160.58º | 1% | 0.95% | - |
| XYZ | 38.47 | 66.19 | 45.87 | - |
| YUV | 161.05 | 129.66 | 13.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 164 | 1.00 | 0 | 0.32 | 0.05 | 160.58 | 0.99 | 0.48 |
| Hex | 1 | F2 | A4 | 64 | 0 | 20 | 5 | A1 | 63 | 30 |
| Octal | 1 | 362 | 244 | 144 | 0 | 40 | 5 | 241 | 143 | 60 |
| Binary | 1 | 11110010 | 10100100 | 1100100 | 0 | 100000 | 101 | 10100001 | 1100011 | 110000 |
Color Harmonies of #01F2A4
Complementary color
Monochromatic Colors of #01F2A4
Black with #01F2A4
Text Example
Text Example
White with #01F2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2A4; }
p { color: rgb(1,242,164); }
H1.HeaderClassName
{
color: #01F2A4;
}
.AnyTagClassName
{
color: #01F2A4;
}
</style>
background-color css
<style>
a { background-color: #01F2A4; }
a { background-color: rgb(1,242,164); }
div.DivClassName
{
background-color: #01F2A4;
}
.BgClassName
{
background-color: #01F2A4;
}
</style>
border-color css
<style>
span { border-color: #01F2A4; }
span { border-color: rgb(1,242,164); }
td.TdClassName
{
border-color: #01F2A4;
}
.TagClassName
{
border-color: #01F2A4;
}
</style>