Shades of Wild Willow #ADC964
Tints of Wild Willow #ADC964
RGB
CMYK
RGB Variations
Color information
#ADC964 (or 0xADC964) is known color: Wild Willow. HEX triplet: AD, C9 and 64. RGB value is (173,201,100). Sum of RGB (Red+Green+Blue) = 173+201+100=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC964 is #52369B. Grayscale: #B5B5B5. Windows color (decimal): -5387932 or 6605229. OLE color: 6605229.
HSL color Cylindrical-coordinate representation of color #ADC964: hue angle of 76.63º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC964 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 100 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.21 |
| HSL | 76.63º | 0.48% | 0.59% | - |
| HSV(B) | 76.63º | 0.5% | 0.79% | - |
| XYZ | 40.42 | 51.58 | 19.88 | - |
| YUV | 181.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 100 | 0.14 | 0 | 0.50 | 0.21 | 76.63 | 0.48 | 0.59 |
| Hex | AD | C9 | 64 | E | 0 | 32 | 15 | 4D | 30 | 3B |
| Octal | 255 | 311 | 144 | 16 | 0 | 62 | 25 | 115 | 60 | 73 |
| Binary | 10101101 | 11001001 | 1100100 | 1110 | 0 | 110010 | 10101 | 1001101 | 110000 | 111011 |
Color Harmonies of #ADC964
Complementary color
Monochromatic Colors of #ADC964
Black with #ADC964
Text Example
Text Example
White with #ADC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC964; }
p { color: rgb(173,201,100); }
H1.HeaderClassName
{
color: #ADC964;
}
.AnyTagClassName
{
color: #ADC964;
}
</style>
background-color css
<style>
a { background-color: #ADC964; }
a { background-color: rgb(173,201,100); }
div.DivClassName
{
background-color: #ADC964;
}
.BgClassName
{
background-color: #ADC964;
}
</style>
border-color css
<style>
span { border-color: #ADC964; }
span { border-color: rgb(173,201,100); }
td.TdClassName
{
border-color: #ADC964;
}
.TagClassName
{
border-color: #ADC964;
}
</style>