Shades of Wild Willow #ADC86A
Tints of Wild Willow #ADC86A
RGB
CMYK
RGB Variations
Color information
#ADC86A (or 0xADC86A) is known color: Wild Willow. HEX triplet: AD, C8 and 6A. RGB value is (173,200,106). Sum of RGB (Red+Green+Blue) = 173+200+106=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC86A is #523795. Grayscale: #B5B5B5. Windows color (decimal): -5388182 or 6998189. OLE color: 6998189.
HSL color Cylindrical-coordinate representation of color #ADC86A: hue angle of 77.23º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADC86A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 106 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.22 |
| HSL | 77.23º | 0.46% | 0.6% | - |
| HSV(B) | 77.23º | 0.47% | 0.78% | - |
| XYZ | 40.49 | 51.23 | 21.39 | - |
| YUV | 181.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 106 | 0.14 | 0 | 0.47 | 0.22 | 77.23 | 0.46 | 0.6 |
| Hex | AD | C8 | 6A | E | 0 | 2F | 16 | 4D | 2E | 3C |
| Octal | 255 | 310 | 152 | 16 | 0 | 57 | 26 | 115 | 56 | 74 |
| Binary | 10101101 | 11001000 | 1101010 | 1110 | 0 | 101111 | 10110 | 1001101 | 101110 | 111100 |
Color Harmonies of #ADC86A
Complementary color
Monochromatic Colors of #ADC86A
Black with #ADC86A
Text Example
Text Example
White with #ADC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC86A; }
p { color: rgb(173,200,106); }
H1.HeaderClassName
{
color: #ADC86A;
}
.AnyTagClassName
{
color: #ADC86A;
}
</style>
background-color css
<style>
a { background-color: #ADC86A; }
a { background-color: rgb(173,200,106); }
div.DivClassName
{
background-color: #ADC86A;
}
.BgClassName
{
background-color: #ADC86A;
}
</style>
border-color css
<style>
span { border-color: #ADC86A; }
span { border-color: rgb(173,200,106); }
td.TdClassName
{
border-color: #ADC86A;
}
.TagClassName
{
border-color: #ADC86A;
}
</style>