Shades of Neutral Green #ADA980
Tints of Neutral Green #ADA980
RGB
CMYK
RGB Variations
Color information
#ADA980 (or 0xADA980) is known color: Neutral Green. HEX triplet: AD, A9 and 80. RGB value is (173,169,128). Sum of RGB (Red+Green+Blue) = 173+169+128=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA980 is #52567F. Grayscale: #A5A5A5. Windows color (decimal): -5396096 or 8432045. OLE color: 8432045.
HSL color Cylindrical-coordinate representation of color #ADA980: hue angle of 54.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA980 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 128 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.32 |
| HSL | 54.67º | 0.22% | 0.59% | - |
| HSV(B) | 54.67º | 0.26% | 0.68% | - |
| XYZ | 35.32 | 38.82 | 26.05 | - |
| YUV | 165.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 128 | 0 | 0.02 | 0.26 | 0.32 | 54.67 | 0.22 | 0.59 |
| Hex | AD | A9 | 80 | 0 | 2 | 1A | 20 | 37 | 16 | 3B |
| Octal | 255 | 251 | 200 | 0 | 2 | 32 | 40 | 67 | 26 | 73 |
| Binary | 10101101 | 10101001 | 10000000 | 0 | 10 | 11010 | 100000 | 110111 | 10110 | 111011 |
Color Harmonies of #ADA980
Complementary color
Monochromatic Colors of #ADA980
Black with #ADA980
Text Example
Text Example
White with #ADA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA980; }
p { color: rgb(173,169,128); }
H1.HeaderClassName
{
color: #ADA980;
}
.AnyTagClassName
{
color: #ADA980;
}
</style>
background-color css
<style>
a { background-color: #ADA980; }
a { background-color: rgb(173,169,128); }
div.DivClassName
{
background-color: #ADA980;
}
.BgClassName
{
background-color: #ADA980;
}
</style>
border-color css
<style>
span { border-color: #ADA980; }
span { border-color: rgb(173,169,128); }
td.TdClassName
{
border-color: #ADA980;
}
.TagClassName
{
border-color: #ADA980;
}
</style>