Shades of Green Spring #AAB49C
Tints of Green Spring #AAB49C
RGB
CMYK
RGB Variations
Color information
#AAB49C (or 0xAAB49C) is known color: Green Spring. HEX triplet: AA, B4 and 9C. RGB value is (170,180,156). Sum of RGB (Red+Green+Blue) = 170+180+156=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB49C is #554B63. Grayscale: #AEAEAE. Windows color (decimal): -5589860 or 10269866. OLE color: 10269866.
HSL color Cylindrical-coordinate representation of color #AAB49C: hue angle of 85º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB49C is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 156 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.29 |
| HSL | 85º | 0.14% | 0.66% | - |
| HSV(B) | 85º | 0.13% | 0.71% | - |
| XYZ | 38.9 | 43.59 | 37.82 | - |
| YUV | 174.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 156 | 0.06 | 0 | 0.13 | 0.29 | 85 | 0.14 | 0.66 |
| Hex | AA | B4 | 9C | 6 | 0 | D | 1D | 55 | E | 42 |
| Octal | 252 | 264 | 234 | 6 | 0 | 15 | 35 | 125 | 16 | 102 |
| Binary | 10101010 | 10110100 | 10011100 | 110 | 0 | 1101 | 11101 | 1010101 | 1110 | 1000010 |
Color Harmonies of #AAB49C
Complementary color
Monochromatic Colors of #AAB49C
Black with #AAB49C
Text Example
Text Example
White with #AAB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB49C; }
p { color: rgb(170,180,156); }
H1.HeaderClassName
{
color: #AAB49C;
}
.AnyTagClassName
{
color: #AAB49C;
}
</style>
background-color css
<style>
a { background-color: #AAB49C; }
a { background-color: rgb(170,180,156); }
div.DivClassName
{
background-color: #AAB49C;
}
.BgClassName
{
background-color: #AAB49C;
}
</style>
border-color css
<style>
span { border-color: #AAB49C; }
span { border-color: rgb(170,180,156); }
td.TdClassName
{
border-color: #AAB49C;
}
.TagClassName
{
border-color: #AAB49C;
}
</style>