Shades of Green Spring #A5AC96
Tints of Green Spring #A5AC96
RGB
CMYK
RGB Variations
Color information
#A5AC96 (or 0xA5AC96) is known color: Green Spring. HEX triplet: A5, AC and 96. RGB value is (165,172,150). Sum of RGB (Red+Green+Blue) = 165+172+150=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC96 is #5A5369. Grayscale: #A7A7A7. Windows color (decimal): -5919594 or 9874597. OLE color: 9874597.
HSL color Cylindrical-coordinate representation of color #A5AC96: hue angle of 79.09º 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 #A5AC96 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 150 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.33 |
| HSL | 79.09º | 0.12% | 0.63% | - |
| HSV(B) | 79.09º | 0.13% | 0.67% | - |
| XYZ | 35.77 | 39.71 | 34.63 | - |
| YUV | 167.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 150 | 0.04 | 0 | 0.13 | 0.33 | 79.09 | 0.12 | 0.63 |
| Hex | A5 | AC | 96 | 4 | 0 | D | 21 | 4F | C | 3F |
| Octal | 245 | 254 | 226 | 4 | 0 | 15 | 41 | 117 | 14 | 77 |
| Binary | 10100101 | 10101100 | 10010110 | 100 | 0 | 1101 | 100001 | 1001111 | 1100 | 111111 |
Color Harmonies of #A5AC96
Complementary color
Monochromatic Colors of #A5AC96
Black with #A5AC96
Text Example
Text Example
White with #A5AC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC96; }
p { color: rgb(165,172,150); }
H1.HeaderClassName
{
color: #A5AC96;
}
.AnyTagClassName
{
color: #A5AC96;
}
</style>
background-color css
<style>
a { background-color: #A5AC96; }
a { background-color: rgb(165,172,150); }
div.DivClassName
{
background-color: #A5AC96;
}
.BgClassName
{
background-color: #A5AC96;
}
</style>
border-color css
<style>
span { border-color: #A5AC96; }
span { border-color: rgb(165,172,150); }
td.TdClassName
{
border-color: #A5AC96;
}
.TagClassName
{
border-color: #A5AC96;
}
</style>