Shades of Green Spring #A2A794
Tints of Green Spring #A2A794
RGB
CMYK
RGB Variations
Color information
#A2A794 (or 0xA2A794) is known color: Green Spring. HEX triplet: A2, A7 and 94. RGB value is (162,167,148). Sum of RGB (Red+Green+Blue) = 162+167+148=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A794 is #5D586B. Grayscale: #A3A3A3. Windows color (decimal): -6117484 or 9742242. OLE color: 9742242.
HSL color Cylindrical-coordinate representation of color #A2A794: hue angle of 75.79º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2A794 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 148 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.35 |
| HSL | 75.79º | 0.1% | 0.62% | - |
| HSV(B) | 75.79º | 0.11% | 0.65% | - |
| XYZ | 34.06 | 37.46 | 33.45 | - |
| YUV | 163.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 148 | 0.03 | 0 | 0.11 | 0.35 | 75.79 | 0.1 | 0.62 |
| Hex | A2 | A7 | 94 | 3 | 0 | B | 23 | 4C | A | 3E |
| Octal | 242 | 247 | 224 | 3 | 0 | 13 | 43 | 114 | 12 | 76 |
| Binary | 10100010 | 10100111 | 10010100 | 11 | 0 | 1011 | 100011 | 1001100 | 1010 | 111110 |
Color Harmonies of #A2A794
Complementary color
Monochromatic Colors of #A2A794
Black with #A2A794
Text Example
Text Example
White with #A2A794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A794; }
p { color: rgb(162,167,148); }
H1.HeaderClassName
{
color: #A2A794;
}
.AnyTagClassName
{
color: #A2A794;
}
</style>
background-color css
<style>
a { background-color: #A2A794; }
a { background-color: rgb(162,167,148); }
div.DivClassName
{
background-color: #A2A794;
}
.BgClassName
{
background-color: #A2A794;
}
</style>
border-color css
<style>
span { border-color: #A2A794; }
span { border-color: rgb(162,167,148); }
td.TdClassName
{
border-color: #A2A794;
}
.TagClassName
{
border-color: #A2A794;
}
</style>