Shades of Wild Willow #ADC169
Tints of Wild Willow #ADC169
RGB
CMYK
RGB Variations
Color information
#ADC169 (or 0xADC169) is known color: Wild Willow. HEX triplet: AD, C1 and 69. RGB value is (173,193,105). Sum of RGB (Red+Green+Blue) = 173+193+105=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC169 is #523E96. Grayscale: #B1B1B1. Windows color (decimal): -5389975 or 6930861. OLE color: 6930861.
HSL color Cylindrical-coordinate representation of color #ADC169: hue angle of 73.64º 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 #ADC169 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 105 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.24 |
| HSL | 73.64º | 0.42% | 0.58% | - |
| HSV(B) | 73.64º | 0.46% | 0.76% | - |
| XYZ | 38.85 | 48.04 | 20.59 | - |
| YUV | 176.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 105 | 0.10 | 0 | 0.46 | 0.24 | 73.64 | 0.42 | 0.58 |
| Hex | AD | C1 | 69 | A | 0 | 2E | 18 | 4A | 2A | 3A |
| Octal | 255 | 301 | 151 | 12 | 0 | 56 | 30 | 112 | 52 | 72 |
| Binary | 10101101 | 11000001 | 1101001 | 1010 | 0 | 101110 | 11000 | 1001010 | 101010 | 111010 |
Color Harmonies of #ADC169
Complementary color
Monochromatic Colors of #ADC169
Black with #ADC169
Text Example
Text Example
White with #ADC169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC169; }
p { color: rgb(173,193,105); }
H1.HeaderClassName
{
color: #ADC169;
}
.AnyTagClassName
{
color: #ADC169;
}
</style>
background-color css
<style>
a { background-color: #ADC169; }
a { background-color: rgb(173,193,105); }
div.DivClassName
{
background-color: #ADC169;
}
.BgClassName
{
background-color: #ADC169;
}
</style>
border-color css
<style>
span { border-color: #ADC169; }
span { border-color: rgb(173,193,105); }
td.TdClassName
{
border-color: #ADC169;
}
.TagClassName
{
border-color: #ADC169;
}
</style>