Shades of Wild Willow #ADC45F
Tints of Wild Willow #ADC45F
RGB
CMYK
RGB Variations
Color information
#ADC45F (or 0xADC45F) is known color: Wild Willow. HEX triplet: AD, C4 and 5F. RGB value is (173,196,95). Sum of RGB (Red+Green+Blue) = 173+196+95=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC45F is #523BA0. Grayscale: #B1B1B1. Windows color (decimal): -5389217 or 6276269. OLE color: 6276269.
HSL color Cylindrical-coordinate representation of color #ADC45F: hue angle of 73.66º 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 #ADC45F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 95 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.23 |
| HSL | 73.66º | 0.46% | 0.57% | - |
| HSV(B) | 73.66º | 0.52% | 0.77% | - |
| XYZ | 39.04 | 49.19 | 18.26 | - |
| YUV | 177.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 95 | 0.12 | 0 | 0.52 | 0.23 | 73.66 | 0.46 | 0.57 |
| Hex | AD | C4 | 5F | C | 0 | 34 | 17 | 4A | 2E | 39 |
| Octal | 255 | 304 | 137 | 14 | 0 | 64 | 27 | 112 | 56 | 71 |
| Binary | 10101101 | 11000100 | 1011111 | 1100 | 0 | 110100 | 10111 | 1001010 | 101110 | 111001 |
Color Harmonies of #ADC45F
Complementary color
Monochromatic Colors of #ADC45F
Black with #ADC45F
Text Example
Text Example
White with #ADC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC45F; }
p { color: rgb(173,196,95); }
H1.HeaderClassName
{
color: #ADC45F;
}
.AnyTagClassName
{
color: #ADC45F;
}
</style>
background-color css
<style>
a { background-color: #ADC45F; }
a { background-color: rgb(173,196,95); }
div.DivClassName
{
background-color: #ADC45F;
}
.BgClassName
{
background-color: #ADC45F;
}
</style>
border-color css
<style>
span { border-color: #ADC45F; }
span { border-color: rgb(173,196,95); }
td.TdClassName
{
border-color: #ADC45F;
}
.TagClassName
{
border-color: #ADC45F;
}
</style>