Shades of Green Spring #AAADA0
Tints of Green Spring #AAADA0
RGB
CMYK
RGB Variations
Color information
#AAADA0 (or 0xAAADA0) is known color: Green Spring. HEX triplet: AA, AD and A0. RGB value is (170,173,160). Sum of RGB (Red+Green+Blue) = 170+173+160=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADA0 is #55525F. Grayscale: #AAAAAA. Windows color (decimal): -5591648 or 10530218. OLE color: 10530218.
HSL color Cylindrical-coordinate representation of color #AAADA0: hue angle of 73.85º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAADA0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 160 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.32 |
| HSL | 73.85º | 0.07% | 0.65% | - |
| HSV(B) | 73.85º | 0.08% | 0.68% | - |
| XYZ | 37.87 | 40.97 | 39.17 | - |
| YUV | 170.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 160 | 0.02 | 0 | 0.08 | 0.32 | 73.85 | 0.07 | 0.65 |
| Hex | AA | AD | A0 | 2 | 0 | 8 | 20 | 4A | 7 | 41 |
| Octal | 252 | 255 | 240 | 2 | 0 | 10 | 40 | 112 | 7 | 101 |
| Binary | 10101010 | 10101101 | 10100000 | 10 | 0 | 1000 | 100000 | 1001010 | 111 | 1000001 |
Color Harmonies of #AAADA0
Complementary color
Monochromatic Colors of #AAADA0
Black with #AAADA0
Text Example
Text Example
White with #AAADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADA0; }
p { color: rgb(170,173,160); }
H1.HeaderClassName
{
color: #AAADA0;
}
.AnyTagClassName
{
color: #AAADA0;
}
</style>
background-color css
<style>
a { background-color: #AAADA0; }
a { background-color: rgb(170,173,160); }
div.DivClassName
{
background-color: #AAADA0;
}
.BgClassName
{
background-color: #AAADA0;
}
</style>
border-color css
<style>
span { border-color: #AAADA0; }
span { border-color: rgb(170,173,160); }
td.TdClassName
{
border-color: #AAADA0;
}
.TagClassName
{
border-color: #AAADA0;
}
</style>