Shades of Wild Willow #ADC569
Tints of Wild Willow #ADC569
RGB
CMYK
RGB Variations
Color information
#ADC569 (or 0xADC569) is known color: Wild Willow. HEX triplet: AD, C5 and 69. RGB value is (173,197,105). Sum of RGB (Red+Green+Blue) = 173+197+105=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC569 is #523A96. Grayscale: #B3B3B3. Windows color (decimal): -5388951 or 6931885. OLE color: 6931885.
HSL color Cylindrical-coordinate representation of color #ADC569: hue angle of 75.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADC569 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 105 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.23 |
| HSL | 75.65º | 0.44% | 0.59% | - |
| HSV(B) | 75.65º | 0.47% | 0.77% | - |
| XYZ | 39.75 | 49.84 | 20.89 | - |
| YUV | 179.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 105 | 0.12 | 0 | 0.47 | 0.23 | 75.65 | 0.44 | 0.59 |
| Hex | AD | C5 | 69 | C | 0 | 2F | 17 | 4C | 2C | 3B |
| Octal | 255 | 305 | 151 | 14 | 0 | 57 | 27 | 114 | 54 | 73 |
| Binary | 10101101 | 11000101 | 1101001 | 1100 | 0 | 101111 | 10111 | 1001100 | 101100 | 111011 |
Color Harmonies of #ADC569
Complementary color
Monochromatic Colors of #ADC569
Black with #ADC569
Text Example
Text Example
White with #ADC569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC569; }
p { color: rgb(173,197,105); }
H1.HeaderClassName
{
color: #ADC569;
}
.AnyTagClassName
{
color: #ADC569;
}
</style>
background-color css
<style>
a { background-color: #ADC569; }
a { background-color: rgb(173,197,105); }
div.DivClassName
{
background-color: #ADC569;
}
.BgClassName
{
background-color: #ADC569;
}
</style>
border-color css
<style>
span { border-color: #ADC569; }
span { border-color: rgb(173,197,105); }
td.TdClassName
{
border-color: #ADC569;
}
.TagClassName
{
border-color: #ADC569;
}
</style>