Shades of Green Spring #A5AF91
Tints of Green Spring #A5AF91
RGB
CMYK
RGB Variations
Color information
#A5AF91 (or 0xA5AF91) is known color: Green Spring. HEX triplet: A5, AF and 91. RGB value is (165,175,145). Sum of RGB (Red+Green+Blue) = 165+175+145=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF91 is #5A506E. Grayscale: #A8A8A8. Windows color (decimal): -5918831 or 9547685. OLE color: 9547685.
HSL color Cylindrical-coordinate representation of color #A5AF91: hue angle of 80º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5AF91 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 145 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.31 |
| HSL | 80º | 0.16% | 0.63% | - |
| HSV(B) | 80º | 0.17% | 0.69% | - |
| XYZ | 35.96 | 40.7 | 32.75 | - |
| YUV | 168.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 145 | 0.06 | 0 | 0.17 | 0.31 | 80 | 0.16 | 0.63 |
| Hex | A5 | AF | 91 | 6 | 0 | 11 | 1F | 50 | 10 | 3F |
| Octal | 245 | 257 | 221 | 6 | 0 | 21 | 37 | 120 | 20 | 77 |
| Binary | 10100101 | 10101111 | 10010001 | 110 | 0 | 10001 | 11111 | 1010000 | 10000 | 111111 |
Color Harmonies of #A5AF91
Complementary color
Monochromatic Colors of #A5AF91
Black with #A5AF91
Text Example
Text Example
White with #A5AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF91; }
p { color: rgb(165,175,145); }
H1.HeaderClassName
{
color: #A5AF91;
}
.AnyTagClassName
{
color: #A5AF91;
}
</style>
background-color css
<style>
a { background-color: #A5AF91; }
a { background-color: rgb(165,175,145); }
div.DivClassName
{
background-color: #A5AF91;
}
.BgClassName
{
background-color: #A5AF91;
}
</style>
border-color css
<style>
span { border-color: #A5AF91; }
span { border-color: rgb(165,175,145); }
td.TdClassName
{
border-color: #A5AF91;
}
.TagClassName
{
border-color: #A5AF91;
}
</style>