Shades of Wild Willow #ADC15E
Tints of Wild Willow #ADC15E
RGB
CMYK
RGB Variations
Color information
#ADC15E (or 0xADC15E) is known color: Wild Willow. HEX triplet: AD, C1 and 5E. RGB value is (173,193,94). Sum of RGB (Red+Green+Blue) = 173+193+94=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC15E is #523EA1. Grayscale: #B0B0B0. Windows color (decimal): -5389986 or 6209965. OLE color: 6209965.
HSL color Cylindrical-coordinate representation of color #ADC15E: hue angle of 72.12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC15E is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 94 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.24 |
| HSL | 72.12º | 0.44% | 0.56% | - |
| HSV(B) | 72.12º | 0.51% | 0.76% | - |
| XYZ | 38.32 | 47.83 | 17.8 | - |
| YUV | 175.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 94 | 0.10 | 0 | 0.51 | 0.24 | 72.12 | 0.44 | 0.56 |
| Hex | AD | C1 | 5E | A | 0 | 33 | 18 | 48 | 2C | 38 |
| Octal | 255 | 301 | 136 | 12 | 0 | 63 | 30 | 110 | 54 | 70 |
| Binary | 10101101 | 11000001 | 1011110 | 1010 | 0 | 110011 | 11000 | 1001000 | 101100 | 111000 |
Color Harmonies of #ADC15E
Complementary color
Monochromatic Colors of #ADC15E
Black with #ADC15E
Text Example
Text Example
White with #ADC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC15E; }
p { color: rgb(173,193,94); }
H1.HeaderClassName
{
color: #ADC15E;
}
.AnyTagClassName
{
color: #ADC15E;
}
</style>
background-color css
<style>
a { background-color: #ADC15E; }
a { background-color: rgb(173,193,94); }
div.DivClassName
{
background-color: #ADC15E;
}
.BgClassName
{
background-color: #ADC15E;
}
</style>
border-color css
<style>
span { border-color: #ADC15E; }
span { border-color: rgb(173,193,94); }
td.TdClassName
{
border-color: #ADC15E;
}
.TagClassName
{
border-color: #ADC15E;
}
</style>