Shades of Medium Spring Green #00FCAA
Tints of Medium Spring Green #00FCAA
RGB
CMYK
RGB Variations
Color information
#00FCAA (or 0x00FCAA) is known color: Medium Spring Green. HEX triplet: 00, FC and AA. RGB value is (0,252,170). Sum of RGB (Red+Green+Blue) = 0+252+170=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FCAA is #FF0355. Grayscale: #A7A7A7. Windows color (decimal): -16712534 or 11205632. OLE color: 11205632.
HSL color Cylindrical-coordinate representation of color #00FCAA: hue angle of 160.48º 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 #00FCAA is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 170 | - |
| CMYK | 1 | 0 | 0.33 | 0.01 |
| HSL | 160.48º | 1% | 0.49% | - |
| HSV(B) | 160.48º | 1% | 0.99% | - |
| XYZ | 42.07 | 72.52 | 49.81 | - |
| YUV | 167.3 | 129.51 | 8.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 170 | 1 | 0 | 0.33 | 0.01 | 160.48 | 1 | 0.49 |
| Hex | 0 | FC | AA | 64 | 0 | 21 | 1 | A0 | 64 | 31 |
| Octal | 0 | 374 | 252 | 144 | 0 | 41 | 1 | 240 | 144 | 61 |
| Binary | 0 | 11111100 | 10101010 | 1100100 | 0 | 100001 | 1 | 10100000 | 1100100 | 110001 |
Color Harmonies of #00FCAA
Complementary color
Monochromatic Colors of #00FCAA
Black with #00FCAA
Text Example
Text Example
White with #00FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCAA; }
p { color: rgb(0,252,170); }
H1.HeaderClassName
{
color: #00FCAA;
}
.AnyTagClassName
{
color: #00FCAA;
}
</style>
background-color css
<style>
a { background-color: #00FCAA; }
a { background-color: rgb(0,252,170); }
div.DivClassName
{
background-color: #00FCAA;
}
.BgClassName
{
background-color: #00FCAA;
}
</style>
border-color css
<style>
span { border-color: #00FCAA; }
span { border-color: rgb(0,252,170); }
td.TdClassName
{
border-color: #00FCAA;
}
.TagClassName
{
border-color: #00FCAA;
}
</style>