Shades of Neutral Green #ADA981
Tints of Neutral Green #ADA981
RGB
CMYK
RGB Variations
Color information
#ADA981 (or 0xADA981) is known color: Neutral Green. HEX triplet: AD, A9 and 81. RGB value is (173,169,129). Sum of RGB (Red+Green+Blue) = 173+169+129=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA981 is #52567E. Grayscale: #A5A5A5. Windows color (decimal): -5396095 or 8497581. OLE color: 8497581.
HSL color Cylindrical-coordinate representation of color #ADA981: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA981 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 129 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.32 |
| HSL | 54.55º | 0.21% | 0.59% | - |
| HSV(B) | 54.55º | 0.25% | 0.68% | - |
| XYZ | 35.38 | 38.85 | 26.4 | - |
| YUV | 165.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 129 | 0 | 0.02 | 0.25 | 0.32 | 54.55 | 0.21 | 0.59 |
| Hex | AD | A9 | 81 | 0 | 2 | 19 | 20 | 37 | 15 | 3B |
| Octal | 255 | 251 | 201 | 0 | 2 | 31 | 40 | 67 | 25 | 73 |
| Binary | 10101101 | 10101001 | 10000001 | 0 | 10 | 11001 | 100000 | 110111 | 10101 | 111011 |
Color Harmonies of #ADA981
Complementary color
Monochromatic Colors of #ADA981
Black with #ADA981
Text Example
Text Example
White with #ADA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA981; }
p { color: rgb(173,169,129); }
H1.HeaderClassName
{
color: #ADA981;
}
.AnyTagClassName
{
color: #ADA981;
}
</style>
background-color css
<style>
a { background-color: #ADA981; }
a { background-color: rgb(173,169,129); }
div.DivClassName
{
background-color: #ADA981;
}
.BgClassName
{
background-color: #ADA981;
}
</style>
border-color css
<style>
span { border-color: #ADA981; }
span { border-color: rgb(173,169,129); }
td.TdClassName
{
border-color: #ADA981;
}
.TagClassName
{
border-color: #ADA981;
}
</style>