Shades of Wild Willow #ADC85C
Tints of Wild Willow #ADC85C
RGB
CMYK
RGB Variations
Color information
#ADC85C (or 0xADC85C) is known color: Wild Willow. HEX triplet: AD, C8 and 5C. RGB value is (173,200,92). Sum of RGB (Red+Green+Blue) = 173+200+92=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC85C is #5237A3. Grayscale: #B4B4B4. Windows color (decimal): -5388196 or 6080685. OLE color: 6080685.
HSL color Cylindrical-coordinate representation of color #ADC85C: hue angle of 75º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC85C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 92 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.22 |
| HSL | 75º | 0.5% | 0.57% | - |
| HSV(B) | 75º | 0.54% | 0.78% | - |
| XYZ | 39.82 | 50.97 | 17.86 | - |
| YUV | 179.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 92 | 0.14 | 0 | 0.54 | 0.22 | 75 | 0.5 | 0.57 |
| Hex | AD | C8 | 5C | E | 0 | 36 | 16 | 4B | 32 | 39 |
| Octal | 255 | 310 | 134 | 16 | 0 | 66 | 26 | 113 | 62 | 71 |
| Binary | 10101101 | 11001000 | 1011100 | 1110 | 0 | 110110 | 10110 | 1001011 | 110010 | 111001 |
Color Harmonies of #ADC85C
Complementary color
Monochromatic Colors of #ADC85C
Black with #ADC85C
Text Example
Text Example
White with #ADC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC85C; }
p { color: rgb(173,200,92); }
H1.HeaderClassName
{
color: #ADC85C;
}
.AnyTagClassName
{
color: #ADC85C;
}
</style>
background-color css
<style>
a { background-color: #ADC85C; }
a { background-color: rgb(173,200,92); }
div.DivClassName
{
background-color: #ADC85C;
}
.BgClassName
{
background-color: #ADC85C;
}
</style>
border-color css
<style>
span { border-color: #ADC85C; }
span { border-color: rgb(173,200,92); }
td.TdClassName
{
border-color: #ADC85C;
}
.TagClassName
{
border-color: #ADC85C;
}
</style>