Shades of Green Spring #A8AC9E
Tints of Green Spring #A8AC9E
RGB
CMYK
RGB Variations
Color information
#A8AC9E (or 0xA8AC9E) is known color: Green Spring. HEX triplet: A8, AC and 9E. RGB value is (168,172,158). Sum of RGB (Red+Green+Blue) = 168+172+158=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC9E is #575361. Grayscale: #A9A9A9. Windows color (decimal): -5722978 or 10398888. OLE color: 10398888.
HSL color Cylindrical-coordinate representation of color #A8AC9E: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8AC9E is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 158 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.33 |
| HSL | 77.14º | 0.08% | 0.65% | - |
| HSV(B) | 77.14º | 0.08% | 0.67% | - |
| XYZ | 37.07 | 40.3 | 38.17 | - |
| YUV | 169.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 158 | 0.02 | 0 | 0.08 | 0.33 | 77.14 | 0.08 | 0.65 |
| Hex | A8 | AC | 9E | 2 | 0 | 8 | 21 | 4D | 8 | 41 |
| Octal | 250 | 254 | 236 | 2 | 0 | 10 | 41 | 115 | 10 | 101 |
| Binary | 10101000 | 10101100 | 10011110 | 10 | 0 | 1000 | 100001 | 1001101 | 1000 | 1000001 |
Color Harmonies of #A8AC9E
Complementary color
Monochromatic Colors of #A8AC9E
Black with #A8AC9E
Text Example
Text Example
White with #A8AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC9E; }
p { color: rgb(168,172,158); }
H1.HeaderClassName
{
color: #A8AC9E;
}
.AnyTagClassName
{
color: #A8AC9E;
}
</style>
background-color css
<style>
a { background-color: #A8AC9E; }
a { background-color: rgb(168,172,158); }
div.DivClassName
{
background-color: #A8AC9E;
}
.BgClassName
{
background-color: #A8AC9E;
}
</style>
border-color css
<style>
span { border-color: #A8AC9E; }
span { border-color: rgb(168,172,158); }
td.TdClassName
{
border-color: #A8AC9E;
}
.TagClassName
{
border-color: #A8AC9E;
}
</style>