Shades of Wild Willow #ADC75E
Tints of Wild Willow #ADC75E
RGB
CMYK
RGB Variations
Color information
#ADC75E (or 0xADC75E) is known color: Wild Willow. HEX triplet: AD, C7 and 5E. RGB value is (173,199,94). Sum of RGB (Red+Green+Blue) = 173+199+94=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC75E is #5238A1. Grayscale: #B3B3B3. Windows color (decimal): -5388450 or 6211501. OLE color: 6211501.
HSL color Cylindrical-coordinate representation of color #ADC75E: hue angle of 74.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC75E is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 94 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.22 |
| HSL | 74.86º | 0.48% | 0.57% | - |
| HSV(B) | 74.86º | 0.53% | 0.78% | - |
| XYZ | 39.68 | 50.54 | 18.25 | - |
| YUV | 179.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 94 | 0.13 | 0 | 0.53 | 0.22 | 74.86 | 0.48 | 0.57 |
| Hex | AD | C7 | 5E | D | 0 | 35 | 16 | 4B | 30 | 39 |
| Octal | 255 | 307 | 136 | 15 | 0 | 65 | 26 | 113 | 60 | 71 |
| Binary | 10101101 | 11000111 | 1011110 | 1101 | 0 | 110101 | 10110 | 1001011 | 110000 | 111001 |
Color Harmonies of #ADC75E
Complementary color
Monochromatic Colors of #ADC75E
Black with #ADC75E
Text Example
Text Example
White with #ADC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC75E; }
p { color: rgb(173,199,94); }
H1.HeaderClassName
{
color: #ADC75E;
}
.AnyTagClassName
{
color: #ADC75E;
}
</style>
background-color css
<style>
a { background-color: #ADC75E; }
a { background-color: rgb(173,199,94); }
div.DivClassName
{
background-color: #ADC75E;
}
.BgClassName
{
background-color: #ADC75E;
}
</style>
border-color css
<style>
span { border-color: #ADC75E; }
span { border-color: rgb(173,199,94); }
td.TdClassName
{
border-color: #ADC75E;
}
.TagClassName
{
border-color: #ADC75E;
}
</style>