Shades of Medium Spring Green #01FCAC
Tints of Medium Spring Green #01FCAC
RGB
CMYK
RGB Variations
Color information
#01FCAC (or 0x01FCAC) is known color: Medium Spring Green. HEX triplet: 01, FC and AC. RGB value is (1,252,172). Sum of RGB (Red+Green+Blue) = 1+252+172=425 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FCAC is #FE0353. Grayscale: #A7A7A7. Windows color (decimal): -16646996 or 11336705. OLE color: 11336705.
HSL color Cylindrical-coordinate representation of color #01FCAC: hue angle of 160.88º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FCAC is Cyan = 1.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 172 | - |
| CMYK | 1.00 | 0 | 0.32 | 0.01 |
| HSL | 160.88º | 0.99% | 0.5% | - |
| HSV(B) | 160.88º | 1% | 0.99% | - |
| XYZ | 42.27 | 72.61 | 50.82 | - |
| YUV | 167.83 | 130.34 | 9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 172 | 1.00 | 0 | 0.32 | 0.01 | 160.88 | 0.99 | 0.5 |
| Hex | 1 | FC | AC | 64 | 0 | 20 | 1 | A1 | 63 | 32 |
| Octal | 1 | 374 | 254 | 144 | 0 | 40 | 1 | 241 | 143 | 62 |
| Binary | 1 | 11111100 | 10101100 | 1100100 | 0 | 100000 | 1 | 10100001 | 1100011 | 110010 |
Color Harmonies of #01FCAC
Complementary color
Monochromatic Colors of #01FCAC
Black with #01FCAC
Text Example
Text Example
White with #01FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCAC; }
p { color: rgb(1,252,172); }
H1.HeaderClassName
{
color: #01FCAC;
}
.AnyTagClassName
{
color: #01FCAC;
}
</style>
background-color css
<style>
a { background-color: #01FCAC; }
a { background-color: rgb(1,252,172); }
div.DivClassName
{
background-color: #01FCAC;
}
.BgClassName
{
background-color: #01FCAC;
}
</style>
border-color css
<style>
span { border-color: #01FCAC; }
span { border-color: rgb(1,252,172); }
td.TdClassName
{
border-color: #01FCAC;
}
.TagClassName
{
border-color: #01FCAC;
}
</style>