Shades of Wild Willow #ADC661
Tints of Wild Willow #ADC661
RGB
CMYK
RGB Variations
Color information
#ADC661 (or 0xADC661) is known color: Wild Willow. HEX triplet: AD, C6 and 61. RGB value is (173,198,97). Sum of RGB (Red+Green+Blue) = 173+198+97=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC661 is #52399E. Grayscale: #B3B3B3. Windows color (decimal): -5388703 or 6407853. OLE color: 6407853.
HSL color Cylindrical-coordinate representation of color #ADC661: hue angle of 74.85º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC661 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 97 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.22 |
| HSL | 74.85º | 0.47% | 0.58% | - |
| HSV(B) | 74.85º | 0.51% | 0.78% | - |
| XYZ | 39.59 | 50.14 | 18.9 | - |
| YUV | 179.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 97 | 0.13 | 0 | 0.51 | 0.22 | 74.85 | 0.47 | 0.58 |
| Hex | AD | C6 | 61 | D | 0 | 33 | 16 | 4B | 2F | 3A |
| Octal | 255 | 306 | 141 | 15 | 0 | 63 | 26 | 113 | 57 | 72 |
| Binary | 10101101 | 11000110 | 1100001 | 1101 | 0 | 110011 | 10110 | 1001011 | 101111 | 111010 |
Color Harmonies of #ADC661
Complementary color
Monochromatic Colors of #ADC661
Black with #ADC661
Text Example
Text Example
White with #ADC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC661; }
p { color: rgb(173,198,97); }
H1.HeaderClassName
{
color: #ADC661;
}
.AnyTagClassName
{
color: #ADC661;
}
</style>
background-color css
<style>
a { background-color: #ADC661; }
a { background-color: rgb(173,198,97); }
div.DivClassName
{
background-color: #ADC661;
}
.BgClassName
{
background-color: #ADC661;
}
</style>
border-color css
<style>
span { border-color: #ADC661; }
span { border-color: rgb(173,198,97); }
td.TdClassName
{
border-color: #ADC661;
}
.TagClassName
{
border-color: #ADC661;
}
</style>