Shades of Wild Willow #ADC760
Tints of Wild Willow #ADC760
RGB
CMYK
RGB Variations
Color information
#ADC760 (or 0xADC760) is known color: Wild Willow. HEX triplet: AD, C7 and 60. RGB value is (173,199,96). Sum of RGB (Red+Green+Blue) = 173+199+96=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC760 is #52389F. Grayscale: #B3B3B3. Windows color (decimal): -5388448 or 6342573. OLE color: 6342573.
HSL color Cylindrical-coordinate representation of color #ADC760: hue angle of 75.15º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC760 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 96 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.22 |
| HSL | 75.15º | 0.48% | 0.58% | - |
| HSV(B) | 75.15º | 0.52% | 0.78% | - |
| XYZ | 39.77 | 50.58 | 18.73 | - |
| YUV | 179.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 96 | 0.13 | 0 | 0.52 | 0.22 | 75.15 | 0.48 | 0.58 |
| Hex | AD | C7 | 60 | D | 0 | 34 | 16 | 4B | 30 | 3A |
| Octal | 255 | 307 | 140 | 15 | 0 | 64 | 26 | 113 | 60 | 72 |
| Binary | 10101101 | 11000111 | 1100000 | 1101 | 0 | 110100 | 10110 | 1001011 | 110000 | 111010 |
Color Harmonies of #ADC760
Complementary color
Monochromatic Colors of #ADC760
Black with #ADC760
Text Example
Text Example
White with #ADC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC760; }
p { color: rgb(173,199,96); }
H1.HeaderClassName
{
color: #ADC760;
}
.AnyTagClassName
{
color: #ADC760;
}
</style>
background-color css
<style>
a { background-color: #ADC760; }
a { background-color: rgb(173,199,96); }
div.DivClassName
{
background-color: #ADC760;
}
.BgClassName
{
background-color: #ADC760;
}
</style>
border-color css
<style>
span { border-color: #ADC760; }
span { border-color: rgb(173,199,96); }
td.TdClassName
{
border-color: #ADC760;
}
.TagClassName
{
border-color: #ADC760;
}
</style>