Shades of Green Spring #AAB597
Tints of Green Spring #AAB597
RGB
CMYK
RGB Variations
Color information
#AAB597 (or 0xAAB597) is known color: Green Spring. HEX triplet: AA, B5 and 97. RGB value is (170,181,151). Sum of RGB (Red+Green+Blue) = 170+181+151=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB597 is #554A68. Grayscale: #AEAEAE. Windows color (decimal): -5589609 or 9942442. OLE color: 9942442.
HSL color Cylindrical-coordinate representation of color #AAB597: hue angle of 82º degrees, saturation: 0.17, 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 #AAB597 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 151 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.29 |
| HSL | 82º | 0.17% | 0.65% | - |
| HSV(B) | 82º | 0.17% | 0.71% | - |
| XYZ | 38.69 | 43.83 | 35.7 | - |
| YUV | 174.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 151 | 0.06 | 0 | 0.17 | 0.29 | 82 | 0.17 | 0.65 |
| Hex | AA | B5 | 97 | 6 | 0 | 11 | 1D | 52 | 11 | 41 |
| Octal | 252 | 265 | 227 | 6 | 0 | 21 | 35 | 122 | 21 | 101 |
| Binary | 10101010 | 10110101 | 10010111 | 110 | 0 | 10001 | 11101 | 1010010 | 10001 | 1000001 |
Color Harmonies of #AAB597
Complementary color
Monochromatic Colors of #AAB597
Black with #AAB597
Text Example
Text Example
White with #AAB597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB597; }
p { color: rgb(170,181,151); }
H1.HeaderClassName
{
color: #AAB597;
}
.AnyTagClassName
{
color: #AAB597;
}
</style>
background-color css
<style>
a { background-color: #AAB597; }
a { background-color: rgb(170,181,151); }
div.DivClassName
{
background-color: #AAB597;
}
.BgClassName
{
background-color: #AAB597;
}
</style>
border-color css
<style>
span { border-color: #AAB597; }
span { border-color: rgb(170,181,151); }
td.TdClassName
{
border-color: #AAB597;
}
.TagClassName
{
border-color: #AAB597;
}
</style>