Shades of Green Spring #AAB59A
Tints of Green Spring #AAB59A
RGB
CMYK
RGB Variations
Color information
#AAB59A (or 0xAAB59A) is known color: Green Spring. HEX triplet: AA, B5 and 9A. RGB value is (170,181,154). Sum of RGB (Red+Green+Blue) = 170+181+154=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB59A is #554A65. Grayscale: #AEAEAE. Windows color (decimal): -5589606 or 10139050. OLE color: 10139050.
HSL color Cylindrical-coordinate representation of color #AAB59A: hue angle of 84.44º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB59A is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 154 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.29 |
| HSL | 84.44º | 0.15% | 0.66% | - |
| HSV(B) | 84.44º | 0.15% | 0.71% | - |
| XYZ | 38.93 | 43.93 | 37 | - |
| YUV | 174.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 154 | 0.06 | 0 | 0.15 | 0.29 | 84.44 | 0.15 | 0.66 |
| Hex | AA | B5 | 9A | 6 | 0 | F | 1D | 54 | F | 42 |
| Octal | 252 | 265 | 232 | 6 | 0 | 17 | 35 | 124 | 17 | 102 |
| Binary | 10101010 | 10110101 | 10011010 | 110 | 0 | 1111 | 11101 | 1010100 | 1111 | 1000010 |
Color Harmonies of #AAB59A
Complementary color
Monochromatic Colors of #AAB59A
Black with #AAB59A
Text Example
Text Example
White with #AAB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB59A; }
p { color: rgb(170,181,154); }
H1.HeaderClassName
{
color: #AAB59A;
}
.AnyTagClassName
{
color: #AAB59A;
}
</style>
background-color css
<style>
a { background-color: #AAB59A; }
a { background-color: rgb(170,181,154); }
div.DivClassName
{
background-color: #AAB59A;
}
.BgClassName
{
background-color: #AAB59A;
}
</style>
border-color css
<style>
span { border-color: #AAB59A; }
span { border-color: rgb(170,181,154); }
td.TdClassName
{
border-color: #AAB59A;
}
.TagClassName
{
border-color: #AAB59A;
}
</style>