Shades of Wild Willow #ADC36A
Tints of Wild Willow #ADC36A
RGB
CMYK
RGB Variations
Color information
#ADC36A (or 0xADC36A) is known color: Wild Willow. HEX triplet: AD, C3 and 6A. RGB value is (173,195,106). Sum of RGB (Red+Green+Blue) = 173+195+106=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC36A is #523C95. Grayscale: #B2B2B2. Windows color (decimal): -5389462 or 6996909. OLE color: 6996909.
HSL color Cylindrical-coordinate representation of color #ADC36A: hue angle of 74.83º 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 #ADC36A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 106 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.24 |
| HSL | 74.83º | 0.43% | 0.59% | - |
| HSV(B) | 74.83º | 0.46% | 0.76% | - |
| XYZ | 39.35 | 48.96 | 21.01 | - |
| YUV | 178.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 106 | 0.11 | 0 | 0.46 | 0.24 | 74.83 | 0.43 | 0.59 |
| Hex | AD | C3 | 6A | B | 0 | 2E | 18 | 4B | 2B | 3B |
| Octal | 255 | 303 | 152 | 13 | 0 | 56 | 30 | 113 | 53 | 73 |
| Binary | 10101101 | 11000011 | 1101010 | 1011 | 0 | 101110 | 11000 | 1001011 | 101011 | 111011 |
Color Harmonies of #ADC36A
Complementary color
Monochromatic Colors of #ADC36A
Black with #ADC36A
Text Example
Text Example
White with #ADC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC36A; }
p { color: rgb(173,195,106); }
H1.HeaderClassName
{
color: #ADC36A;
}
.AnyTagClassName
{
color: #ADC36A;
}
</style>
background-color css
<style>
a { background-color: #ADC36A; }
a { background-color: rgb(173,195,106); }
div.DivClassName
{
background-color: #ADC36A;
}
.BgClassName
{
background-color: #ADC36A;
}
</style>
border-color css
<style>
span { border-color: #ADC36A; }
span { border-color: rgb(173,195,106); }
td.TdClassName
{
border-color: #ADC36A;
}
.TagClassName
{
border-color: #ADC36A;
}
</style>