Shades of Green Spring #AAB09B
Tints of Green Spring #AAB09B
RGB
CMYK
RGB Variations
Color information
#AAB09B (or 0xAAB09B) is known color: Green Spring. HEX triplet: AA, B0 and 9B. RGB value is (170,176,155). Sum of RGB (Red+Green+Blue) = 170+176+155=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB09B is #554F64. Grayscale: #ABABAB. Windows color (decimal): -5590885 or 10203306. OLE color: 10203306.
HSL color Cylindrical-coordinate representation of color #AAB09B: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB09B is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 155 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.31 |
| HSL | 77.14º | 0.12% | 0.65% | - |
| HSV(B) | 77.14º | 0.12% | 0.69% | - |
| XYZ | 38.02 | 41.96 | 37.11 | - |
| YUV | 171.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 155 | 0.03 | 0 | 0.12 | 0.31 | 77.14 | 0.12 | 0.65 |
| Hex | AA | B0 | 9B | 3 | 0 | C | 1F | 4D | C | 41 |
| Octal | 252 | 260 | 233 | 3 | 0 | 14 | 37 | 115 | 14 | 101 |
| Binary | 10101010 | 10110000 | 10011011 | 11 | 0 | 1100 | 11111 | 1001101 | 1100 | 1000001 |
Color Harmonies of #AAB09B
Complementary color
Monochromatic Colors of #AAB09B
Black with #AAB09B
Text Example
Text Example
White with #AAB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB09B; }
p { color: rgb(170,176,155); }
H1.HeaderClassName
{
color: #AAB09B;
}
.AnyTagClassName
{
color: #AAB09B;
}
</style>
background-color css
<style>
a { background-color: #AAB09B; }
a { background-color: rgb(170,176,155); }
div.DivClassName
{
background-color: #AAB09B;
}
.BgClassName
{
background-color: #AAB09B;
}
</style>
border-color css
<style>
span { border-color: #AAB09B; }
span { border-color: rgb(170,176,155); }
td.TdClassName
{
border-color: #AAB09B;
}
.TagClassName
{
border-color: #AAB09B;
}
</style>