Shades of Neutral Green #ADAC83
Tints of Neutral Green #ADAC83
RGB
CMYK
RGB Variations
Color information
#ADAC83 (or 0xADAC83) is known color: Neutral Green. HEX triplet: AD, AC and 83. RGB value is (173,172,131). Sum of RGB (Red+Green+Blue) = 173+172+131=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC83 is #52537C. Grayscale: #A7A7A7. Windows color (decimal): -5395325 or 8629421. OLE color: 8629421.
HSL color Cylindrical-coordinate representation of color #ADAC83: hue angle of 58.57º 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 #ADAC83 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 131 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.32 |
| HSL | 58.57º | 0.2% | 0.6% | - |
| HSV(B) | 58.57º | 0.24% | 0.68% | - |
| XYZ | 36.08 | 40.03 | 27.3 | - |
| YUV | 167.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 131 | 0 | 0.01 | 0.24 | 0.32 | 58.57 | 0.2 | 0.6 |
| Hex | AD | AC | 83 | 0 | 1 | 18 | 20 | 3B | 14 | 3C |
| Octal | 255 | 254 | 203 | 0 | 1 | 30 | 40 | 73 | 24 | 74 |
| Binary | 10101101 | 10101100 | 10000011 | 0 | 1 | 11000 | 100000 | 111011 | 10100 | 111100 |
Color Harmonies of #ADAC83
Complementary color
Monochromatic Colors of #ADAC83
Black with #ADAC83
Text Example
Text Example
White with #ADAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC83; }
p { color: rgb(173,172,131); }
H1.HeaderClassName
{
color: #ADAC83;
}
.AnyTagClassName
{
color: #ADAC83;
}
</style>
background-color css
<style>
a { background-color: #ADAC83; }
a { background-color: rgb(173,172,131); }
div.DivClassName
{
background-color: #ADAC83;
}
.BgClassName
{
background-color: #ADAC83;
}
</style>
border-color css
<style>
span { border-color: #ADAC83; }
span { border-color: rgb(173,172,131); }
td.TdClassName
{
border-color: #ADAC83;
}
.TagClassName
{
border-color: #ADAC83;
}
</style>