Shades of Wild Willow #ADC960
Tints of Wild Willow #ADC960
RGB
CMYK
RGB Variations
Color information
#ADC960 (or 0xADC960) is known color: Wild Willow. HEX triplet: AD, C9 and 60. RGB value is (173,201,96). Sum of RGB (Red+Green+Blue) = 173+201+96=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC960 is #52369F. Grayscale: #B5B5B5. Windows color (decimal): -5387936 or 6343085. OLE color: 6343085.
HSL color Cylindrical-coordinate representation of color #ADC960: hue angle of 76º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC960 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 96 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.21 |
| HSL | 76º | 0.49% | 0.58% | - |
| HSV(B) | 76º | 0.52% | 0.79% | - |
| XYZ | 40.23 | 51.5 | 18.89 | - |
| YUV | 180.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 96 | 0.14 | 0 | 0.52 | 0.21 | 76 | 0.49 | 0.58 |
| Hex | AD | C9 | 60 | E | 0 | 34 | 15 | 4C | 31 | 3A |
| Octal | 255 | 311 | 140 | 16 | 0 | 64 | 25 | 114 | 61 | 72 |
| Binary | 10101101 | 11001001 | 1100000 | 1110 | 0 | 110100 | 10101 | 1001100 | 110001 | 111010 |
Color Harmonies of #ADC960
Complementary color
Monochromatic Colors of #ADC960
Black with #ADC960
Text Example
Text Example
White with #ADC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC960; }
p { color: rgb(173,201,96); }
H1.HeaderClassName
{
color: #ADC960;
}
.AnyTagClassName
{
color: #ADC960;
}
</style>
background-color css
<style>
a { background-color: #ADC960; }
a { background-color: rgb(173,201,96); }
div.DivClassName
{
background-color: #ADC960;
}
.BgClassName
{
background-color: #ADC960;
}
</style>
border-color css
<style>
span { border-color: #ADC960; }
span { border-color: rgb(173,201,96); }
td.TdClassName
{
border-color: #ADC960;
}
.TagClassName
{
border-color: #ADC960;
}
</style>