Shades of Green Spring #A4AD8E
Tints of Green Spring #A4AD8E
RGB
CMYK
RGB Variations
Color information
#A4AD8E (or 0xA4AD8E) is known color: Green Spring. HEX triplet: A4, AD and 8E. RGB value is (164,173,142). Sum of RGB (Red+Green+Blue) = 164+173+142=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD8E is #5B5271. Grayscale: #A6A6A6. Windows color (decimal): -5984882 or 9350564. OLE color: 9350564.
HSL color Cylindrical-coordinate representation of color #A4AD8E: hue angle of 77.42º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4AD8E is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 173 | 142 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.32 |
| HSL | 77.42º | 0.16% | 0.62% | - |
| HSV(B) | 77.42º | 0.18% | 0.68% | - |
| XYZ | 35.14 | 39.73 | 31.41 | - |
| YUV | 166.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 142 | 0.05 | 0 | 0.18 | 0.32 | 77.42 | 0.16 | 0.62 |
| Hex | A4 | AD | 8E | 5 | 0 | 12 | 20 | 4D | 10 | 3E |
| Octal | 244 | 255 | 216 | 5 | 0 | 22 | 40 | 115 | 20 | 76 |
| Binary | 10100100 | 10101101 | 10001110 | 101 | 0 | 10010 | 100000 | 1001101 | 10000 | 111110 |
Color Harmonies of #A4AD8E
Complementary color
Monochromatic Colors of #A4AD8E
Black with #A4AD8E
Text Example
Text Example
White with #A4AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AD8E; }
p { color: rgb(164,173,142); }
H1.HeaderClassName
{
color: #A4AD8E;
}
.AnyTagClassName
{
color: #A4AD8E;
}
</style>
background-color css
<style>
a { background-color: #A4AD8E; }
a { background-color: rgb(164,173,142); }
div.DivClassName
{
background-color: #A4AD8E;
}
.BgClassName
{
background-color: #A4AD8E;
}
</style>
border-color css
<style>
span { border-color: #A4AD8E; }
span { border-color: rgb(164,173,142); }
td.TdClassName
{
border-color: #A4AD8E;
}
.TagClassName
{
border-color: #A4AD8E;
}
</style>