Shades of Medium Spring Green #00FEAC
Tints of Medium Spring Green #00FEAC
RGB
CMYK
RGB Variations
Color information
#00FEAC (or 0x00FEAC) is known color: Medium Spring Green. HEX triplet: 00, FE and AC. RGB value is (0,254,172). Sum of RGB (Red+Green+Blue) = 0+254+172=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FEAC is #FF0153. Grayscale: #A8A8A8. Windows color (decimal): -16712020 or 11337216. OLE color: 11337216.
HSL color Cylindrical-coordinate representation of color #00FEAC: hue angle of 160.63º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FEAC is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 172 | - |
| CMYK | 1 | 0 | 0.32 | 0.00 |
| HSL | 160.63º | 1% | 0.5% | - |
| HSV(B) | 160.63º | 1% | 1% | - |
| XYZ | 42.89 | 73.86 | 51.03 | - |
| YUV | 168.71 | 129.85 | 7.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 172 | 1 | 0 | 0.32 | 0.00 | 160.63 | 1 | 0.5 |
| Hex | 0 | FE | AC | 64 | 0 | 20 | 0 | A1 | 64 | 32 |
| Octal | 0 | 376 | 254 | 144 | 0 | 40 | 0 | 241 | 144 | 62 |
| Binary | 0 | 11111110 | 10101100 | 1100100 | 0 | 100000 | 0 | 10100001 | 1100100 | 110010 |
Color Harmonies of #00FEAC
Complementary color
Monochromatic Colors of #00FEAC
Black with #00FEAC
Text Example
Text Example
White with #00FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEAC; }
p { color: rgb(0,254,172); }
H1.HeaderClassName
{
color: #00FEAC;
}
.AnyTagClassName
{
color: #00FEAC;
}
</style>
background-color css
<style>
a { background-color: #00FEAC; }
a { background-color: rgb(0,254,172); }
div.DivClassName
{
background-color: #00FEAC;
}
.BgClassName
{
background-color: #00FEAC;
}
</style>
border-color css
<style>
span { border-color: #00FEAC; }
span { border-color: rgb(0,254,172); }
td.TdClassName
{
border-color: #00FEAC;
}
.TagClassName
{
border-color: #00FEAC;
}
</style>