Shades of Green Spring #AAB49A
Tints of Green Spring #AAB49A
RGB
CMYK
RGB Variations
Color information
#AAB49A (or 0xAAB49A) is known color: Green Spring. HEX triplet: AA, B4 and 9A. RGB value is (170,180,154). Sum of RGB (Red+Green+Blue) = 170+180+154=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB49A is #554B65. Grayscale: #AEAEAE. Windows color (decimal): -5589862 or 10138794. OLE color: 10138794.
HSL color Cylindrical-coordinate representation of color #AAB49A: hue angle of 83.08º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB49A is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 154 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.29 |
| HSL | 83.08º | 0.15% | 0.65% | - |
| HSV(B) | 83.08º | 0.14% | 0.71% | - |
| XYZ | 38.73 | 43.52 | 36.93 | - |
| YUV | 174.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 154 | 0.06 | 0 | 0.14 | 0.29 | 83.08 | 0.15 | 0.65 |
| Hex | AA | B4 | 9A | 6 | 0 | E | 1D | 53 | F | 41 |
| Octal | 252 | 264 | 232 | 6 | 0 | 16 | 35 | 123 | 17 | 101 |
| Binary | 10101010 | 10110100 | 10011010 | 110 | 0 | 1110 | 11101 | 1010011 | 1111 | 1000001 |
Color Harmonies of #AAB49A
Complementary color
Monochromatic Colors of #AAB49A
Black with #AAB49A
Text Example
Text Example
White with #AAB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB49A; }
p { color: rgb(170,180,154); }
H1.HeaderClassName
{
color: #AAB49A;
}
.AnyTagClassName
{
color: #AAB49A;
}
</style>
background-color css
<style>
a { background-color: #AAB49A; }
a { background-color: rgb(170,180,154); }
div.DivClassName
{
background-color: #AAB49A;
}
.BgClassName
{
background-color: #AAB49A;
}
</style>
border-color css
<style>
span { border-color: #AAB49A; }
span { border-color: rgb(170,180,154); }
td.TdClassName
{
border-color: #AAB49A;
}
.TagClassName
{
border-color: #AAB49A;
}
</style>