Shades of Wild Willow #ADC962
Tints of Wild Willow #ADC962
RGB
CMYK
RGB Variations
Color information
#ADC962 (or 0xADC962) is known color: Wild Willow. HEX triplet: AD, C9 and 62. RGB value is (173,201,98). Sum of RGB (Red+Green+Blue) = 173+201+98=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC962 is #52369D. Grayscale: #B5B5B5. Windows color (decimal): -5387934 or 6474157. OLE color: 6474157.
HSL color Cylindrical-coordinate representation of color #ADC962: hue angle of 76.31º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC962 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 98 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.21 |
| HSL | 76.31º | 0.49% | 0.59% | - |
| HSV(B) | 76.31º | 0.51% | 0.79% | - |
| XYZ | 40.32 | 51.54 | 19.38 | - |
| YUV | 180.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 98 | 0.14 | 0 | 0.51 | 0.21 | 76.31 | 0.49 | 0.59 |
| Hex | AD | C9 | 62 | E | 0 | 33 | 15 | 4C | 31 | 3B |
| Octal | 255 | 311 | 142 | 16 | 0 | 63 | 25 | 114 | 61 | 73 |
| Binary | 10101101 | 11001001 | 1100010 | 1110 | 0 | 110011 | 10101 | 1001100 | 110001 | 111011 |
Color Harmonies of #ADC962
Complementary color
Monochromatic Colors of #ADC962
Black with #ADC962
Text Example
Text Example
White with #ADC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC962; }
p { color: rgb(173,201,98); }
H1.HeaderClassName
{
color: #ADC962;
}
.AnyTagClassName
{
color: #ADC962;
}
</style>
background-color css
<style>
a { background-color: #ADC962; }
a { background-color: rgb(173,201,98); }
div.DivClassName
{
background-color: #ADC962;
}
.BgClassName
{
background-color: #ADC962;
}
</style>
border-color css
<style>
span { border-color: #ADC962; }
span { border-color: rgb(173,201,98); }
td.TdClassName
{
border-color: #ADC962;
}
.TagClassName
{
border-color: #ADC962;
}
</style>