Shades of Green Spring #A5AC99
Tints of Green Spring #A5AC99
RGB
CMYK
RGB Variations
Color information
#A5AC99 (or 0xA5AC99) is known color: Green Spring. HEX triplet: A5, AC and 99. RGB value is (165,172,153). Sum of RGB (Red+Green+Blue) = 165+172+153=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC99 is #5A5366. Grayscale: #A7A7A7. Windows color (decimal): -5919591 or 10071205. OLE color: 10071205.
HSL color Cylindrical-coordinate representation of color #A5AC99: hue angle of 82.11º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5AC99 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 153 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.33 |
| HSL | 82.11º | 0.1% | 0.64% | - |
| HSV(B) | 82.11º | 0.11% | 0.67% | - |
| XYZ | 36.02 | 39.8 | 35.92 | - |
| YUV | 167.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 153 | 0.04 | 0 | 0.11 | 0.33 | 82.11 | 0.1 | 0.64 |
| Hex | A5 | AC | 99 | 4 | 0 | B | 21 | 52 | A | 40 |
| Octal | 245 | 254 | 231 | 4 | 0 | 13 | 41 | 122 | 12 | 100 |
| Binary | 10100101 | 10101100 | 10011001 | 100 | 0 | 1011 | 100001 | 1010010 | 1010 | 1000000 |
Color Harmonies of #A5AC99
Complementary color
Monochromatic Colors of #A5AC99
Black with #A5AC99
Text Example
Text Example
White with #A5AC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC99; }
p { color: rgb(165,172,153); }
H1.HeaderClassName
{
color: #A5AC99;
}
.AnyTagClassName
{
color: #A5AC99;
}
</style>
background-color css
<style>
a { background-color: #A5AC99; }
a { background-color: rgb(165,172,153); }
div.DivClassName
{
background-color: #A5AC99;
}
.BgClassName
{
background-color: #A5AC99;
}
</style>
border-color css
<style>
span { border-color: #A5AC99; }
span { border-color: rgb(165,172,153); }
td.TdClassName
{
border-color: #A5AC99;
}
.TagClassName
{
border-color: #A5AC99;
}
</style>