Shades of Neutral Green #ADAD84
Tints of Neutral Green #ADAD84
RGB
CMYK
RGB Variations
Color information
#ADAD84 (or 0xADAD84) is known color: Neutral Green. HEX triplet: AD, AD and 84. RGB value is (173,173,132). Sum of RGB (Red+Green+Blue) = 173+173+132=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD84 is #52527B. Grayscale: #A8A8A8. Windows color (decimal): -5395068 or 8695213. OLE color: 8695213.
HSL color Cylindrical-coordinate representation of color #ADAD84: hue angle of 60º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAD84 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 132 | - |
| CMYK | 0 | 0 | 0.24 | 0.32 |
| HSL | 60º | 0.2% | 0.6% | - |
| HSV(B) | 60º | 0.24% | 0.68% | - |
| XYZ | 36.34 | 40.44 | 27.72 | - |
| YUV | 168.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 132 | 0 | 0 | 0.24 | 0.32 | 60 | 0.2 | 0.6 |
| Hex | AD | AD | 84 | 0 | 0 | 18 | 20 | 3C | 14 | 3C |
| Octal | 255 | 255 | 204 | 0 | 0 | 30 | 40 | 74 | 24 | 74 |
| Binary | 10101101 | 10101101 | 10000100 | 0 | 0 | 11000 | 100000 | 111100 | 10100 | 111100 |
Color Harmonies of #ADAD84
Complementary color
Monochromatic Colors of #ADAD84
Black with #ADAD84
Text Example
Text Example
White with #ADAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD84; }
p { color: rgb(173,173,132); }
H1.HeaderClassName
{
color: #ADAD84;
}
.AnyTagClassName
{
color: #ADAD84;
}
</style>
background-color css
<style>
a { background-color: #ADAD84; }
a { background-color: rgb(173,173,132); }
div.DivClassName
{
background-color: #ADAD84;
}
.BgClassName
{
background-color: #ADAD84;
}
</style>
border-color css
<style>
span { border-color: #ADAD84; }
span { border-color: rgb(173,173,132); }
td.TdClassName
{
border-color: #ADAD84;
}
.TagClassName
{
border-color: #ADAD84;
}
</style>