Shades of Wild Willow #ADC365
Tints of Wild Willow #ADC365
RGB
CMYK
RGB Variations
Color information
#ADC365 (or 0xADC365) is known color: Wild Willow. HEX triplet: AD, C3 and 65. RGB value is (173,195,101). Sum of RGB (Red+Green+Blue) = 173+195+101=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC365 is #523C9A. Grayscale: #B2B2B2. Windows color (decimal): -5389467 or 6669229. OLE color: 6669229.
HSL color Cylindrical-coordinate representation of color #ADC365: hue angle of 74.04º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADC365 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 101 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.24 |
| HSL | 74.04º | 0.44% | 0.58% | - |
| HSV(B) | 74.04º | 0.48% | 0.76% | - |
| XYZ | 39.1 | 48.85 | 19.68 | - |
| YUV | 177.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 101 | 0.11 | 0 | 0.48 | 0.24 | 74.04 | 0.44 | 0.58 |
| Hex | AD | C3 | 65 | B | 0 | 30 | 18 | 4A | 2C | 3A |
| Octal | 255 | 303 | 145 | 13 | 0 | 60 | 30 | 112 | 54 | 72 |
| Binary | 10101101 | 11000011 | 1100101 | 1011 | 0 | 110000 | 11000 | 1001010 | 101100 | 111010 |
Color Harmonies of #ADC365
Complementary color
Monochromatic Colors of #ADC365
Black with #ADC365
Text Example
Text Example
White with #ADC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC365; }
p { color: rgb(173,195,101); }
H1.HeaderClassName
{
color: #ADC365;
}
.AnyTagClassName
{
color: #ADC365;
}
</style>
background-color css
<style>
a { background-color: #ADC365; }
a { background-color: rgb(173,195,101); }
div.DivClassName
{
background-color: #ADC365;
}
.BgClassName
{
background-color: #ADC365;
}
</style>
border-color css
<style>
span { border-color: #ADC365; }
span { border-color: rgb(173,195,101); }
td.TdClassName
{
border-color: #ADC365;
}
.TagClassName
{
border-color: #ADC365;
}
</style>