Shades of Green Spring #A8AC9C
Tints of Green Spring #A8AC9C
RGB
CMYK
RGB Variations
Color information
#A8AC9C (or 0xA8AC9C) is known color: Green Spring. HEX triplet: A8, AC and 9C. RGB value is (168,172,156). Sum of RGB (Red+Green+Blue) = 168+172+156=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC9C is #575363. Grayscale: #A9A9A9. Windows color (decimal): -5722980 or 10267816. OLE color: 10267816.
HSL color Cylindrical-coordinate representation of color #A8AC9C: hue angle of 75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8AC9C is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 156 | - |
CMYK | 0.02 | 0 | 0.09 | 0.33 |
HSL | 75º | 0.09% | 0.64% | - |
HSV(B) | 75º | 0.09% | 0.67% | - |
XYZ | 36.9 | 40.23 | 37.27 | - |
YUV | 168.98 | 120.67 | 127.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 156 | 0.02 | 0 | 0.09 | 0.33 | 75 | 0.09 | 0.64 |
Hex | A8 | AC | 9C | 2 | 0 | 9 | 21 | 4B | 9 | 40 |
Octal | 250 | 254 | 234 | 2 | 0 | 11 | 41 | 113 | 11 | 100 |
Binary | 10101000 | 10101100 | 10011100 | 10 | 0 | 1001 | 100001 | 1001011 | 1001 | 1000000 |
Color Harmonies of #A8AC9C
Complementary color
Monochromatic Colors of #A8AC9C
Black with #A8AC9C
Text Example
Text Example
White with #A8AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC9C; }
p { color: rgb(168,172,156); }
H1.HeaderClassName
{
color: #A8AC9C;
}
.AnyTagClassName
{
color: #A8AC9C;
}
</style>
background-color css
<style>
a { background-color: #A8AC9C; }
a { background-color: rgb(168,172,156); }
div.DivClassName
{
background-color: #A8AC9C;
}
.BgClassName
{
background-color: #A8AC9C;
}
</style>
border-color css
<style>
span { border-color: #A8AC9C; }
span { border-color: rgb(168,172,156); }
td.TdClassName
{
border-color: #A8AC9C;
}
.TagClassName
{
border-color: #A8AC9C;
}
</style>