Shades of Wild Willow #ADC460
Tints of Wild Willow #ADC460
RGB
CMYK
RGB Variations
Color information
#ADC460 (or 0xADC460) is known color: Wild Willow. HEX triplet: AD, C4 and 60. RGB value is (173,196,96). Sum of RGB (Red+Green+Blue) = 173+196+96=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC460 is #523B9F. Grayscale: #B2B2B2. Windows color (decimal): -5389216 or 6341805. OLE color: 6341805.
HSL color Cylindrical-coordinate representation of color #ADC460: hue angle of 73.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC460 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 96 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.23 |
| HSL | 73.8º | 0.46% | 0.57% | - |
| HSV(B) | 73.8º | 0.51% | 0.77% | - |
| XYZ | 39.08 | 49.21 | 18.5 | - |
| YUV | 177.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 96 | 0.12 | 0 | 0.51 | 0.23 | 73.8 | 0.46 | 0.57 |
| Hex | AD | C4 | 60 | C | 0 | 33 | 17 | 4A | 2E | 39 |
| Octal | 255 | 304 | 140 | 14 | 0 | 63 | 27 | 112 | 56 | 71 |
| Binary | 10101101 | 11000100 | 1100000 | 1100 | 0 | 110011 | 10111 | 1001010 | 101110 | 111001 |
Color Harmonies of #ADC460
Complementary color
Monochromatic Colors of #ADC460
Black with #ADC460
Text Example
Text Example
White with #ADC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC460; }
p { color: rgb(173,196,96); }
H1.HeaderClassName
{
color: #ADC460;
}
.AnyTagClassName
{
color: #ADC460;
}
</style>
background-color css
<style>
a { background-color: #ADC460; }
a { background-color: rgb(173,196,96); }
div.DivClassName
{
background-color: #ADC460;
}
.BgClassName
{
background-color: #ADC460;
}
</style>
border-color css
<style>
span { border-color: #ADC460; }
span { border-color: rgb(173,196,96); }
td.TdClassName
{
border-color: #ADC460;
}
.TagClassName
{
border-color: #ADC460;
}
</style>