Shades of Wild Willow #ADC369
Tints of Wild Willow #ADC369
RGB
CMYK
RGB Variations
Color information
#ADC369 (or 0xADC369) is known color: Wild Willow. HEX triplet: AD, C3 and 69. RGB value is (173,195,105). Sum of RGB (Red+Green+Blue) = 173+195+105=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC369 is #523C96. Grayscale: #B2B2B2. Windows color (decimal): -5389463 or 6931373. OLE color: 6931373.
HSL color Cylindrical-coordinate representation of color #ADC369: hue angle of 74.67º degrees, saturation: 0.43, 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 #ADC369 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 105 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.24 |
| HSL | 74.67º | 0.43% | 0.59% | - |
| HSV(B) | 74.67º | 0.46% | 0.76% | - |
| XYZ | 39.3 | 48.93 | 20.74 | - |
| YUV | 178.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 105 | 0.11 | 0 | 0.46 | 0.24 | 74.67 | 0.43 | 0.59 |
| Hex | AD | C3 | 69 | B | 0 | 2E | 18 | 4B | 2B | 3B |
| Octal | 255 | 303 | 151 | 13 | 0 | 56 | 30 | 113 | 53 | 73 |
| Binary | 10101101 | 11000011 | 1101001 | 1011 | 0 | 101110 | 11000 | 1001011 | 101011 | 111011 |
Color Harmonies of #ADC369
Complementary color
Monochromatic Colors of #ADC369
Black with #ADC369
Text Example
Text Example
White with #ADC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC369; }
p { color: rgb(173,195,105); }
H1.HeaderClassName
{
color: #ADC369;
}
.AnyTagClassName
{
color: #ADC369;
}
</style>
background-color css
<style>
a { background-color: #ADC369; }
a { background-color: rgb(173,195,105); }
div.DivClassName
{
background-color: #ADC369;
}
.BgClassName
{
background-color: #ADC369;
}
</style>
border-color css
<style>
span { border-color: #ADC369; }
span { border-color: rgb(173,195,105); }
td.TdClassName
{
border-color: #ADC369;
}
.TagClassName
{
border-color: #ADC369;
}
</style>