Shades of Green Spring #AAAD9E
Tints of Green Spring #AAAD9E
RGB
CMYK
RGB Variations
Color information
#AAAD9E (or 0xAAAD9E) is known color: Green Spring. HEX triplet: AA, AD and 9E. RGB value is (170,173,158). Sum of RGB (Red+Green+Blue) = 170+173+158=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD9E is #555261. Grayscale: #AAAAAA. Windows color (decimal): -5591650 or 10399146. OLE color: 10399146.
HSL color Cylindrical-coordinate representation of color #AAAD9E: hue angle of 72º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAAD9E is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 158 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.32 |
| HSL | 72º | 0.08% | 0.65% | - |
| HSV(B) | 72º | 0.09% | 0.68% | - |
| XYZ | 37.69 | 40.9 | 38.26 | - |
| YUV | 170.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 158 | 0.02 | 0 | 0.09 | 0.32 | 72 | 0.08 | 0.65 |
| Hex | AA | AD | 9E | 2 | 0 | 9 | 20 | 48 | 8 | 41 |
| Octal | 252 | 255 | 236 | 2 | 0 | 11 | 40 | 110 | 10 | 101 |
| Binary | 10101010 | 10101101 | 10011110 | 10 | 0 | 1001 | 100000 | 1001000 | 1000 | 1000001 |
Color Harmonies of #AAAD9E
Complementary color
Monochromatic Colors of #AAAD9E
Black with #AAAD9E
Text Example
Text Example
White with #AAAD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD9E; }
p { color: rgb(170,173,158); }
H1.HeaderClassName
{
color: #AAAD9E;
}
.AnyTagClassName
{
color: #AAAD9E;
}
</style>
background-color css
<style>
a { background-color: #AAAD9E; }
a { background-color: rgb(170,173,158); }
div.DivClassName
{
background-color: #AAAD9E;
}
.BgClassName
{
background-color: #AAAD9E;
}
</style>
border-color css
<style>
span { border-color: #AAAD9E; }
span { border-color: rgb(170,173,158); }
td.TdClassName
{
border-color: #AAAD9E;
}
.TagClassName
{
border-color: #AAAD9E;
}
</style>