Shades of Wild Willow #ADC65C
Tints of Wild Willow #ADC65C
RGB
CMYK
RGB Variations
Color information
#ADC65C (or 0xADC65C) is known color: Wild Willow. HEX triplet: AD, C6 and 5C. RGB value is (173,198,92). Sum of RGB (Red+Green+Blue) = 173+198+92=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC65C is #5239A3. Grayscale: #B2B2B2. Windows color (decimal): -5388708 or 6080173. OLE color: 6080173.
HSL color Cylindrical-coordinate representation of color #ADC65C: hue angle of 74.15º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC65C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 92 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.22 |
| HSL | 74.15º | 0.48% | 0.57% | - |
| HSV(B) | 74.15º | 0.54% | 0.78% | - |
| XYZ | 39.36 | 50.05 | 17.71 | - |
| YUV | 178.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 92 | 0.13 | 0 | 0.54 | 0.22 | 74.15 | 0.48 | 0.57 |
| Hex | AD | C6 | 5C | D | 0 | 36 | 16 | 4A | 30 | 39 |
| Octal | 255 | 306 | 134 | 15 | 0 | 66 | 26 | 112 | 60 | 71 |
| Binary | 10101101 | 11000110 | 1011100 | 1101 | 0 | 110110 | 10110 | 1001010 | 110000 | 111001 |
Color Harmonies of #ADC65C
Complementary color
Monochromatic Colors of #ADC65C
Black with #ADC65C
Text Example
Text Example
White with #ADC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC65C; }
p { color: rgb(173,198,92); }
H1.HeaderClassName
{
color: #ADC65C;
}
.AnyTagClassName
{
color: #ADC65C;
}
</style>
background-color css
<style>
a { background-color: #ADC65C; }
a { background-color: rgb(173,198,92); }
div.DivClassName
{
background-color: #ADC65C;
}
.BgClassName
{
background-color: #ADC65C;
}
</style>
border-color css
<style>
span { border-color: #ADC65C; }
span { border-color: rgb(173,198,92); }
td.TdClassName
{
border-color: #ADC65C;
}
.TagClassName
{
border-color: #ADC65C;
}
</style>