Shades of Wild Willow #ADC55C
Tints of Wild Willow #ADC55C
RGB
CMYK
RGB Variations
Color information
#ADC55C (or 0xADC55C) is known color: Wild Willow. HEX triplet: AD, C5 and 5C. RGB value is (173,197,92). Sum of RGB (Red+Green+Blue) = 173+197+92=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC55C is #523AA3. Grayscale: #B2B2B2. Windows color (decimal): -5388964 or 6079917. OLE color: 6079917.
HSL color Cylindrical-coordinate representation of color #ADC55C: hue angle of 73.71º degrees, saturation: 0.48, 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 #ADC55C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 92 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.23 |
| HSL | 73.71º | 0.48% | 0.57% | - |
| HSV(B) | 73.71º | 0.53% | 0.77% | - |
| XYZ | 39.13 | 49.59 | 17.63 | - |
| YUV | 177.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 92 | 0.12 | 0 | 0.53 | 0.23 | 73.71 | 0.48 | 0.57 |
| Hex | AD | C5 | 5C | C | 0 | 35 | 17 | 4A | 30 | 39 |
| Octal | 255 | 305 | 134 | 14 | 0 | 65 | 27 | 112 | 60 | 71 |
| Binary | 10101101 | 11000101 | 1011100 | 1100 | 0 | 110101 | 10111 | 1001010 | 110000 | 111001 |
Color Harmonies of #ADC55C
Complementary color
Monochromatic Colors of #ADC55C
Black with #ADC55C
Text Example
Text Example
White with #ADC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC55C; }
p { color: rgb(173,197,92); }
H1.HeaderClassName
{
color: #ADC55C;
}
.AnyTagClassName
{
color: #ADC55C;
}
</style>
background-color css
<style>
a { background-color: #ADC55C; }
a { background-color: rgb(173,197,92); }
div.DivClassName
{
background-color: #ADC55C;
}
.BgClassName
{
background-color: #ADC55C;
}
</style>
border-color css
<style>
span { border-color: #ADC55C; }
span { border-color: rgb(173,197,92); }
td.TdClassName
{
border-color: #ADC55C;
}
.TagClassName
{
border-color: #ADC55C;
}
</style>