Shades of Wild Willow #ADC565
Tints of Wild Willow #ADC565
RGB
CMYK
RGB Variations
Color information
#ADC565 (or 0xADC565) is known color: Wild Willow. HEX triplet: AD, C5 and 65. RGB value is (173,197,101). Sum of RGB (Red+Green+Blue) = 173+197+101=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC565 is #523A9A. Grayscale: #B3B3B3. Windows color (decimal): -5388955 or 6669741. OLE color: 6669741.
HSL color Cylindrical-coordinate representation of color #ADC565: hue angle of 75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC565 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 101 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.23 |
| HSL | 75º | 0.45% | 0.58% | - |
| HSV(B) | 75º | 0.49% | 0.77% | - |
| XYZ | 39.55 | 49.76 | 19.83 | - |
| YUV | 178.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 101 | 0.12 | 0 | 0.49 | 0.23 | 75 | 0.45 | 0.58 |
| Hex | AD | C5 | 65 | C | 0 | 31 | 17 | 4B | 2D | 3A |
| Octal | 255 | 305 | 145 | 14 | 0 | 61 | 27 | 113 | 55 | 72 |
| Binary | 10101101 | 11000101 | 1100101 | 1100 | 0 | 110001 | 10111 | 1001011 | 101101 | 111010 |
Color Harmonies of #ADC565
Complementary color
Monochromatic Colors of #ADC565
Black with #ADC565
Text Example
Text Example
White with #ADC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC565; }
p { color: rgb(173,197,101); }
H1.HeaderClassName
{
color: #ADC565;
}
.AnyTagClassName
{
color: #ADC565;
}
</style>
background-color css
<style>
a { background-color: #ADC565; }
a { background-color: rgb(173,197,101); }
div.DivClassName
{
background-color: #ADC565;
}
.BgClassName
{
background-color: #ADC565;
}
</style>
border-color css
<style>
span { border-color: #ADC565; }
span { border-color: rgb(173,197,101); }
td.TdClassName
{
border-color: #ADC565;
}
.TagClassName
{
border-color: #ADC565;
}
</style>