Shades of Wild Willow #ADC269
Tints of Wild Willow #ADC269
RGB
CMYK
RGB Variations
Color information
#ADC269 (or 0xADC269) is known color: Wild Willow. HEX triplet: AD, C2 and 69. RGB value is (173,194,105). Sum of RGB (Red+Green+Blue) = 173+194+105=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC269 is #523D96. Grayscale: #B1B1B1. Windows color (decimal): -5389719 or 6931117. OLE color: 6931117.
HSL color Cylindrical-coordinate representation of color #ADC269: hue angle of 74.16º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC269 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 105 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.24 |
| HSL | 74.16º | 0.42% | 0.59% | - |
| HSV(B) | 74.16º | 0.46% | 0.76% | - |
| XYZ | 39.08 | 48.49 | 20.66 | - |
| YUV | 177.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 105 | 0.11 | 0 | 0.46 | 0.24 | 74.16 | 0.42 | 0.59 |
| Hex | AD | C2 | 69 | B | 0 | 2E | 18 | 4A | 2A | 3B |
| Octal | 255 | 302 | 151 | 13 | 0 | 56 | 30 | 112 | 52 | 73 |
| Binary | 10101101 | 11000010 | 1101001 | 1011 | 0 | 101110 | 11000 | 1001010 | 101010 | 111011 |
Color Harmonies of #ADC269
Complementary color
Monochromatic Colors of #ADC269
Black with #ADC269
Text Example
Text Example
White with #ADC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC269; }
p { color: rgb(173,194,105); }
H1.HeaderClassName
{
color: #ADC269;
}
.AnyTagClassName
{
color: #ADC269;
}
</style>
background-color css
<style>
a { background-color: #ADC269; }
a { background-color: rgb(173,194,105); }
div.DivClassName
{
background-color: #ADC269;
}
.BgClassName
{
background-color: #ADC269;
}
</style>
border-color css
<style>
span { border-color: #ADC269; }
span { border-color: rgb(173,194,105); }
td.TdClassName
{
border-color: #ADC269;
}
.TagClassName
{
border-color: #ADC269;
}
</style>