Shades of Wild Willow #ADC55D
Tints of Wild Willow #ADC55D
RGB
CMYK
RGB Variations
Color information
#ADC55D (or 0xADC55D) is known color: Wild Willow. HEX triplet: AD, C5 and 5D. RGB value is (173,197,93). Sum of RGB (Red+Green+Blue) = 173+197+93=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC55D is #523AA2. Grayscale: #B2B2B2. Windows color (decimal): -5388963 or 6145453. OLE color: 6145453.
HSL color Cylindrical-coordinate representation of color #ADC55D: hue angle of 73.85º 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 #ADC55D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 93 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.23 |
| HSL | 73.85º | 0.47% | 0.57% | - |
| HSV(B) | 73.85º | 0.53% | 0.77% | - |
| XYZ | 39.18 | 49.61 | 17.87 | - |
| YUV | 177.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 93 | 0.12 | 0 | 0.53 | 0.23 | 73.85 | 0.47 | 0.57 |
| Hex | AD | C5 | 5D | C | 0 | 35 | 17 | 4A | 2F | 39 |
| Octal | 255 | 305 | 135 | 14 | 0 | 65 | 27 | 112 | 57 | 71 |
| Binary | 10101101 | 11000101 | 1011101 | 1100 | 0 | 110101 | 10111 | 1001010 | 101111 | 111001 |
Color Harmonies of #ADC55D
Complementary color
Monochromatic Colors of #ADC55D
Black with #ADC55D
Text Example
Text Example
White with #ADC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC55D; }
p { color: rgb(173,197,93); }
H1.HeaderClassName
{
color: #ADC55D;
}
.AnyTagClassName
{
color: #ADC55D;
}
</style>
background-color css
<style>
a { background-color: #ADC55D; }
a { background-color: rgb(173,197,93); }
div.DivClassName
{
background-color: #ADC55D;
}
.BgClassName
{
background-color: #ADC55D;
}
</style>
border-color css
<style>
span { border-color: #ADC55D; }
span { border-color: rgb(173,197,93); }
td.TdClassName
{
border-color: #ADC55D;
}
.TagClassName
{
border-color: #ADC55D;
}
</style>