Shades of Green Spring #A2A59C
Tints of Green Spring #A2A59C
RGB
CMYK
RGB Variations
Color information
#A2A59C (or 0xA2A59C) is known color: Green Spring. HEX triplet: A2, A5 and 9C. RGB value is (162,165,156). Sum of RGB (Red+Green+Blue) = 162+165+156=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A59C is #5D5A63. Grayscale: #A3A3A3. Windows color (decimal): -6117988 or 10266018. OLE color: 10266018.
HSL color Cylindrical-coordinate representation of color #A2A59C: hue angle of 80º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A2A59C is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 156 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.35 |
| HSL | 80º | 0.05% | 0.63% | - |
| HSV(B) | 80º | 0.05% | 0.65% | - |
| XYZ | 34.36 | 36.99 | 36.78 | - |
| YUV | 163.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 156 | 0.02 | 0 | 0.05 | 0.35 | 80 | 0.05 | 0.63 |
| Hex | A2 | A5 | 9C | 2 | 0 | 5 | 23 | 50 | 5 | 3F |
| Octal | 242 | 245 | 234 | 2 | 0 | 5 | 43 | 120 | 5 | 77 |
| Binary | 10100010 | 10100101 | 10011100 | 10 | 0 | 101 | 100011 | 1010000 | 101 | 111111 |
Color Harmonies of #A2A59C
Complementary color
Monochromatic Colors of #A2A59C
Black with #A2A59C
Text Example
Text Example
White with #A2A59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A59C; }
p { color: rgb(162,165,156); }
H1.HeaderClassName
{
color: #A2A59C;
}
.AnyTagClassName
{
color: #A2A59C;
}
</style>
background-color css
<style>
a { background-color: #A2A59C; }
a { background-color: rgb(162,165,156); }
div.DivClassName
{
background-color: #A2A59C;
}
.BgClassName
{
background-color: #A2A59C;
}
</style>
border-color css
<style>
span { border-color: #A2A59C; }
span { border-color: rgb(162,165,156); }
td.TdClassName
{
border-color: #A2A59C;
}
.TagClassName
{
border-color: #A2A59C;
}
</style>