Shades of Neutral Green #ADAD80
Tints of Neutral Green #ADAD80
RGB
CMYK
RGB Variations
Color information
#ADAD80 (or 0xADAD80) is known color: Neutral Green. HEX triplet: AD, AD and 80. RGB value is (173,173,128). Sum of RGB (Red+Green+Blue) = 173+173+128=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD80 is #52527F. Grayscale: #A8A8A8. Windows color (decimal): -5395072 or 8433069. OLE color: 8433069.
HSL color Cylindrical-coordinate representation of color #ADAD80: hue angle of 60º 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 #ADAD80 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 128 | - |
| CMYK | 0 | 0 | 0.26 | 0.32 |
| HSL | 60º | 0.22% | 0.59% | - |
| HSV(B) | 60º | 0.26% | 0.68% | - |
| XYZ | 36.07 | 40.33 | 26.31 | - |
| YUV | 167.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 128 | 0 | 0 | 0.26 | 0.32 | 60 | 0.22 | 0.59 |
| Hex | AD | AD | 80 | 0 | 0 | 1A | 20 | 3C | 16 | 3B |
| Octal | 255 | 255 | 200 | 0 | 0 | 32 | 40 | 74 | 26 | 73 |
| Binary | 10101101 | 10101101 | 10000000 | 0 | 0 | 11010 | 100000 | 111100 | 10110 | 111011 |
Color Harmonies of #ADAD80
Complementary color
Monochromatic Colors of #ADAD80
Black with #ADAD80
Text Example
Text Example
White with #ADAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD80; }
p { color: rgb(173,173,128); }
H1.HeaderClassName
{
color: #ADAD80;
}
.AnyTagClassName
{
color: #ADAD80;
}
</style>
background-color css
<style>
a { background-color: #ADAD80; }
a { background-color: rgb(173,173,128); }
div.DivClassName
{
background-color: #ADAD80;
}
.BgClassName
{
background-color: #ADAD80;
}
</style>
border-color css
<style>
span { border-color: #ADAD80; }
span { border-color: rgb(173,173,128); }
td.TdClassName
{
border-color: #ADAD80;
}
.TagClassName
{
border-color: #ADAD80;
}
</style>