Shades of Wild Willow #ADC468
Tints of Wild Willow #ADC468
RGB
CMYK
RGB Variations
Color information
#ADC468 (or 0xADC468) is known color: Wild Willow. HEX triplet: AD, C4 and 68. RGB value is (173,196,104). Sum of RGB (Red+Green+Blue) = 173+196+104=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC468 is #523B97. Grayscale: #B2B2B2. Windows color (decimal): -5389208 or 6866093. OLE color: 6866093.
HSL color Cylindrical-coordinate representation of color #ADC468: hue angle of 75º 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 #ADC468 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 104 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.23 |
| HSL | 75º | 0.44% | 0.59% | - |
| HSV(B) | 75º | 0.47% | 0.77% | - |
| XYZ | 39.47 | 49.36 | 20.54 | - |
| YUV | 178.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 104 | 0.12 | 0 | 0.47 | 0.23 | 75 | 0.44 | 0.59 |
| Hex | AD | C4 | 68 | C | 0 | 2F | 17 | 4B | 2C | 3B |
| Octal | 255 | 304 | 150 | 14 | 0 | 57 | 27 | 113 | 54 | 73 |
| Binary | 10101101 | 11000100 | 1101000 | 1100 | 0 | 101111 | 10111 | 1001011 | 101100 | 111011 |
Color Harmonies of #ADC468
Complementary color
Monochromatic Colors of #ADC468
Black with #ADC468
Text Example
Text Example
White with #ADC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC468; }
p { color: rgb(173,196,104); }
H1.HeaderClassName
{
color: #ADC468;
}
.AnyTagClassName
{
color: #ADC468;
}
</style>
background-color css
<style>
a { background-color: #ADC468; }
a { background-color: rgb(173,196,104); }
div.DivClassName
{
background-color: #ADC468;
}
.BgClassName
{
background-color: #ADC468;
}
</style>
border-color css
<style>
span { border-color: #ADC468; }
span { border-color: rgb(173,196,104); }
td.TdClassName
{
border-color: #ADC468;
}
.TagClassName
{
border-color: #ADC468;
}
</style>