Shades of Green Spring #A2A699
Tints of Green Spring #A2A699
RGB
CMYK
RGB Variations
Color information
#A2A699 (or 0xA2A699) is known color: Green Spring. HEX triplet: A2, A6 and 99. RGB value is (162,166,153). Sum of RGB (Red+Green+Blue) = 162+166+153=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A699 is #5D5966. Grayscale: #A3A3A3. Windows color (decimal): -6117735 or 10069666. OLE color: 10069666.
HSL color Cylindrical-coordinate representation of color #A2A699: hue angle of 78.46º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2A699 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 153 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.35 |
| HSL | 78.46º | 0.07% | 0.63% | - |
| HSV(B) | 78.46º | 0.08% | 0.65% | - |
| XYZ | 34.29 | 37.25 | 35.52 | - |
| YUV | 163.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 153 | 0.02 | 0 | 0.08 | 0.35 | 78.46 | 0.07 | 0.63 |
| Hex | A2 | A6 | 99 | 2 | 0 | 8 | 23 | 4E | 7 | 3F |
| Octal | 242 | 246 | 231 | 2 | 0 | 10 | 43 | 116 | 7 | 77 |
| Binary | 10100010 | 10100110 | 10011001 | 10 | 0 | 1000 | 100011 | 1001110 | 111 | 111111 |
Color Harmonies of #A2A699
Complementary color
Monochromatic Colors of #A2A699
Black with #A2A699
Text Example
Text Example
White with #A2A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A699; }
p { color: rgb(162,166,153); }
H1.HeaderClassName
{
color: #A2A699;
}
.AnyTagClassName
{
color: #A2A699;
}
</style>
background-color css
<style>
a { background-color: #A2A699; }
a { background-color: rgb(162,166,153); }
div.DivClassName
{
background-color: #A2A699;
}
.BgClassName
{
background-color: #A2A699;
}
</style>
border-color css
<style>
span { border-color: #A2A699; }
span { border-color: rgb(162,166,153); }
td.TdClassName
{
border-color: #A2A699;
}
.TagClassName
{
border-color: #A2A699;
}
</style>