Shades of Green Spring #A4AF8C
Tints of Green Spring #A4AF8C
RGB
CMYK
RGB Variations
Color information
#A4AF8C (or 0xA4AF8C) is known color: Green Spring. HEX triplet: A4, AF and 8C. RGB value is (164,175,140). Sum of RGB (Red+Green+Blue) = 164+175+140=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF8C is #5B5073. Grayscale: #A7A7A7. Windows color (decimal): -5984372 or 9220004. OLE color: 9220004.
HSL color Cylindrical-coordinate representation of color #A4AF8C: hue angle of 78.86º 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 #A4AF8C is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 140 | - |
| CMYK | 0.06 | 0 | 0.2 | 0.31 |
| HSL | 78.86º | 0.18% | 0.62% | - |
| HSV(B) | 78.86º | 0.2% | 0.69% | - |
| XYZ | 35.37 | 40.45 | 30.75 | - |
| YUV | 167.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 140 | 0.06 | 0 | 0.2 | 0.31 | 78.86 | 0.18 | 0.62 |
| Hex | A4 | AF | 8C | 6 | 0 | 14 | 1F | 4F | 12 | 3E |
| Octal | 244 | 257 | 214 | 6 | 0 | 24 | 37 | 117 | 22 | 76 |
| Binary | 10100100 | 10101111 | 10001100 | 110 | 0 | 10100 | 11111 | 1001111 | 10010 | 111110 |
Color Harmonies of #A4AF8C
Complementary color
Monochromatic Colors of #A4AF8C
Black with #A4AF8C
Text Example
Text Example
White with #A4AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AF8C; }
p { color: rgb(164,175,140); }
H1.HeaderClassName
{
color: #A4AF8C;
}
.AnyTagClassName
{
color: #A4AF8C;
}
</style>
background-color css
<style>
a { background-color: #A4AF8C; }
a { background-color: rgb(164,175,140); }
div.DivClassName
{
background-color: #A4AF8C;
}
.BgClassName
{
background-color: #A4AF8C;
}
</style>
border-color css
<style>
span { border-color: #A4AF8C; }
span { border-color: rgb(164,175,140); }
td.TdClassName
{
border-color: #A4AF8C;
}
.TagClassName
{
border-color: #A4AF8C;
}
</style>