Shades of Wild Willow #ADC563
Tints of Wild Willow #ADC563
RGB
CMYK
RGB Variations
Color information
#ADC563 (or 0xADC563) is known color: Wild Willow. HEX triplet: AD, C5 and 63. RGB value is (173,197,99). Sum of RGB (Red+Green+Blue) = 173+197+99=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC563 is #523A9C. Grayscale: #B3B3B3. Windows color (decimal): -5388957 or 6538669. OLE color: 6538669.
HSL color Cylindrical-coordinate representation of color #ADC563: hue angle of 74.69º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC563 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 99 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.23 |
| HSL | 74.69º | 0.46% | 0.58% | - |
| HSV(B) | 74.69º | 0.5% | 0.77% | - |
| XYZ | 39.45 | 49.72 | 19.32 | - |
| YUV | 178.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 99 | 0.12 | 0 | 0.50 | 0.23 | 74.69 | 0.46 | 0.58 |
| Hex | AD | C5 | 63 | C | 0 | 32 | 17 | 4B | 2E | 3A |
| Octal | 255 | 305 | 143 | 14 | 0 | 62 | 27 | 113 | 56 | 72 |
| Binary | 10101101 | 11000101 | 1100011 | 1100 | 0 | 110010 | 10111 | 1001011 | 101110 | 111010 |
Color Harmonies of #ADC563
Complementary color
Monochromatic Colors of #ADC563
Black with #ADC563
Text Example
Text Example
White with #ADC563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC563; }
p { color: rgb(173,197,99); }
H1.HeaderClassName
{
color: #ADC563;
}
.AnyTagClassName
{
color: #ADC563;
}
</style>
background-color css
<style>
a { background-color: #ADC563; }
a { background-color: rgb(173,197,99); }
div.DivClassName
{
background-color: #ADC563;
}
.BgClassName
{
background-color: #ADC563;
}
</style>
border-color css
<style>
span { border-color: #ADC563; }
span { border-color: rgb(173,197,99); }
td.TdClassName
{
border-color: #ADC563;
}
.TagClassName
{
border-color: #ADC563;
}
</style>