Shades of Wild Willow #ADC85E
Tints of Wild Willow #ADC85E
RGB
CMYK
RGB Variations
Color information
#ADC85E (or 0xADC85E) is known color: Wild Willow. HEX triplet: AD, C8 and 5E. RGB value is (173,200,94). Sum of RGB (Red+Green+Blue) = 173+200+94=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC85E is #5237A1. Grayscale: #B4B4B4. Windows color (decimal): -5388194 or 6211757. OLE color: 6211757.
HSL color Cylindrical-coordinate representation of color #ADC85E: hue angle of 75.28º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC85E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 94 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.22 |
| HSL | 75.28º | 0.49% | 0.58% | - |
| HSV(B) | 75.28º | 0.53% | 0.78% | - |
| XYZ | 39.91 | 51 | 18.33 | - |
| YUV | 179.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 94 | 0.14 | 0 | 0.53 | 0.22 | 75.28 | 0.49 | 0.58 |
| Hex | AD | C8 | 5E | E | 0 | 35 | 16 | 4B | 31 | 3A |
| Octal | 255 | 310 | 136 | 16 | 0 | 65 | 26 | 113 | 61 | 72 |
| Binary | 10101101 | 11001000 | 1011110 | 1110 | 0 | 110101 | 10110 | 1001011 | 110001 | 111010 |
Color Harmonies of #ADC85E
Complementary color
Monochromatic Colors of #ADC85E
Black with #ADC85E
Text Example
Text Example
White with #ADC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC85E; }
p { color: rgb(173,200,94); }
H1.HeaderClassName
{
color: #ADC85E;
}
.AnyTagClassName
{
color: #ADC85E;
}
</style>
background-color css
<style>
a { background-color: #ADC85E; }
a { background-color: rgb(173,200,94); }
div.DivClassName
{
background-color: #ADC85E;
}
.BgClassName
{
background-color: #ADC85E;
}
</style>
border-color css
<style>
span { border-color: #ADC85E; }
span { border-color: rgb(173,200,94); }
td.TdClassName
{
border-color: #ADC85E;
}
.TagClassName
{
border-color: #ADC85E;
}
</style>