Shades of Neutral Green #ADAD85
Tints of Neutral Green #ADAD85
RGB
CMYK
RGB Variations
Color information
#ADAD85 (or 0xADAD85) is known color: Neutral Green. HEX triplet: AD, AD and 85. RGB value is (173,173,133). Sum of RGB (Red+Green+Blue) = 173+173+133=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD85 is #52527A. Grayscale: #A8A8A8. Windows color (decimal): -5395067 or 8760749. OLE color: 8760749.
HSL color Cylindrical-coordinate representation of color #ADAD85: 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.23%. Process color model (Four color, CMYK) of #ADAD85 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 133 | - |
CMYK | 0 | 0 | 0.23 | 0.32 |
HSL | 60º | 0.2% | 0.6% | - |
HSV(B) | 60º | 0.23% | 0.68% | - |
XYZ | 36.41 | 40.46 | 28.08 | - |
YUV | 168.44 | 108 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 133 | 0 | 0 | 0.23 | 0.32 | 60 | 0.2 | 0.6 |
Hex | AD | AD | 85 | 0 | 0 | 17 | 20 | 3C | 14 | 3C |
Octal | 255 | 255 | 205 | 0 | 0 | 27 | 40 | 74 | 24 | 74 |
Binary | 10101101 | 10101101 | 10000101 | 0 | 0 | 10111 | 100000 | 111100 | 10100 | 111100 |
Color Harmonies of #ADAD85
Complementary color
Monochromatic Colors of #ADAD85
Black with #ADAD85
Text Example
Text Example
White with #ADAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD85; }
p { color: rgb(173,173,133); }
H1.HeaderClassName
{
color: #ADAD85;
}
.AnyTagClassName
{
color: #ADAD85;
}
</style>
background-color css
<style>
a { background-color: #ADAD85; }
a { background-color: rgb(173,173,133); }
div.DivClassName
{
background-color: #ADAD85;
}
.BgClassName
{
background-color: #ADAD85;
}
</style>
border-color css
<style>
span { border-color: #ADAD85; }
span { border-color: rgb(173,173,133); }
td.TdClassName
{
border-color: #ADAD85;
}
.TagClassName
{
border-color: #ADAD85;
}
</style>