Shades of Wild Willow #ADC363
Tints of Wild Willow #ADC363
RGB
CMYK
RGB Variations
Color information
#ADC363 (or 0xADC363) is known color: Wild Willow. HEX triplet: AD, C3 and 63. RGB value is (173,195,99). Sum of RGB (Red+Green+Blue) = 173+195+99=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC363 is #523C9C. Grayscale: #B1B1B1. Windows color (decimal): -5389469 or 6538157. OLE color: 6538157.
HSL color Cylindrical-coordinate representation of color #ADC363: hue angle of 73.75º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC363 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 99 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.24 |
| HSL | 73.75º | 0.44% | 0.58% | - |
| HSV(B) | 73.75º | 0.49% | 0.76% | - |
| XYZ | 39 | 48.82 | 19.17 | - |
| YUV | 177.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 99 | 0.11 | 0 | 0.49 | 0.24 | 73.75 | 0.44 | 0.58 |
| Hex | AD | C3 | 63 | B | 0 | 31 | 18 | 4A | 2C | 3A |
| Octal | 255 | 303 | 143 | 13 | 0 | 61 | 30 | 112 | 54 | 72 |
| Binary | 10101101 | 11000011 | 1100011 | 1011 | 0 | 110001 | 11000 | 1001010 | 101100 | 111010 |
Color Harmonies of #ADC363
Complementary color
Monochromatic Colors of #ADC363
Black with #ADC363
Text Example
Text Example
White with #ADC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC363; }
p { color: rgb(173,195,99); }
H1.HeaderClassName
{
color: #ADC363;
}
.AnyTagClassName
{
color: #ADC363;
}
</style>
background-color css
<style>
a { background-color: #ADC363; }
a { background-color: rgb(173,195,99); }
div.DivClassName
{
background-color: #ADC363;
}
.BgClassName
{
background-color: #ADC363;
}
</style>
border-color css
<style>
span { border-color: #ADC363; }
span { border-color: rgb(173,195,99); }
td.TdClassName
{
border-color: #ADC363;
}
.TagClassName
{
border-color: #ADC363;
}
</style>