Shades of Medium Spring Green #00FCA1
Tints of Medium Spring Green #00FCA1
RGB
CMYK
RGB Variations
Color information
#00FCA1 (or 0x00FCA1) is known color: Medium Spring Green. HEX triplet: 00, FC and A1. RGB value is (0,252,161). Sum of RGB (Red+Green+Blue) = 0+252+161=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FCA1 is #FF035E. Grayscale: #A6A6A6. Windows color (decimal): -16712543 or 10615808. OLE color: 10615808.
HSL color Cylindrical-coordinate representation of color #00FCA1: hue angle of 158.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCA1 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 161 | - |
| CMYK | 1 | 0 | 0.36 | 0.01 |
| HSL | 158.33º | 1% | 0.49% | - |
| HSV(B) | 158.33º | 1% | 0.99% | - |
| XYZ | 41.24 | 72.19 | 45.48 | - |
| YUV | 166.28 | 125.01 | 9.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 161 | 1 | 0 | 0.36 | 0.01 | 158.33 | 1 | 0.49 |
| Hex | 0 | FC | A1 | 64 | 0 | 24 | 1 | 9E | 64 | 31 |
| Octal | 0 | 374 | 241 | 144 | 0 | 44 | 1 | 236 | 144 | 61 |
| Binary | 0 | 11111100 | 10100001 | 1100100 | 0 | 100100 | 1 | 10011110 | 1100100 | 110001 |
Color Harmonies of #00FCA1
Complementary color
Monochromatic Colors of #00FCA1
Black with #00FCA1
Text Example
Text Example
White with #00FCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCA1; }
p { color: rgb(0,252,161); }
H1.HeaderClassName
{
color: #00FCA1;
}
.AnyTagClassName
{
color: #00FCA1;
}
</style>
background-color css
<style>
a { background-color: #00FCA1; }
a { background-color: rgb(0,252,161); }
div.DivClassName
{
background-color: #00FCA1;
}
.BgClassName
{
background-color: #00FCA1;
}
</style>
border-color css
<style>
span { border-color: #00FCA1; }
span { border-color: rgb(0,252,161); }
td.TdClassName
{
border-color: #00FCA1;
}
.TagClassName
{
border-color: #00FCA1;
}
</style>