Shades of Green Spring #A5AF8F
Tints of Green Spring #A5AF8F
RGB
CMYK
RGB Variations
Color information
#A5AF8F (or 0xA5AF8F) is known color: Green Spring. HEX triplet: A5, AF and 8F. RGB value is (165,175,143). Sum of RGB (Red+Green+Blue) = 165+175+143=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF8F is #5A5070. Grayscale: #A8A8A8. Windows color (decimal): -5918833 or 9416613. OLE color: 9416613.
HSL color Cylindrical-coordinate representation of color #A5AF8F: hue angle of 78.75º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5AF8F is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 143 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.31 |
| HSL | 78.75º | 0.17% | 0.62% | - |
| HSV(B) | 78.75º | 0.18% | 0.69% | - |
| XYZ | 35.8 | 40.64 | 31.94 | - |
| YUV | 168.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 143 | 0.06 | 0 | 0.18 | 0.31 | 78.75 | 0.17 | 0.62 |
| Hex | A5 | AF | 8F | 6 | 0 | 12 | 1F | 4F | 11 | 3E |
| Octal | 245 | 257 | 217 | 6 | 0 | 22 | 37 | 117 | 21 | 76 |
| Binary | 10100101 | 10101111 | 10001111 | 110 | 0 | 10010 | 11111 | 1001111 | 10001 | 111110 |
Color Harmonies of #A5AF8F
Complementary color
Monochromatic Colors of #A5AF8F
Black with #A5AF8F
Text Example
Text Example
White with #A5AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF8F; }
p { color: rgb(165,175,143); }
H1.HeaderClassName
{
color: #A5AF8F;
}
.AnyTagClassName
{
color: #A5AF8F;
}
</style>
background-color css
<style>
a { background-color: #A5AF8F; }
a { background-color: rgb(165,175,143); }
div.DivClassName
{
background-color: #A5AF8F;
}
.BgClassName
{
background-color: #A5AF8F;
}
</style>
border-color css
<style>
span { border-color: #A5AF8F; }
span { border-color: rgb(165,175,143); }
td.TdClassName
{
border-color: #A5AF8F;
}
.TagClassName
{
border-color: #A5AF8F;
}
</style>