Shades of Green Spring #AAB296
Tints of Green Spring #AAB296
RGB
CMYK
RGB Variations
Color information
#AAB296 (or 0xAAB296) is known color: Green Spring. HEX triplet: AA, B2 and 96. RGB value is (170,178,150). Sum of RGB (Red+Green+Blue) = 170+178+150=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB296 is #554D69. Grayscale: #ACACAC. Windows color (decimal): -5590378 or 9876138. OLE color: 9876138.
HSL color Cylindrical-coordinate representation of color #AAB296: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB296 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 150 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.30 |
| HSL | 77.14º | 0.15% | 0.64% | - |
| HSV(B) | 77.14º | 0.16% | 0.7% | - |
| XYZ | 38 | 42.59 | 35.07 | - |
| YUV | 172.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 150 | 0.04 | 0 | 0.16 | 0.30 | 77.14 | 0.15 | 0.64 |
| Hex | AA | B2 | 96 | 4 | 0 | 10 | 1E | 4D | F | 40 |
| Octal | 252 | 262 | 226 | 4 | 0 | 20 | 36 | 115 | 17 | 100 |
| Binary | 10101010 | 10110010 | 10010110 | 100 | 0 | 10000 | 11110 | 1001101 | 1111 | 1000000 |
Color Harmonies of #AAB296
Complementary color
Monochromatic Colors of #AAB296
Black with #AAB296
Text Example
Text Example
White with #AAB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB296; }
p { color: rgb(170,178,150); }
H1.HeaderClassName
{
color: #AAB296;
}
.AnyTagClassName
{
color: #AAB296;
}
</style>
background-color css
<style>
a { background-color: #AAB296; }
a { background-color: rgb(170,178,150); }
div.DivClassName
{
background-color: #AAB296;
}
.BgClassName
{
background-color: #AAB296;
}
</style>
border-color css
<style>
span { border-color: #AAB296; }
span { border-color: rgb(170,178,150); }
td.TdClassName
{
border-color: #AAB296;
}
.TagClassName
{
border-color: #AAB296;
}
</style>