Shades of Wild Willow #ADC864
Tints of Wild Willow #ADC864
RGB
CMYK
RGB Variations
Color information
#ADC864 (or 0xADC864) is known color: Wild Willow. HEX triplet: AD, C8 and 64. RGB value is (173,200,100). Sum of RGB (Red+Green+Blue) = 173+200+100=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC864 is #52379B. Grayscale: #B4B4B4. Windows color (decimal): -5388188 or 6604973. OLE color: 6604973.
HSL color Cylindrical-coordinate representation of color #ADC864: hue angle of 76.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC864 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 100 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.22 |
| HSL | 76.2º | 0.48% | 0.59% | - |
| HSV(B) | 76.2º | 0.5% | 0.78% | - |
| XYZ | 40.19 | 51.11 | 19.8 | - |
| YUV | 180.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 100 | 0.14 | 0 | 0.5 | 0.22 | 76.2 | 0.48 | 0.59 |
| Hex | AD | C8 | 64 | E | 0 | 32 | 16 | 4C | 30 | 3B |
| Octal | 255 | 310 | 144 | 16 | 0 | 62 | 26 | 114 | 60 | 73 |
| Binary | 10101101 | 11001000 | 1100100 | 1110 | 0 | 110010 | 10110 | 1001100 | 110000 | 111011 |
Color Harmonies of #ADC864
Complementary color
Monochromatic Colors of #ADC864
Black with #ADC864
Text Example
Text Example
White with #ADC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC864; }
p { color: rgb(173,200,100); }
H1.HeaderClassName
{
color: #ADC864;
}
.AnyTagClassName
{
color: #ADC864;
}
</style>
background-color css
<style>
a { background-color: #ADC864; }
a { background-color: rgb(173,200,100); }
div.DivClassName
{
background-color: #ADC864;
}
.BgClassName
{
background-color: #ADC864;
}
</style>
border-color css
<style>
span { border-color: #ADC864; }
span { border-color: rgb(173,200,100); }
td.TdClassName
{
border-color: #ADC864;
}
.TagClassName
{
border-color: #ADC864;
}
</style>