Shades of Wild Willow #ADC160
Tints of Wild Willow #ADC160
RGB
CMYK
RGB Variations
Color information
#ADC160 (or 0xADC160) is known color: Wild Willow. HEX triplet: AD, C1 and 60. RGB value is (173,193,96). Sum of RGB (Red+Green+Blue) = 173+193+96=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC160 is #523E9F. Grayscale: #B0B0B0. Windows color (decimal): -5389984 or 6341037. OLE color: 6341037.
HSL color Cylindrical-coordinate representation of color #ADC160: hue angle of 72.37º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC160 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 96 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.24 |
| HSL | 72.37º | 0.44% | 0.57% | - |
| HSV(B) | 72.37º | 0.5% | 0.76% | - |
| XYZ | 38.41 | 47.87 | 18.28 | - |
| YUV | 175.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 96 | 0.10 | 0 | 0.50 | 0.24 | 72.37 | 0.44 | 0.57 |
| Hex | AD | C1 | 60 | A | 0 | 32 | 18 | 48 | 2C | 39 |
| Octal | 255 | 301 | 140 | 12 | 0 | 62 | 30 | 110 | 54 | 71 |
| Binary | 10101101 | 11000001 | 1100000 | 1010 | 0 | 110010 | 11000 | 1001000 | 101100 | 111001 |
Color Harmonies of #ADC160
Complementary color
Monochromatic Colors of #ADC160
Black with #ADC160
Text Example
Text Example
White with #ADC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC160; }
p { color: rgb(173,193,96); }
H1.HeaderClassName
{
color: #ADC160;
}
.AnyTagClassName
{
color: #ADC160;
}
</style>
background-color css
<style>
a { background-color: #ADC160; }
a { background-color: rgb(173,193,96); }
div.DivClassName
{
background-color: #ADC160;
}
.BgClassName
{
background-color: #ADC160;
}
</style>
border-color css
<style>
span { border-color: #ADC160; }
span { border-color: rgb(173,193,96); }
td.TdClassName
{
border-color: #ADC160;
}
.TagClassName
{
border-color: #ADC160;
}
</style>