Shades of Green Spring #A8AC96
Tints of Green Spring #A8AC96
RGB
CMYK
RGB Variations
Color information
#A8AC96 (or 0xA8AC96) is known color: Green Spring. HEX triplet: A8, AC and 96. RGB value is (168,172,150). Sum of RGB (Red+Green+Blue) = 168+172+150=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC96 is #575369. Grayscale: #A8A8A8. Windows color (decimal): -5722986 or 9874600. OLE color: 9874600.
HSL color Cylindrical-coordinate representation of color #A8AC96: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8AC96 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 150 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.33 |
| HSL | 70.91º | 0.12% | 0.63% | - |
| HSV(B) | 70.91º | 0.13% | 0.67% | - |
| XYZ | 36.41 | 40.03 | 34.66 | - |
| YUV | 168.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 150 | 0.02 | 0 | 0.13 | 0.33 | 70.91 | 0.12 | 0.63 |
| Hex | A8 | AC | 96 | 2 | 0 | D | 21 | 47 | C | 3F |
| Octal | 250 | 254 | 226 | 2 | 0 | 15 | 41 | 107 | 14 | 77 |
| Binary | 10101000 | 10101100 | 10010110 | 10 | 0 | 1101 | 100001 | 1000111 | 1100 | 111111 |
Color Harmonies of #A8AC96
Complementary color
Monochromatic Colors of #A8AC96
Black with #A8AC96
Text Example
Text Example
White with #A8AC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC96; }
p { color: rgb(168,172,150); }
H1.HeaderClassName
{
color: #A8AC96;
}
.AnyTagClassName
{
color: #A8AC96;
}
</style>
background-color css
<style>
a { background-color: #A8AC96; }
a { background-color: rgb(168,172,150); }
div.DivClassName
{
background-color: #A8AC96;
}
.BgClassName
{
background-color: #A8AC96;
}
</style>
border-color css
<style>
span { border-color: #A8AC96; }
span { border-color: rgb(168,172,150); }
td.TdClassName
{
border-color: #A8AC96;
}
.TagClassName
{
border-color: #A8AC96;
}
</style>