Shades of Neutral Green #ADA974
Tints of Neutral Green #ADA974
RGB
CMYK
RGB Variations
Color information
#ADA974 (or 0xADA974) is known color: Neutral Green. HEX triplet: AD, A9 and 74. RGB value is (173,169,116). Sum of RGB (Red+Green+Blue) = 173+169+116=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA974 is #52568B. Grayscale: #A4A4A4. Windows color (decimal): -5396108 or 7645613. OLE color: 7645613.
HSL color Cylindrical-coordinate representation of color #ADA974: hue angle of 55.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA974 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 116 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.32 |
| HSL | 55.79º | 0.26% | 0.57% | - |
| HSV(B) | 55.79º | 0.33% | 0.68% | - |
| XYZ | 34.57 | 38.52 | 22.14 | - |
| YUV | 164.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 116 | 0 | 0.02 | 0.33 | 0.32 | 55.79 | 0.26 | 0.57 |
| Hex | AD | A9 | 74 | 0 | 2 | 21 | 20 | 38 | 1A | 39 |
| Octal | 255 | 251 | 164 | 0 | 2 | 41 | 40 | 70 | 32 | 71 |
| Binary | 10101101 | 10101001 | 1110100 | 0 | 10 | 100001 | 100000 | 111000 | 11010 | 111001 |
Color Harmonies of #ADA974
Complementary color
Monochromatic Colors of #ADA974
Black with #ADA974
Text Example
Text Example
White with #ADA974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA974; }
p { color: rgb(173,169,116); }
H1.HeaderClassName
{
color: #ADA974;
}
.AnyTagClassName
{
color: #ADA974;
}
</style>
background-color css
<style>
a { background-color: #ADA974; }
a { background-color: rgb(173,169,116); }
div.DivClassName
{
background-color: #ADA974;
}
.BgClassName
{
background-color: #ADA974;
}
</style>
border-color css
<style>
span { border-color: #ADA974; }
span { border-color: rgb(173,169,116); }
td.TdClassName
{
border-color: #ADA974;
}
.TagClassName
{
border-color: #ADA974;
}
</style>