Shades of Green Spring #AAB097
Tints of Green Spring #AAB097
RGB
CMYK
RGB Variations
Color information
#AAB097 (or 0xAAB097) is known color: Green Spring. HEX triplet: AA, B0 and 97. RGB value is (170,176,151). Sum of RGB (Red+Green+Blue) = 170+176+151=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB097 is #554F68. Grayscale: #ABABAB. Windows color (decimal): -5590889 or 9941162. OLE color: 9941162.
HSL color Cylindrical-coordinate representation of color #AAB097: hue angle of 74.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB097 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 151 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.31 |
| HSL | 74.4º | 0.14% | 0.64% | - |
| HSV(B) | 74.4º | 0.14% | 0.69% | - |
| XYZ | 37.69 | 41.83 | 35.37 | - |
| YUV | 171.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 151 | 0.03 | 0 | 0.14 | 0.31 | 74.4 | 0.14 | 0.64 |
| Hex | AA | B0 | 97 | 3 | 0 | E | 1F | 4A | E | 40 |
| Octal | 252 | 260 | 227 | 3 | 0 | 16 | 37 | 112 | 16 | 100 |
| Binary | 10101010 | 10110000 | 10010111 | 11 | 0 | 1110 | 11111 | 1001010 | 1110 | 1000000 |
Color Harmonies of #AAB097
Complementary color
Monochromatic Colors of #AAB097
Black with #AAB097
Text Example
Text Example
White with #AAB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB097; }
p { color: rgb(170,176,151); }
H1.HeaderClassName
{
color: #AAB097;
}
.AnyTagClassName
{
color: #AAB097;
}
</style>
background-color css
<style>
a { background-color: #AAB097; }
a { background-color: rgb(170,176,151); }
div.DivClassName
{
background-color: #AAB097;
}
.BgClassName
{
background-color: #AAB097;
}
</style>
border-color css
<style>
span { border-color: #AAB097; }
span { border-color: rgb(170,176,151); }
td.TdClassName
{
border-color: #AAB097;
}
.TagClassName
{
border-color: #AAB097;
}
</style>