Shades of Medium Spring Green #00FEAA
Tints of Medium Spring Green #00FEAA
RGB
CMYK
RGB Variations
Color information
#00FEAA (or 0x00FEAA) is known color: Medium Spring Green. HEX triplet: 00, FE and AA. RGB value is (0,254,170). Sum of RGB (Red+Green+Blue) = 0+254+170=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FEAA is #FF0155. Grayscale: #A8A8A8. Windows color (decimal): -16712022 or 11206144. OLE color: 11206144.
HSL color Cylindrical-coordinate representation of color #00FEAA: hue angle of 160.16º 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 #00FEAA is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 170 | - |
| CMYK | 1 | 0 | 0.33 | 0.00 |
| HSL | 160.16º | 1% | 0.5% | - |
| HSV(B) | 160.16º | 1% | 1% | - |
| XYZ | 42.7 | 73.79 | 50.02 | - |
| YUV | 168.48 | 128.85 | 7.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 170 | 1 | 0 | 0.33 | 0.00 | 160.16 | 1 | 0.5 |
| Hex | 0 | FE | AA | 64 | 0 | 21 | 0 | A0 | 64 | 32 |
| Octal | 0 | 376 | 252 | 144 | 0 | 41 | 0 | 240 | 144 | 62 |
| Binary | 0 | 11111110 | 10101010 | 1100100 | 0 | 100001 | 0 | 10100000 | 1100100 | 110010 |
Color Harmonies of #00FEAA
Complementary color
Monochromatic Colors of #00FEAA
Black with #00FEAA
Text Example
Text Example
White with #00FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEAA; }
p { color: rgb(0,254,170); }
H1.HeaderClassName
{
color: #00FEAA;
}
.AnyTagClassName
{
color: #00FEAA;
}
</style>
background-color css
<style>
a { background-color: #00FEAA; }
a { background-color: rgb(0,254,170); }
div.DivClassName
{
background-color: #00FEAA;
}
.BgClassName
{
background-color: #00FEAA;
}
</style>
border-color css
<style>
span { border-color: #00FEAA; }
span { border-color: rgb(0,254,170); }
td.TdClassName
{
border-color: #00FEAA;
}
.TagClassName
{
border-color: #00FEAA;
}
</style>