Shades of Green Spring #AAAE9F
Tints of Green Spring #AAAE9F
RGB
CMYK
RGB Variations
Color information
#AAAE9F (or 0xAAAE9F) is known color: Green Spring. HEX triplet: AA, AE and 9F. RGB value is (170,174,159). Sum of RGB (Red+Green+Blue) = 170+174+159=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE9F is #555160. Grayscale: #ABABAB. Windows color (decimal): -5591393 or 10464938. OLE color: 10464938.
HSL color Cylindrical-coordinate representation of color #AAAE9F: hue angle of 76º 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 #AAAE9F is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 159 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.32 |
| HSL | 76º | 0.08% | 0.65% | - |
| HSV(B) | 76º | 0.09% | 0.68% | - |
| XYZ | 37.97 | 41.32 | 38.78 | - |
| YUV | 171.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 159 | 0.02 | 0 | 0.09 | 0.32 | 76 | 0.08 | 0.65 |
| Hex | AA | AE | 9F | 2 | 0 | 9 | 20 | 4C | 8 | 41 |
| Octal | 252 | 256 | 237 | 2 | 0 | 11 | 40 | 114 | 10 | 101 |
| Binary | 10101010 | 10101110 | 10011111 | 10 | 0 | 1001 | 100000 | 1001100 | 1000 | 1000001 |
Color Harmonies of #AAAE9F
Complementary color
Monochromatic Colors of #AAAE9F
Black with #AAAE9F
Text Example
Text Example
White with #AAAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE9F; }
p { color: rgb(170,174,159); }
H1.HeaderClassName
{
color: #AAAE9F;
}
.AnyTagClassName
{
color: #AAAE9F;
}
</style>
background-color css
<style>
a { background-color: #AAAE9F; }
a { background-color: rgb(170,174,159); }
div.DivClassName
{
background-color: #AAAE9F;
}
.BgClassName
{
background-color: #AAAE9F;
}
</style>
border-color css
<style>
span { border-color: #AAAE9F; }
span { border-color: rgb(170,174,159); }
td.TdClassName
{
border-color: #AAAE9F;
}
.TagClassName
{
border-color: #AAAE9F;
}
</style>