Shades of Neutral Green #ADAC75
Tints of Neutral Green #ADAC75
RGB
CMYK
RGB Variations
Color information
#ADAC75 (or 0xADAC75) is known color: Neutral Green. HEX triplet: AD, AC and 75. RGB value is (173,172,117). Sum of RGB (Red+Green+Blue) = 173+172+117=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC75 is #52538A. Grayscale: #A6A6A6. Windows color (decimal): -5395339 or 7711917. OLE color: 7711917.
HSL color Cylindrical-coordinate representation of color #ADAC75: hue angle of 58.93º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADAC75 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 117 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.32 |
| HSL | 58.93º | 0.25% | 0.57% | - |
| HSV(B) | 58.93º | 0.32% | 0.68% | - |
| XYZ | 35.2 | 39.67 | 22.63 | - |
| YUV | 166.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 117 | 0 | 0.01 | 0.32 | 0.32 | 58.93 | 0.25 | 0.57 |
| Hex | AD | AC | 75 | 0 | 1 | 20 | 20 | 3B | 19 | 39 |
| Octal | 255 | 254 | 165 | 0 | 1 | 40 | 40 | 73 | 31 | 71 |
| Binary | 10101101 | 10101100 | 1110101 | 0 | 1 | 100000 | 100000 | 111011 | 11001 | 111001 |
Color Harmonies of #ADAC75
Complementary color
Monochromatic Colors of #ADAC75
Black with #ADAC75
Text Example
Text Example
White with #ADAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC75; }
p { color: rgb(173,172,117); }
H1.HeaderClassName
{
color: #ADAC75;
}
.AnyTagClassName
{
color: #ADAC75;
}
</style>
background-color css
<style>
a { background-color: #ADAC75; }
a { background-color: rgb(173,172,117); }
div.DivClassName
{
background-color: #ADAC75;
}
.BgClassName
{
background-color: #ADAC75;
}
</style>
border-color css
<style>
span { border-color: #ADAC75; }
span { border-color: rgb(173,172,117); }
td.TdClassName
{
border-color: #ADAC75;
}
.TagClassName
{
border-color: #ADAC75;
}
</style>