Shades of Green Spring #A2AA96
Tints of Green Spring #A2AA96
RGB
CMYK
RGB Variations
Color information
#A2AA96 (or 0xA2AA96) is known color: Green Spring. HEX triplet: A2, AA and 96. RGB value is (162,170,150). Sum of RGB (Red+Green+Blue) = 162+170+150=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA96 is #5D5569. Grayscale: #A5A5A5. Windows color (decimal): -6116714 or 9874082. OLE color: 9874082.
HSL color Cylindrical-coordinate representation of color #A2AA96: hue angle of 84º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2AA96 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 150 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.33 |
| HSL | 84º | 0.11% | 0.63% | - |
| HSV(B) | 84º | 0.12% | 0.67% | - |
| XYZ | 34.78 | 38.63 | 34.48 | - |
| YUV | 165.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 150 | 0.05 | 0 | 0.12 | 0.33 | 84 | 0.11 | 0.63 |
| Hex | A2 | AA | 96 | 5 | 0 | C | 21 | 54 | B | 3F |
| Octal | 242 | 252 | 226 | 5 | 0 | 14 | 41 | 124 | 13 | 77 |
| Binary | 10100010 | 10101010 | 10010110 | 101 | 0 | 1100 | 100001 | 1010100 | 1011 | 111111 |
Color Harmonies of #A2AA96
Complementary color
Monochromatic Colors of #A2AA96
Black with #A2AA96
Text Example
Text Example
White with #A2AA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA96; }
p { color: rgb(162,170,150); }
H1.HeaderClassName
{
color: #A2AA96;
}
.AnyTagClassName
{
color: #A2AA96;
}
</style>
background-color css
<style>
a { background-color: #A2AA96; }
a { background-color: rgb(162,170,150); }
div.DivClassName
{
background-color: #A2AA96;
}
.BgClassName
{
background-color: #A2AA96;
}
</style>
border-color css
<style>
span { border-color: #A2AA96; }
span { border-color: rgb(162,170,150); }
td.TdClassName
{
border-color: #A2AA96;
}
.TagClassName
{
border-color: #A2AA96;
}
</style>