Shades of Neutral Green #ADA388
Tints of Neutral Green #ADA388
RGB
CMYK
RGB Variations
Color information
#ADA388 (or 0xADA388) is known color: Neutral Green. HEX triplet: AD, A3 and 88. RGB value is (173,163,136). Sum of RGB (Red+Green+Blue) = 173+163+136=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA388 is #525C77. Grayscale: #A3A3A3. Windows color (decimal): -5397624 or 8954797. OLE color: 8954797.
HSL color Cylindrical-coordinate representation of color #ADA388: hue angle of 43.78º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA388 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 136 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.32 |
| HSL | 43.78º | 0.18% | 0.61% | - |
| HSV(B) | 43.78º | 0.21% | 0.68% | - |
| XYZ | 34.77 | 36.86 | 28.57 | - |
| YUV | 162.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 136 | 0 | 0.06 | 0.21 | 0.32 | 43.78 | 0.18 | 0.61 |
| Hex | AD | A3 | 88 | 0 | 6 | 15 | 20 | 2C | 12 | 3D |
| Octal | 255 | 243 | 210 | 0 | 6 | 25 | 40 | 54 | 22 | 75 |
| Binary | 10101101 | 10100011 | 10001000 | 0 | 110 | 10101 | 100000 | 101100 | 10010 | 111101 |
Color Harmonies of #ADA388
Complementary color
Monochromatic Colors of #ADA388
Black with #ADA388
Text Example
Text Example
White with #ADA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA388; }
p { color: rgb(173,163,136); }
H1.HeaderClassName
{
color: #ADA388;
}
.AnyTagClassName
{
color: #ADA388;
}
</style>
background-color css
<style>
a { background-color: #ADA388; }
a { background-color: rgb(173,163,136); }
div.DivClassName
{
background-color: #ADA388;
}
.BgClassName
{
background-color: #ADA388;
}
</style>
border-color css
<style>
span { border-color: #ADA388; }
span { border-color: rgb(173,163,136); }
td.TdClassName
{
border-color: #ADA388;
}
.TagClassName
{
border-color: #ADA388;
}
</style>