Shades of Green Spring #A8AC9A
Tints of Green Spring #A8AC9A
RGB
CMYK
RGB Variations
Color information
#A8AC9A (or 0xA8AC9A) is known color: Green Spring. HEX triplet: A8, AC and 9A. RGB value is (168,172,154). Sum of RGB (Red+Green+Blue) = 168+172+154=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC9A is #575365. Grayscale: #A8A8A8. Windows color (decimal): -5722982 or 10136744. OLE color: 10136744.
HSL color Cylindrical-coordinate representation of color #A8AC9A: hue angle of 73.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8AC9A is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 154 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.33 |
| HSL | 73.33º | 0.1% | 0.64% | - |
| HSV(B) | 73.33º | 0.1% | 0.67% | - |
| XYZ | 36.73 | 40.16 | 36.39 | - |
| YUV | 168.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 154 | 0.02 | 0 | 0.10 | 0.33 | 73.33 | 0.1 | 0.64 |
| Hex | A8 | AC | 9A | 2 | 0 | A | 21 | 49 | A | 40 |
| Octal | 250 | 254 | 232 | 2 | 0 | 12 | 41 | 111 | 12 | 100 |
| Binary | 10101000 | 10101100 | 10011010 | 10 | 0 | 1010 | 100001 | 1001001 | 1010 | 1000000 |
Color Harmonies of #A8AC9A
Complementary color
Monochromatic Colors of #A8AC9A
Black with #A8AC9A
Text Example
Text Example
White with #A8AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC9A; }
p { color: rgb(168,172,154); }
H1.HeaderClassName
{
color: #A8AC9A;
}
.AnyTagClassName
{
color: #A8AC9A;
}
</style>
background-color css
<style>
a { background-color: #A8AC9A; }
a { background-color: rgb(168,172,154); }
div.DivClassName
{
background-color: #A8AC9A;
}
.BgClassName
{
background-color: #A8AC9A;
}
</style>
border-color css
<style>
span { border-color: #A8AC9A; }
span { border-color: rgb(168,172,154); }
td.TdClassName
{
border-color: #A8AC9A;
}
.TagClassName
{
border-color: #A8AC9A;
}
</style>