Shades of Green Spring #A4AF8E
Tints of Green Spring #A4AF8E
RGB
CMYK
RGB Variations
Color information
#A4AF8E (or 0xA4AF8E) is known color: Green Spring. HEX triplet: A4, AF and 8E. RGB value is (164,175,142). Sum of RGB (Red+Green+Blue) = 164+175+142=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF8E is #5B5071. Grayscale: #A8A8A8. Windows color (decimal): -5984370 or 9351076. OLE color: 9351076.
HSL color Cylindrical-coordinate representation of color #A4AF8E: hue angle of 80º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4AF8E is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 142 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.31 |
| HSL | 80º | 0.17% | 0.62% | - |
| HSV(B) | 80º | 0.19% | 0.69% | - |
| XYZ | 35.52 | 40.51 | 31.54 | - |
| YUV | 167.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 142 | 0.06 | 0 | 0.19 | 0.31 | 80 | 0.17 | 0.62 |
| Hex | A4 | AF | 8E | 6 | 0 | 13 | 1F | 50 | 11 | 3E |
| Octal | 244 | 257 | 216 | 6 | 0 | 23 | 37 | 120 | 21 | 76 |
| Binary | 10100100 | 10101111 | 10001110 | 110 | 0 | 10011 | 11111 | 1010000 | 10001 | 111110 |
Color Harmonies of #A4AF8E
Complementary color
Monochromatic Colors of #A4AF8E
Black with #A4AF8E
Text Example
Text Example
White with #A4AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AF8E; }
p { color: rgb(164,175,142); }
H1.HeaderClassName
{
color: #A4AF8E;
}
.AnyTagClassName
{
color: #A4AF8E;
}
</style>
background-color css
<style>
a { background-color: #A4AF8E; }
a { background-color: rgb(164,175,142); }
div.DivClassName
{
background-color: #A4AF8E;
}
.BgClassName
{
background-color: #A4AF8E;
}
</style>
border-color css
<style>
span { border-color: #A4AF8E; }
span { border-color: rgb(164,175,142); }
td.TdClassName
{
border-color: #A4AF8E;
}
.TagClassName
{
border-color: #A4AF8E;
}
</style>