Shades of Green Spring #A5AC9C
Tints of Green Spring #A5AC9C
RGB
CMYK
RGB Variations
Color information
#A5AC9C (or 0xA5AC9C) is known color: Green Spring. HEX triplet: A5, AC and 9C. RGB value is (165,172,156). Sum of RGB (Red+Green+Blue) = 165+172+156=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC9C is #5A5363. Grayscale: #A8A8A8. Windows color (decimal): -5919588 or 10267813. OLE color: 10267813.
HSL color Cylindrical-coordinate representation of color #A5AC9C: hue angle of 86.25º 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 #A5AC9C is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 156 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.33 |
| HSL | 86.25º | 0.09% | 0.64% | - |
| HSV(B) | 86.25º | 0.09% | 0.67% | - |
| XYZ | 36.27 | 39.9 | 37.24 | - |
| YUV | 168.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 156 | 0.04 | 0 | 0.09 | 0.33 | 86.25 | 0.09 | 0.64 |
| Hex | A5 | AC | 9C | 4 | 0 | 9 | 21 | 56 | 9 | 40 |
| Octal | 245 | 254 | 234 | 4 | 0 | 11 | 41 | 126 | 11 | 100 |
| Binary | 10100101 | 10101100 | 10011100 | 100 | 0 | 1001 | 100001 | 1010110 | 1001 | 1000000 |
Color Harmonies of #A5AC9C
Complementary color
Monochromatic Colors of #A5AC9C
Black with #A5AC9C
Text Example
Text Example
White with #A5AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC9C; }
p { color: rgb(165,172,156); }
H1.HeaderClassName
{
color: #A5AC9C;
}
.AnyTagClassName
{
color: #A5AC9C;
}
</style>
background-color css
<style>
a { background-color: #A5AC9C; }
a { background-color: rgb(165,172,156); }
div.DivClassName
{
background-color: #A5AC9C;
}
.BgClassName
{
background-color: #A5AC9C;
}
</style>
border-color css
<style>
span { border-color: #A5AC9C; }
span { border-color: rgb(165,172,156); }
td.TdClassName
{
border-color: #A5AC9C;
}
.TagClassName
{
border-color: #A5AC9C;
}
</style>