Shades of Wild Willow #ADC55E
Tints of Wild Willow #ADC55E
RGB
CMYK
RGB Variations
Color information
#ADC55E (or 0xADC55E) is known color: Wild Willow. HEX triplet: AD, C5 and 5E. RGB value is (173,197,94). Sum of RGB (Red+Green+Blue) = 173+197+94=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC55E is #523AA1. Grayscale: #B2B2B2. Windows color (decimal): -5388962 or 6210989. OLE color: 6210989.
HSL color Cylindrical-coordinate representation of color #ADC55E: hue angle of 73.98º degrees, saturation: 0.47, 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 #ADC55E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 94 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.23 |
| HSL | 73.98º | 0.47% | 0.57% | - |
| HSV(B) | 73.98º | 0.52% | 0.77% | - |
| XYZ | 39.22 | 49.62 | 18.1 | - |
| YUV | 178.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 94 | 0.12 | 0 | 0.52 | 0.23 | 73.98 | 0.47 | 0.57 |
| Hex | AD | C5 | 5E | C | 0 | 34 | 17 | 4A | 2F | 39 |
| Octal | 255 | 305 | 136 | 14 | 0 | 64 | 27 | 112 | 57 | 71 |
| Binary | 10101101 | 11000101 | 1011110 | 1100 | 0 | 110100 | 10111 | 1001010 | 101111 | 111001 |
Color Harmonies of #ADC55E
Complementary color
Monochromatic Colors of #ADC55E
Black with #ADC55E
Text Example
Text Example
White with #ADC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC55E; }
p { color: rgb(173,197,94); }
H1.HeaderClassName
{
color: #ADC55E;
}
.AnyTagClassName
{
color: #ADC55E;
}
</style>
background-color css
<style>
a { background-color: #ADC55E; }
a { background-color: rgb(173,197,94); }
div.DivClassName
{
background-color: #ADC55E;
}
.BgClassName
{
background-color: #ADC55E;
}
</style>
border-color css
<style>
span { border-color: #ADC55E; }
span { border-color: rgb(173,197,94); }
td.TdClassName
{
border-color: #ADC55E;
}
.TagClassName
{
border-color: #ADC55E;
}
</style>