Shades of Wild Willow #ADC85D
Tints of Wild Willow #ADC85D
RGB
CMYK
RGB Variations
Color information
#ADC85D (or 0xADC85D) is known color: Wild Willow. HEX triplet: AD, C8 and 5D. RGB value is (173,200,93). Sum of RGB (Red+Green+Blue) = 173+200+93=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC85D is #5237A2. Grayscale: #B4B4B4. Windows color (decimal): -5388195 or 6146221. OLE color: 6146221.
HSL color Cylindrical-coordinate representation of color #ADC85D: hue angle of 75.14º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC85D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 93 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.22 |
| HSL | 75.14º | 0.49% | 0.57% | - |
| HSV(B) | 75.14º | 0.54% | 0.78% | - |
| XYZ | 39.86 | 50.98 | 18.1 | - |
| YUV | 179.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 93 | 0.14 | 0 | 0.54 | 0.22 | 75.14 | 0.49 | 0.57 |
| Hex | AD | C8 | 5D | E | 0 | 36 | 16 | 4B | 31 | 39 |
| Octal | 255 | 310 | 135 | 16 | 0 | 66 | 26 | 113 | 61 | 71 |
| Binary | 10101101 | 11001000 | 1011101 | 1110 | 0 | 110110 | 10110 | 1001011 | 110001 | 111001 |
Color Harmonies of #ADC85D
Complementary color
Monochromatic Colors of #ADC85D
Black with #ADC85D
Text Example
Text Example
White with #ADC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC85D; }
p { color: rgb(173,200,93); }
H1.HeaderClassName
{
color: #ADC85D;
}
.AnyTagClassName
{
color: #ADC85D;
}
</style>
background-color css
<style>
a { background-color: #ADC85D; }
a { background-color: rgb(173,200,93); }
div.DivClassName
{
background-color: #ADC85D;
}
.BgClassName
{
background-color: #ADC85D;
}
</style>
border-color css
<style>
span { border-color: #ADC85D; }
span { border-color: rgb(173,200,93); }
td.TdClassName
{
border-color: #ADC85D;
}
.TagClassName
{
border-color: #ADC85D;
}
</style>