Shades of Green Spring #AAB697
Tints of Green Spring #AAB697
RGB
CMYK
RGB Variations
Color information
#AAB697 (or 0xAAB697) is known color: Green Spring. HEX triplet: AA, B6 and 97. RGB value is (170,182,151). Sum of RGB (Red+Green+Blue) = 170+182+151=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB697 is #554968. Grayscale: #AEAEAE. Windows color (decimal): -5589353 or 9942698. OLE color: 9942698.
HSL color Cylindrical-coordinate representation of color #AAB697: hue angle of 83.23º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB697 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 151 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.29 |
| HSL | 83.23º | 0.18% | 0.65% | - |
| HSV(B) | 83.23º | 0.17% | 0.71% | - |
| XYZ | 38.89 | 44.24 | 35.77 | - |
| YUV | 174.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 151 | 0.07 | 0 | 0.17 | 0.29 | 83.23 | 0.18 | 0.65 |
| Hex | AA | B6 | 97 | 7 | 0 | 11 | 1D | 53 | 12 | 41 |
| Octal | 252 | 266 | 227 | 7 | 0 | 21 | 35 | 123 | 22 | 101 |
| Binary | 10101010 | 10110110 | 10010111 | 111 | 0 | 10001 | 11101 | 1010011 | 10010 | 1000001 |
Color Harmonies of #AAB697
Complementary color
Monochromatic Colors of #AAB697
Black with #AAB697
Text Example
Text Example
White with #AAB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB697; }
p { color: rgb(170,182,151); }
H1.HeaderClassName
{
color: #AAB697;
}
.AnyTagClassName
{
color: #AAB697;
}
</style>
background-color css
<style>
a { background-color: #AAB697; }
a { background-color: rgb(170,182,151); }
div.DivClassName
{
background-color: #AAB697;
}
.BgClassName
{
background-color: #AAB697;
}
</style>
border-color css
<style>
span { border-color: #AAB697; }
span { border-color: rgb(170,182,151); }
td.TdClassName
{
border-color: #AAB697;
}
.TagClassName
{
border-color: #AAB697;
}
</style>