Shades of Wild Willow #ADC461
Tints of Wild Willow #ADC461
RGB
CMYK
RGB Variations
Color information
#ADC461 (or 0xADC461) is known color: Wild Willow. HEX triplet: AD, C4 and 61. RGB value is (173,196,97). Sum of RGB (Red+Green+Blue) = 173+196+97=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC461 is #523B9E. Grayscale: #B2B2B2. Windows color (decimal): -5389215 or 6407341. OLE color: 6407341.
HSL color Cylindrical-coordinate representation of color #ADC461: hue angle of 73.94º 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 #ADC461 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 97 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.23 |
| HSL | 73.94º | 0.46% | 0.57% | - |
| HSV(B) | 73.94º | 0.51% | 0.77% | - |
| XYZ | 39.13 | 49.23 | 18.75 | - |
| YUV | 177.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 97 | 0.12 | 0 | 0.51 | 0.23 | 73.94 | 0.46 | 0.57 |
| Hex | AD | C4 | 61 | C | 0 | 33 | 17 | 4A | 2E | 39 |
| Octal | 255 | 304 | 141 | 14 | 0 | 63 | 27 | 112 | 56 | 71 |
| Binary | 10101101 | 11000100 | 1100001 | 1100 | 0 | 110011 | 10111 | 1001010 | 101110 | 111001 |
Color Harmonies of #ADC461
Complementary color
Monochromatic Colors of #ADC461
Black with #ADC461
Text Example
Text Example
White with #ADC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC461; }
p { color: rgb(173,196,97); }
H1.HeaderClassName
{
color: #ADC461;
}
.AnyTagClassName
{
color: #ADC461;
}
</style>
background-color css
<style>
a { background-color: #ADC461; }
a { background-color: rgb(173,196,97); }
div.DivClassName
{
background-color: #ADC461;
}
.BgClassName
{
background-color: #ADC461;
}
</style>
border-color css
<style>
span { border-color: #ADC461; }
span { border-color: rgb(173,196,97); }
td.TdClassName
{
border-color: #ADC461;
}
.TagClassName
{
border-color: #ADC461;
}
</style>