Shades of Green Spring #A2A798
Tints of Green Spring #A2A798
RGB
CMYK
RGB Variations
Color information
#A2A798 (or 0xA2A798) is known color: Green Spring. HEX triplet: A2, A7 and 98. RGB value is (162,167,152). Sum of RGB (Red+Green+Blue) = 162+167+152=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A798 is #5D5867. Grayscale: #A3A3A3. Windows color (decimal): -6117480 or 10004386. OLE color: 10004386.
HSL color Cylindrical-coordinate representation of color #A2A798: hue angle of 80º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2A798 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 152 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.35 |
| HSL | 80º | 0.08% | 0.63% | - |
| HSV(B) | 80º | 0.09% | 0.65% | - |
| XYZ | 34.39 | 37.59 | 35.15 | - |
| YUV | 163.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 152 | 0.03 | 0 | 0.09 | 0.35 | 80 | 0.08 | 0.63 |
| Hex | A2 | A7 | 98 | 3 | 0 | 9 | 23 | 50 | 8 | 3F |
| Octal | 242 | 247 | 230 | 3 | 0 | 11 | 43 | 120 | 10 | 77 |
| Binary | 10100010 | 10100111 | 10011000 | 11 | 0 | 1001 | 100011 | 1010000 | 1000 | 111111 |
Color Harmonies of #A2A798
Complementary color
Monochromatic Colors of #A2A798
Black with #A2A798
Text Example
Text Example
White with #A2A798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A798; }
p { color: rgb(162,167,152); }
H1.HeaderClassName
{
color: #A2A798;
}
.AnyTagClassName
{
color: #A2A798;
}
</style>
background-color css
<style>
a { background-color: #A2A798; }
a { background-color: rgb(162,167,152); }
div.DivClassName
{
background-color: #A2A798;
}
.BgClassName
{
background-color: #A2A798;
}
</style>
border-color css
<style>
span { border-color: #A2A798; }
span { border-color: rgb(162,167,152); }
td.TdClassName
{
border-color: #A2A798;
}
.TagClassName
{
border-color: #A2A798;
}
</style>