Shades of Green Spring #A5AC91
Tints of Green Spring #A5AC91
RGB
CMYK
RGB Variations
Color information
#A5AC91 (or 0xA5AC91) is known color: Green Spring. HEX triplet: A5, AC and 91. RGB value is (165,172,145). Sum of RGB (Red+Green+Blue) = 165+172+145=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC91 is #5A536E. Grayscale: #A6A6A6. Windows color (decimal): -5919599 or 9546917. OLE color: 9546917.
HSL color Cylindrical-coordinate representation of color #A5AC91: hue angle of 75.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5AC91 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 145 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.33 |
| HSL | 75.56º | 0.14% | 0.62% | - |
| HSV(B) | 75.56º | 0.16% | 0.67% | - |
| XYZ | 35.38 | 39.55 | 32.56 | - |
| YUV | 166.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 145 | 0.04 | 0 | 0.16 | 0.33 | 75.56 | 0.14 | 0.62 |
| Hex | A5 | AC | 91 | 4 | 0 | 10 | 21 | 4C | E | 3E |
| Octal | 245 | 254 | 221 | 4 | 0 | 20 | 41 | 114 | 16 | 76 |
| Binary | 10100101 | 10101100 | 10010001 | 100 | 0 | 10000 | 100001 | 1001100 | 1110 | 111110 |
Color Harmonies of #A5AC91
Complementary color
Monochromatic Colors of #A5AC91
Black with #A5AC91
Text Example
Text Example
White with #A5AC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC91; }
p { color: rgb(165,172,145); }
H1.HeaderClassName
{
color: #A5AC91;
}
.AnyTagClassName
{
color: #A5AC91;
}
</style>
background-color css
<style>
a { background-color: #A5AC91; }
a { background-color: rgb(165,172,145); }
div.DivClassName
{
background-color: #A5AC91;
}
.BgClassName
{
background-color: #A5AC91;
}
</style>
border-color css
<style>
span { border-color: #A5AC91; }
span { border-color: rgb(165,172,145); }
td.TdClassName
{
border-color: #A5AC91;
}
.TagClassName
{
border-color: #A5AC91;
}
</style>