Shades of Wild Willow #ADC562
Tints of Wild Willow #ADC562
RGB
CMYK
RGB Variations
Color information
#ADC562 (or 0xADC562) is known color: Wild Willow. HEX triplet: AD, C5 and 62. RGB value is (173,197,98). Sum of RGB (Red+Green+Blue) = 173+197+98=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC562 is #523A9D. Grayscale: #B2B2B2. Windows color (decimal): -5388958 or 6473133. OLE color: 6473133.
HSL color Cylindrical-coordinate representation of color #ADC562: hue angle of 74.55º 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 #ADC562 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 98 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.23 |
| HSL | 74.55º | 0.46% | 0.58% | - |
| HSV(B) | 74.55º | 0.5% | 0.77% | - |
| XYZ | 39.4 | 49.7 | 19.07 | - |
| YUV | 178.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 98 | 0.12 | 0 | 0.50 | 0.23 | 74.55 | 0.46 | 0.58 |
| Hex | AD | C5 | 62 | C | 0 | 32 | 17 | 4B | 2E | 3A |
| Octal | 255 | 305 | 142 | 14 | 0 | 62 | 27 | 113 | 56 | 72 |
| Binary | 10101101 | 11000101 | 1100010 | 1100 | 0 | 110010 | 10111 | 1001011 | 101110 | 111010 |
Color Harmonies of #ADC562
Complementary color
Monochromatic Colors of #ADC562
Black with #ADC562
Text Example
Text Example
White with #ADC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC562; }
p { color: rgb(173,197,98); }
H1.HeaderClassName
{
color: #ADC562;
}
.AnyTagClassName
{
color: #ADC562;
}
</style>
background-color css
<style>
a { background-color: #ADC562; }
a { background-color: rgb(173,197,98); }
div.DivClassName
{
background-color: #ADC562;
}
.BgClassName
{
background-color: #ADC562;
}
</style>
border-color css
<style>
span { border-color: #ADC562; }
span { border-color: rgb(173,197,98); }
td.TdClassName
{
border-color: #ADC562;
}
.TagClassName
{
border-color: #ADC562;
}
</style>