Shades of Wild Willow #ADCA5E
Tints of Wild Willow #ADCA5E
RGB
CMYK
RGB Variations
Color information
#ADCA5E (or 0xADCA5E) is known color: Wild Willow. HEX triplet: AD, CA and 5E. RGB value is (173,202,94). Sum of RGB (Red+Green+Blue) = 173+202+94=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA5E is #5235A1. Grayscale: #B5B5B5. Windows color (decimal): -5387682 or 6212269. OLE color: 6212269.
HSL color Cylindrical-coordinate representation of color #ADCA5E: hue angle of 76.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADCA5E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 94 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.21 |
| HSL | 76.11º | 0.5% | 0.58% | - |
| HSV(B) | 76.11º | 0.53% | 0.79% | - |
| XYZ | 40.37 | 51.93 | 18.49 | - |
| YUV | 181.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 94 | 0.14 | 0 | 0.53 | 0.21 | 76.11 | 0.5 | 0.58 |
| Hex | AD | CA | 5E | E | 0 | 35 | 15 | 4C | 32 | 3A |
| Octal | 255 | 312 | 136 | 16 | 0 | 65 | 25 | 114 | 62 | 72 |
| Binary | 10101101 | 11001010 | 1011110 | 1110 | 0 | 110101 | 10101 | 1001100 | 110010 | 111010 |
Color Harmonies of #ADCA5E
Complementary color
Monochromatic Colors of #ADCA5E
Black with #ADCA5E
Text Example
Text Example
White with #ADCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA5E; }
p { color: rgb(173,202,94); }
H1.HeaderClassName
{
color: #ADCA5E;
}
.AnyTagClassName
{
color: #ADCA5E;
}
</style>
background-color css
<style>
a { background-color: #ADCA5E; }
a { background-color: rgb(173,202,94); }
div.DivClassName
{
background-color: #ADCA5E;
}
.BgClassName
{
background-color: #ADCA5E;
}
</style>
border-color css
<style>
span { border-color: #ADCA5E; }
span { border-color: rgb(173,202,94); }
td.TdClassName
{
border-color: #ADCA5E;
}
.TagClassName
{
border-color: #ADCA5E;
}
</style>