Shades of Wild Willow #ADC168
Tints of Wild Willow #ADC168
RGB
CMYK
RGB Variations
Color information
#ADC168 (or 0xADC168) is known color: Wild Willow. HEX triplet: AD, C1 and 68. RGB value is (173,193,104). Sum of RGB (Red+Green+Blue) = 173+193+104=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC168 is #523E97. Grayscale: #B1B1B1. Windows color (decimal): -5389976 or 6865325. OLE color: 6865325.
HSL color Cylindrical-coordinate representation of color #ADC168: hue angle of 73.48º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC168 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 104 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.24 |
| HSL | 73.48º | 0.42% | 0.58% | - |
| HSV(B) | 73.48º | 0.46% | 0.76% | - |
| XYZ | 38.8 | 48.02 | 20.32 | - |
| YUV | 176.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 104 | 0.10 | 0 | 0.46 | 0.24 | 73.48 | 0.42 | 0.58 |
| Hex | AD | C1 | 68 | A | 0 | 2E | 18 | 49 | 2A | 3A |
| Octal | 255 | 301 | 150 | 12 | 0 | 56 | 30 | 111 | 52 | 72 |
| Binary | 10101101 | 11000001 | 1101000 | 1010 | 0 | 101110 | 11000 | 1001001 | 101010 | 111010 |
Color Harmonies of #ADC168
Complementary color
Monochromatic Colors of #ADC168
Black with #ADC168
Text Example
Text Example
White with #ADC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC168; }
p { color: rgb(173,193,104); }
H1.HeaderClassName
{
color: #ADC168;
}
.AnyTagClassName
{
color: #ADC168;
}
</style>
background-color css
<style>
a { background-color: #ADC168; }
a { background-color: rgb(173,193,104); }
div.DivClassName
{
background-color: #ADC168;
}
.BgClassName
{
background-color: #ADC168;
}
</style>
border-color css
<style>
span { border-color: #ADC168; }
span { border-color: rgb(173,193,104); }
td.TdClassName
{
border-color: #ADC168;
}
.TagClassName
{
border-color: #ADC168;
}
</style>