Shades of Wild Willow #ADC064
Tints of Wild Willow #ADC064
RGB
CMYK
RGB Variations
Color information
#ADC064 (or 0xADC064) is known color: Wild Willow. HEX triplet: AD, C0 and 64. RGB value is (173,192,100). Sum of RGB (Red+Green+Blue) = 173+192+100=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC064 is #523F9B. Grayscale: #B0B0B0. Windows color (decimal): -5390236 or 6602925. OLE color: 6602925.
HSL color Cylindrical-coordinate representation of color #ADC064: hue angle of 72.39º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADC064 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 100 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.25 |
| HSL | 72.39º | 0.42% | 0.57% | - |
| HSV(B) | 72.39º | 0.48% | 0.75% | - |
| XYZ | 38.38 | 47.5 | 19.2 | - |
| YUV | 175.83 | 85.21 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 100 | 0.10 | 0 | 0.48 | 0.25 | 72.39 | 0.42 | 0.57 |
| Hex | AD | C0 | 64 | A | 0 | 30 | 19 | 48 | 2A | 39 |
| Octal | 255 | 300 | 144 | 12 | 0 | 60 | 31 | 110 | 52 | 71 |
| Binary | 10101101 | 11000000 | 1100100 | 1010 | 0 | 110000 | 11001 | 1001000 | 101010 | 111001 |
Color Harmonies of #ADC064
Complementary color
Monochromatic Colors of #ADC064
Black with #ADC064
Text Example
Text Example
White with #ADC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC064; }
p { color: rgb(173,192,100); }
H1.HeaderClassName
{
color: #ADC064;
}
.AnyTagClassName
{
color: #ADC064;
}
</style>
background-color css
<style>
a { background-color: #ADC064; }
a { background-color: rgb(173,192,100); }
div.DivClassName
{
background-color: #ADC064;
}
.BgClassName
{
background-color: #ADC064;
}
</style>
border-color css
<style>
span { border-color: #ADC064; }
span { border-color: rgb(173,192,100); }
td.TdClassName
{
border-color: #ADC064;
}
.TagClassName
{
border-color: #ADC064;
}
</style>