Shades of Neutral Green #ADAC7D
Tints of Neutral Green #ADAC7D
RGB
CMYK
RGB Variations
Color information
#ADAC7D (or 0xADAC7D) is known color: Neutral Green. HEX triplet: AD, AC and 7D. RGB value is (173,172,125). Sum of RGB (Red+Green+Blue) = 173+172+125=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC7D is #525382. Grayscale: #A7A7A7. Windows color (decimal): -5395331 or 8236205. OLE color: 8236205.
HSL color Cylindrical-coordinate representation of color #ADAC7D: hue angle of 58.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADAC7D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 125 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.32 |
| HSL | 58.75º | 0.23% | 0.58% | - |
| HSV(B) | 58.75º | 0.28% | 0.68% | - |
| XYZ | 35.69 | 39.87 | 25.22 | - |
| YUV | 166.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 125 | 0 | 0.01 | 0.28 | 0.32 | 58.75 | 0.23 | 0.58 |
| Hex | AD | AC | 7D | 0 | 1 | 1C | 20 | 3B | 17 | 3A |
| Octal | 255 | 254 | 175 | 0 | 1 | 34 | 40 | 73 | 27 | 72 |
| Binary | 10101101 | 10101100 | 1111101 | 0 | 1 | 11100 | 100000 | 111011 | 10111 | 111010 |
Color Harmonies of #ADAC7D
Complementary color
Monochromatic Colors of #ADAC7D
Black with #ADAC7D
Text Example
Text Example
White with #ADAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC7D; }
p { color: rgb(173,172,125); }
H1.HeaderClassName
{
color: #ADAC7D;
}
.AnyTagClassName
{
color: #ADAC7D;
}
</style>
background-color css
<style>
a { background-color: #ADAC7D; }
a { background-color: rgb(173,172,125); }
div.DivClassName
{
background-color: #ADAC7D;
}
.BgClassName
{
background-color: #ADAC7D;
}
</style>
border-color css
<style>
span { border-color: #ADAC7D; }
span { border-color: rgb(173,172,125); }
td.TdClassName
{
border-color: #ADAC7D;
}
.TagClassName
{
border-color: #ADAC7D;
}
</style>