Shades of Wild Willow #ADC564
Tints of Wild Willow #ADC564
RGB
CMYK
RGB Variations
Color information
#ADC564 (or 0xADC564) is known color: Wild Willow. HEX triplet: AD, C5 and 64. RGB value is (173,197,100). Sum of RGB (Red+Green+Blue) = 173+197+100=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC564 is #523A9B. Grayscale: #B3B3B3. Windows color (decimal): -5388956 or 6604205. OLE color: 6604205.
HSL color Cylindrical-coordinate representation of color #ADC564: hue angle of 74.85º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC564 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 100 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.23 |
| HSL | 74.85º | 0.46% | 0.58% | - |
| HSV(B) | 74.85º | 0.49% | 0.77% | - |
| XYZ | 39.5 | 49.74 | 19.57 | - |
| YUV | 178.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 100 | 0.12 | 0 | 0.49 | 0.23 | 74.85 | 0.46 | 0.58 |
| Hex | AD | C5 | 64 | C | 0 | 31 | 17 | 4B | 2E | 3A |
| Octal | 255 | 305 | 144 | 14 | 0 | 61 | 27 | 113 | 56 | 72 |
| Binary | 10101101 | 11000101 | 1100100 | 1100 | 0 | 110001 | 10111 | 1001011 | 101110 | 111010 |
Color Harmonies of #ADC564
Complementary color
Monochromatic Colors of #ADC564
Black with #ADC564
Text Example
Text Example
White with #ADC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC564; }
p { color: rgb(173,197,100); }
H1.HeaderClassName
{
color: #ADC564;
}
.AnyTagClassName
{
color: #ADC564;
}
</style>
background-color css
<style>
a { background-color: #ADC564; }
a { background-color: rgb(173,197,100); }
div.DivClassName
{
background-color: #ADC564;
}
.BgClassName
{
background-color: #ADC564;
}
</style>
border-color css
<style>
span { border-color: #ADC564; }
span { border-color: rgb(173,197,100); }
td.TdClassName
{
border-color: #ADC564;
}
.TagClassName
{
border-color: #ADC564;
}
</style>