Shades of Neutral Green #ADAC7A
Tints of Neutral Green #ADAC7A
RGB
CMYK
RGB Variations
Color information
#ADAC7A (or 0xADAC7A) is known color: Neutral Green. HEX triplet: AD, AC and 7A. RGB value is (173,172,122). Sum of RGB (Red+Green+Blue) = 173+172+122=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC7A is #525385. Grayscale: #A6A6A6. Windows color (decimal): -5395334 or 8039597. OLE color: 8039597.
HSL color Cylindrical-coordinate representation of color #ADAC7A: hue angle of 58.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAC7A is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 122 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.32 |
| HSL | 58.82º | 0.24% | 0.58% | - |
| HSV(B) | 58.82º | 0.29% | 0.68% | - |
| XYZ | 35.5 | 39.79 | 24.22 | - |
| YUV | 166.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 122 | 0 | 0.01 | 0.29 | 0.32 | 58.82 | 0.24 | 0.58 |
| Hex | AD | AC | 7A | 0 | 1 | 1D | 20 | 3B | 18 | 3A |
| Octal | 255 | 254 | 172 | 0 | 1 | 35 | 40 | 73 | 30 | 72 |
| Binary | 10101101 | 10101100 | 1111010 | 0 | 1 | 11101 | 100000 | 111011 | 11000 | 111010 |
Color Harmonies of #ADAC7A
Complementary color
Monochromatic Colors of #ADAC7A
Black with #ADAC7A
Text Example
Text Example
White with #ADAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC7A; }
p { color: rgb(173,172,122); }
H1.HeaderClassName
{
color: #ADAC7A;
}
.AnyTagClassName
{
color: #ADAC7A;
}
</style>
background-color css
<style>
a { background-color: #ADAC7A; }
a { background-color: rgb(173,172,122); }
div.DivClassName
{
background-color: #ADAC7A;
}
.BgClassName
{
background-color: #ADAC7A;
}
</style>
border-color css
<style>
span { border-color: #ADAC7A; }
span { border-color: rgb(173,172,122); }
td.TdClassName
{
border-color: #ADAC7A;
}
.TagClassName
{
border-color: #ADAC7A;
}
</style>