Shades of Green Spring #AAB09D
Tints of Green Spring #AAB09D
RGB
CMYK
RGB Variations
Color information
#AAB09D (or 0xAAB09D) is known color: Green Spring. HEX triplet: AA, B0 and 9D. RGB value is (170,176,157). Sum of RGB (Red+Green+Blue) = 170+176+157=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB09D is #554F62. Grayscale: #ACACAC. Windows color (decimal): -5590883 or 10334378. OLE color: 10334378.
HSL color Cylindrical-coordinate representation of color #AAB09D: hue angle of 78.95º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB09D is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 157 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.31 |
| HSL | 78.95º | 0.11% | 0.65% | - |
| HSV(B) | 78.95º | 0.11% | 0.69% | - |
| XYZ | 38.19 | 42.03 | 38 | - |
| YUV | 172.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 157 | 0.03 | 0 | 0.11 | 0.31 | 78.95 | 0.11 | 0.65 |
| Hex | AA | B0 | 9D | 3 | 0 | B | 1F | 4F | B | 41 |
| Octal | 252 | 260 | 235 | 3 | 0 | 13 | 37 | 117 | 13 | 101 |
| Binary | 10101010 | 10110000 | 10011101 | 11 | 0 | 1011 | 11111 | 1001111 | 1011 | 1000001 |
Color Harmonies of #AAB09D
Complementary color
Monochromatic Colors of #AAB09D
Black with #AAB09D
Text Example
Text Example
White with #AAB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB09D; }
p { color: rgb(170,176,157); }
H1.HeaderClassName
{
color: #AAB09D;
}
.AnyTagClassName
{
color: #AAB09D;
}
</style>
background-color css
<style>
a { background-color: #AAB09D; }
a { background-color: rgb(170,176,157); }
div.DivClassName
{
background-color: #AAB09D;
}
.BgClassName
{
background-color: #AAB09D;
}
</style>
border-color css
<style>
span { border-color: #AAB09D; }
span { border-color: rgb(170,176,157); }
td.TdClassName
{
border-color: #AAB09D;
}
.TagClassName
{
border-color: #AAB09D;
}
</style>