Shades of Green Spring #AAB48A
Tints of Green Spring #AAB48A
RGB
CMYK
RGB Variations
Color information
#AAB48A (or 0xAAB48A) is known color: Green Spring. HEX triplet: AA, B4 and 8A. RGB value is (170,180,138). Sum of RGB (Red+Green+Blue) = 170+180+138=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB48A is #554B75. Grayscale: #ACACAC. Windows color (decimal): -5589878 or 9090218. OLE color: 9090218.
HSL color Cylindrical-coordinate representation of color #AAB48A: hue angle of 74.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB48A is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 138 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.29 |
| HSL | 74.29º | 0.22% | 0.62% | - |
| HSV(B) | 74.29º | 0.23% | 0.71% | - |
| XYZ | 37.49 | 43.02 | 30.37 | - |
| YUV | 172.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 138 | 0.06 | 0 | 0.23 | 0.29 | 74.29 | 0.22 | 0.62 |
| Hex | AA | B4 | 8A | 6 | 0 | 17 | 1D | 4A | 16 | 3E |
| Octal | 252 | 264 | 212 | 6 | 0 | 27 | 35 | 112 | 26 | 76 |
| Binary | 10101010 | 10110100 | 10001010 | 110 | 0 | 10111 | 11101 | 1001010 | 10110 | 111110 |
Color Harmonies of #AAB48A
Complementary color
Monochromatic Colors of #AAB48A
Black with #AAB48A
Text Example
Text Example
White with #AAB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB48A; }
p { color: rgb(170,180,138); }
H1.HeaderClassName
{
color: #AAB48A;
}
.AnyTagClassName
{
color: #AAB48A;
}
</style>
background-color css
<style>
a { background-color: #AAB48A; }
a { background-color: rgb(170,180,138); }
div.DivClassName
{
background-color: #AAB48A;
}
.BgClassName
{
background-color: #AAB48A;
}
</style>
border-color css
<style>
span { border-color: #AAB48A; }
span { border-color: rgb(170,180,138); }
td.TdClassName
{
border-color: #AAB48A;
}
.TagClassName
{
border-color: #AAB48A;
}
</style>