Shades of Green Spring #AAB397
Tints of Green Spring #AAB397
RGB
CMYK
RGB Variations
Color information
#AAB397 (or 0xAAB397) is known color: Green Spring. HEX triplet: AA, B3 and 97. RGB value is (170,179,151). Sum of RGB (Red+Green+Blue) = 170+179+151=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB397 is #554C68. Grayscale: #ADADAD. Windows color (decimal): -5590121 or 9941930. OLE color: 9941930.
HSL color Cylindrical-coordinate representation of color #AAB397: hue angle of 79.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB397 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 151 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.30 |
| HSL | 79.29º | 0.16% | 0.65% | - |
| HSV(B) | 79.29º | 0.16% | 0.7% | - |
| XYZ | 38.28 | 43.02 | 35.56 | - |
| YUV | 173.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 151 | 0.05 | 0 | 0.16 | 0.30 | 79.29 | 0.16 | 0.65 |
| Hex | AA | B3 | 97 | 5 | 0 | 10 | 1E | 4F | 10 | 41 |
| Octal | 252 | 263 | 227 | 5 | 0 | 20 | 36 | 117 | 20 | 101 |
| Binary | 10101010 | 10110011 | 10010111 | 101 | 0 | 10000 | 11110 | 1001111 | 10000 | 1000001 |
Color Harmonies of #AAB397
Complementary color
Monochromatic Colors of #AAB397
Black with #AAB397
Text Example
Text Example
White with #AAB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB397; }
p { color: rgb(170,179,151); }
H1.HeaderClassName
{
color: #AAB397;
}
.AnyTagClassName
{
color: #AAB397;
}
</style>
background-color css
<style>
a { background-color: #AAB397; }
a { background-color: rgb(170,179,151); }
div.DivClassName
{
background-color: #AAB397;
}
.BgClassName
{
background-color: #AAB397;
}
</style>
border-color css
<style>
span { border-color: #AAB397; }
span { border-color: rgb(170,179,151); }
td.TdClassName
{
border-color: #AAB397;
}
.TagClassName
{
border-color: #AAB397;
}
</style>