Shades of Medium Spring Green #00FFAA
Tints of Medium Spring Green #00FFAA
RGB
CMYK
RGB Variations
Color information
#00FFAA (or 0x00FFAA) is known color: Medium Spring Green. HEX triplet: 00, FF and AA. RGB value is (0,255,170). Sum of RGB (Red+Green+Blue) = 0+255+170=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FFAA is #FF0055. Grayscale: #A9A9A9. Windows color (decimal): -16711766 or 11206400. OLE color: 11206400.
HSL color Cylindrical-coordinate representation of color #00FFAA: hue angle of 160º 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 #00FFAA is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 170 | - |
| CMYK | 1 | 0 | 0.33 | 0 |
| HSL | 160º | 1% | 0.5% | - |
| HSV(B) | 160º | 1% | 1% | - |
| XYZ | 43.02 | 74.42 | 50.13 | - |
| YUV | 169.07 | 128.52 | 7.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 170 | 1 | 0 | 0.33 | 0 | 160 | 1 | 0.5 |
| Hex | 0 | FF | AA | 64 | 0 | 21 | 0 | A0 | 64 | 32 |
| Octal | 0 | 377 | 252 | 144 | 0 | 41 | 0 | 240 | 144 | 62 |
| Binary | 0 | 11111111 | 10101010 | 1100100 | 0 | 100001 | 0 | 10100000 | 1100100 | 110010 |
Color Harmonies of #00FFAA
Complementary color
Monochromatic Colors of #00FFAA
Black with #00FFAA
Text Example
Text Example
White with #00FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFAA; }
p { color: rgb(0,255,170); }
H1.HeaderClassName
{
color: #00FFAA;
}
.AnyTagClassName
{
color: #00FFAA;
}
</style>
background-color css
<style>
a { background-color: #00FFAA; }
a { background-color: rgb(0,255,170); }
div.DivClassName
{
background-color: #00FFAA;
}
.BgClassName
{
background-color: #00FFAA;
}
</style>
border-color css
<style>
span { border-color: #00FFAA; }
span { border-color: rgb(0,255,170); }
td.TdClassName
{
border-color: #00FFAA;
}
.TagClassName
{
border-color: #00FFAA;
}
</style>