Shades of Green Spring #A5AF8C
Tints of Green Spring #A5AF8C
RGB
CMYK
RGB Variations
Color information
#A5AF8C (or 0xA5AF8C) is known color: Green Spring. HEX triplet: A5, AF and 8C. RGB value is (165,175,140). Sum of RGB (Red+Green+Blue) = 165+175+140=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF8C is #5A5073. Grayscale: #A8A8A8. Windows color (decimal): -5918836 or 9220005. OLE color: 9220005.
HSL color Cylindrical-coordinate representation of color #A5AF8C: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5AF8C is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 140 | - |
| CMYK | 0.06 | 0 | 0.2 | 0.31 |
| HSL | 77.14º | 0.18% | 0.62% | - |
| HSV(B) | 77.14º | 0.2% | 0.69% | - |
| XYZ | 35.58 | 40.55 | 30.76 | - |
| YUV | 168.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 140 | 0.06 | 0 | 0.2 | 0.31 | 77.14 | 0.18 | 0.62 |
| Hex | A5 | AF | 8C | 6 | 0 | 14 | 1F | 4D | 12 | 3E |
| Octal | 245 | 257 | 214 | 6 | 0 | 24 | 37 | 115 | 22 | 76 |
| Binary | 10100101 | 10101111 | 10001100 | 110 | 0 | 10100 | 11111 | 1001101 | 10010 | 111110 |
Color Harmonies of #A5AF8C
Complementary color
Monochromatic Colors of #A5AF8C
Black with #A5AF8C
Text Example
Text Example
White with #A5AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF8C; }
p { color: rgb(165,175,140); }
H1.HeaderClassName
{
color: #A5AF8C;
}
.AnyTagClassName
{
color: #A5AF8C;
}
</style>
background-color css
<style>
a { background-color: #A5AF8C; }
a { background-color: rgb(165,175,140); }
div.DivClassName
{
background-color: #A5AF8C;
}
.BgClassName
{
background-color: #A5AF8C;
}
</style>
border-color css
<style>
span { border-color: #A5AF8C; }
span { border-color: rgb(165,175,140); }
td.TdClassName
{
border-color: #A5AF8C;
}
.TagClassName
{
border-color: #A5AF8C;
}
</style>