Shades of Wild Willow #ADC45E
Tints of Wild Willow #ADC45E
RGB
CMYK
RGB Variations
Color information
#ADC45E (or 0xADC45E) is known color: Wild Willow. HEX triplet: AD, C4 and 5E. RGB value is (173,196,94). Sum of RGB (Red+Green+Blue) = 173+196+94=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC45E is #523BA1. Grayscale: #B1B1B1. Windows color (decimal): -5389218 or 6210733. OLE color: 6210733.
HSL color Cylindrical-coordinate representation of color #ADC45E: hue angle of 73.53º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC45E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 94 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.23 |
| HSL | 73.53º | 0.46% | 0.57% | - |
| HSV(B) | 73.53º | 0.52% | 0.77% | - |
| XYZ | 38.99 | 49.17 | 18.03 | - |
| YUV | 177.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 94 | 0.12 | 0 | 0.52 | 0.23 | 73.53 | 0.46 | 0.57 |
| Hex | AD | C4 | 5E | C | 0 | 34 | 17 | 4A | 2E | 39 |
| Octal | 255 | 304 | 136 | 14 | 0 | 64 | 27 | 112 | 56 | 71 |
| Binary | 10101101 | 11000100 | 1011110 | 1100 | 0 | 110100 | 10111 | 1001010 | 101110 | 111001 |
Color Harmonies of #ADC45E
Complementary color
Monochromatic Colors of #ADC45E
Black with #ADC45E
Text Example
Text Example
White with #ADC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC45E; }
p { color: rgb(173,196,94); }
H1.HeaderClassName
{
color: #ADC45E;
}
.AnyTagClassName
{
color: #ADC45E;
}
</style>
background-color css
<style>
a { background-color: #ADC45E; }
a { background-color: rgb(173,196,94); }
div.DivClassName
{
background-color: #ADC45E;
}
.BgClassName
{
background-color: #ADC45E;
}
</style>
border-color css
<style>
span { border-color: #ADC45E; }
span { border-color: rgb(173,196,94); }
td.TdClassName
{
border-color: #ADC45E;
}
.TagClassName
{
border-color: #ADC45E;
}
</style>