Shades of Medium Spring Green #01FCAB
Tints of Medium Spring Green #01FCAB
RGB
CMYK
RGB Variations
Color information
#01FCAB (or 0x01FCAB) is known color: Medium Spring Green. HEX triplet: 01, FC and AB. RGB value is (1,252,171). Sum of RGB (Red+Green+Blue) = 1+252+171=424 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FCAB is #FE0354. Grayscale: #A7A7A7. Windows color (decimal): -16646997 or 11271169. OLE color: 11271169.
HSL color Cylindrical-coordinate representation of color #01FCAB: hue angle of 160.64º 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 #01FCAB is Cyan = 1.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 171 | - |
| CMYK | 1.00 | 0 | 0.32 | 0.01 |
| HSL | 160.64º | 0.99% | 0.5% | - |
| HSV(B) | 160.64º | 1% | 0.99% | - |
| XYZ | 42.17 | 72.57 | 50.31 | - |
| YUV | 167.72 | 129.84 | 9.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 171 | 1.00 | 0 | 0.32 | 0.01 | 160.64 | 0.99 | 0.5 |
| Hex | 1 | FC | AB | 64 | 0 | 20 | 1 | A1 | 63 | 32 |
| Octal | 1 | 374 | 253 | 144 | 0 | 40 | 1 | 241 | 143 | 62 |
| Binary | 1 | 11111100 | 10101011 | 1100100 | 0 | 100000 | 1 | 10100001 | 1100011 | 110010 |
Color Harmonies of #01FCAB
Complementary color
Monochromatic Colors of #01FCAB
Black with #01FCAB
Text Example
Text Example
White with #01FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCAB; }
p { color: rgb(1,252,171); }
H1.HeaderClassName
{
color: #01FCAB;
}
.AnyTagClassName
{
color: #01FCAB;
}
</style>
background-color css
<style>
a { background-color: #01FCAB; }
a { background-color: rgb(1,252,171); }
div.DivClassName
{
background-color: #01FCAB;
}
.BgClassName
{
background-color: #01FCAB;
}
</style>
border-color css
<style>
span { border-color: #01FCAB; }
span { border-color: rgb(1,252,171); }
td.TdClassName
{
border-color: #01FCAB;
}
.TagClassName
{
border-color: #01FCAB;
}
</style>