Shades of Wild Willow #ADC467
Tints of Wild Willow #ADC467
RGB
CMYK
RGB Variations
Color information
#ADC467 (or 0xADC467) is known color: Wild Willow. HEX triplet: AD, C4 and 67. RGB value is (173,196,103). Sum of RGB (Red+Green+Blue) = 173+196+103=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC467 is #523B98. Grayscale: #B2B2B2. Windows color (decimal): -5389209 or 6800557. OLE color: 6800557.
HSL color Cylindrical-coordinate representation of color #ADC467: hue angle of 74.84º 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 #ADC467 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 103 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.23 |
| HSL | 74.84º | 0.44% | 0.59% | - |
| HSV(B) | 74.84º | 0.47% | 0.77% | - |
| XYZ | 39.42 | 49.34 | 20.28 | - |
| YUV | 178.52 | 85.38 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 103 | 0.12 | 0 | 0.47 | 0.23 | 74.84 | 0.44 | 0.59 |
| Hex | AD | C4 | 67 | C | 0 | 2F | 17 | 4B | 2C | 3B |
| Octal | 255 | 304 | 147 | 14 | 0 | 57 | 27 | 113 | 54 | 73 |
| Binary | 10101101 | 11000100 | 1100111 | 1100 | 0 | 101111 | 10111 | 1001011 | 101100 | 111011 |
Color Harmonies of #ADC467
Complementary color
Monochromatic Colors of #ADC467
Black with #ADC467
Text Example
Text Example
White with #ADC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC467; }
p { color: rgb(173,196,103); }
H1.HeaderClassName
{
color: #ADC467;
}
.AnyTagClassName
{
color: #ADC467;
}
</style>
background-color css
<style>
a { background-color: #ADC467; }
a { background-color: rgb(173,196,103); }
div.DivClassName
{
background-color: #ADC467;
}
.BgClassName
{
background-color: #ADC467;
}
</style>
border-color css
<style>
span { border-color: #ADC467; }
span { border-color: rgb(173,196,103); }
td.TdClassName
{
border-color: #ADC467;
}
.TagClassName
{
border-color: #ADC467;
}
</style>