Shades of Green Spring #A2AC8E
Tints of Green Spring #A2AC8E
RGB
CMYK
RGB Variations
Color information
#A2AC8E (or 0xA2AC8E) is known color: Green Spring. HEX triplet: A2, AC and 8E. RGB value is (162,172,142). Sum of RGB (Red+Green+Blue) = 162+172+142=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC8E is #5D5371. Grayscale: #A5A5A5. Windows color (decimal): -6116210 or 9350306. OLE color: 9350306.
HSL color Cylindrical-coordinate representation of color #A2AC8E: hue angle of 80º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2AC8E is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 142 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.33 |
| HSL | 80º | 0.15% | 0.62% | - |
| HSV(B) | 80º | 0.17% | 0.67% | - |
| XYZ | 34.54 | 39.14 | 31.33 | - |
| YUV | 165.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 142 | 0.06 | 0 | 0.17 | 0.33 | 80 | 0.15 | 0.62 |
| Hex | A2 | AC | 8E | 6 | 0 | 11 | 21 | 50 | F | 3E |
| Octal | 242 | 254 | 216 | 6 | 0 | 21 | 41 | 120 | 17 | 76 |
| Binary | 10100010 | 10101100 | 10001110 | 110 | 0 | 10001 | 100001 | 1010000 | 1111 | 111110 |
Color Harmonies of #A2AC8E
Complementary color
Monochromatic Colors of #A2AC8E
Black with #A2AC8E
Text Example
Text Example
White with #A2AC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC8E; }
p { color: rgb(162,172,142); }
H1.HeaderClassName
{
color: #A2AC8E;
}
.AnyTagClassName
{
color: #A2AC8E;
}
</style>
background-color css
<style>
a { background-color: #A2AC8E; }
a { background-color: rgb(162,172,142); }
div.DivClassName
{
background-color: #A2AC8E;
}
.BgClassName
{
background-color: #A2AC8E;
}
</style>
border-color css
<style>
span { border-color: #A2AC8E; }
span { border-color: rgb(162,172,142); }
td.TdClassName
{
border-color: #A2AC8E;
}
.TagClassName
{
border-color: #A2AC8E;
}
</style>