Shades of Wild Willow #ADC464
Tints of Wild Willow #ADC464
RGB
CMYK
RGB Variations
Color information
#ADC464 (or 0xADC464) is known color: Wild Willow. HEX triplet: AD, C4 and 64. RGB value is (173,196,100). Sum of RGB (Red+Green+Blue) = 173+196+100=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC464 is #523B9B. Grayscale: #B2B2B2. Windows color (decimal): -5389212 or 6603949. OLE color: 6603949.
HSL color Cylindrical-coordinate representation of color #ADC464: hue angle of 74.37º degrees, saturation: 0.45, 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 #ADC464 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 100 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.23 |
| HSL | 74.37º | 0.45% | 0.58% | - |
| HSV(B) | 74.37º | 0.49% | 0.77% | - |
| XYZ | 39.27 | 49.28 | 19.5 | - |
| YUV | 178.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 100 | 0.12 | 0 | 0.49 | 0.23 | 74.37 | 0.45 | 0.58 |
| Hex | AD | C4 | 64 | C | 0 | 31 | 17 | 4A | 2D | 3A |
| Octal | 255 | 304 | 144 | 14 | 0 | 61 | 27 | 112 | 55 | 72 |
| Binary | 10101101 | 11000100 | 1100100 | 1100 | 0 | 110001 | 10111 | 1001010 | 101101 | 111010 |
Color Harmonies of #ADC464
Complementary color
Monochromatic Colors of #ADC464
Black with #ADC464
Text Example
Text Example
White with #ADC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC464; }
p { color: rgb(173,196,100); }
H1.HeaderClassName
{
color: #ADC464;
}
.AnyTagClassName
{
color: #ADC464;
}
</style>
background-color css
<style>
a { background-color: #ADC464; }
a { background-color: rgb(173,196,100); }
div.DivClassName
{
background-color: #ADC464;
}
.BgClassName
{
background-color: #ADC464;
}
</style>
border-color css
<style>
span { border-color: #ADC464; }
span { border-color: rgb(173,196,100); }
td.TdClassName
{
border-color: #ADC464;
}
.TagClassName
{
border-color: #ADC464;
}
</style>