Shades of Wild Willow #ADC45D
Tints of Wild Willow #ADC45D
RGB
CMYK
RGB Variations
Color information
#ADC45D (or 0xADC45D) is known color: Wild Willow. HEX triplet: AD, C4 and 5D. RGB value is (173,196,93). Sum of RGB (Red+Green+Blue) = 173+196+93=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC45D is #523BA2. Grayscale: #B1B1B1. Windows color (decimal): -5389219 or 6145197. OLE color: 6145197.
HSL color Cylindrical-coordinate representation of color #ADC45D: hue angle of 73.4º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC45D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 93 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.23 |
| HSL | 73.4º | 0.47% | 0.57% | - |
| HSV(B) | 73.4º | 0.53% | 0.77% | - |
| XYZ | 38.95 | 49.15 | 17.79 | - |
| YUV | 177.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 93 | 0.12 | 0 | 0.53 | 0.23 | 73.4 | 0.47 | 0.57 |
| Hex | AD | C4 | 5D | C | 0 | 35 | 17 | 49 | 2F | 39 |
| Octal | 255 | 304 | 135 | 14 | 0 | 65 | 27 | 111 | 57 | 71 |
| Binary | 10101101 | 11000100 | 1011101 | 1100 | 0 | 110101 | 10111 | 1001001 | 101111 | 111001 |
Color Harmonies of #ADC45D
Complementary color
Monochromatic Colors of #ADC45D
Black with #ADC45D
Text Example
Text Example
White with #ADC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC45D; }
p { color: rgb(173,196,93); }
H1.HeaderClassName
{
color: #ADC45D;
}
.AnyTagClassName
{
color: #ADC45D;
}
</style>
background-color css
<style>
a { background-color: #ADC45D; }
a { background-color: rgb(173,196,93); }
div.DivClassName
{
background-color: #ADC45D;
}
.BgClassName
{
background-color: #ADC45D;
}
</style>
border-color css
<style>
span { border-color: #ADC45D; }
span { border-color: rgb(173,196,93); }
td.TdClassName
{
border-color: #ADC45D;
}
.TagClassName
{
border-color: #ADC45D;
}
</style>