Shades of Wild Willow #ADC05F
Tints of Wild Willow #ADC05F
RGB
CMYK
RGB Variations
Color information
#ADC05F (or 0xADC05F) is known color: Wild Willow. HEX triplet: AD, C0 and 5F. RGB value is (173,192,95). Sum of RGB (Red+Green+Blue) = 173+192+95=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC05F is #523FA0. Grayscale: #AFAFAF. Windows color (decimal): -5390241 or 6275245. OLE color: 6275245.
HSL color Cylindrical-coordinate representation of color #ADC05F: hue angle of 71.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC05F is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 95 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.25 |
| HSL | 71.75º | 0.43% | 0.56% | - |
| HSV(B) | 71.75º | 0.51% | 0.75% | - |
| XYZ | 38.15 | 47.41 | 17.97 | - |
| YUV | 175.26 | 82.71 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 95 | 0.10 | 0 | 0.51 | 0.25 | 71.75 | 0.43 | 0.56 |
| Hex | AD | C0 | 5F | A | 0 | 33 | 19 | 48 | 2B | 38 |
| Octal | 255 | 300 | 137 | 12 | 0 | 63 | 31 | 110 | 53 | 70 |
| Binary | 10101101 | 11000000 | 1011111 | 1010 | 0 | 110011 | 11001 | 1001000 | 101011 | 111000 |
Color Harmonies of #ADC05F
Complementary color
Monochromatic Colors of #ADC05F
Black with #ADC05F
Text Example
Text Example
White with #ADC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC05F; }
p { color: rgb(173,192,95); }
H1.HeaderClassName
{
color: #ADC05F;
}
.AnyTagClassName
{
color: #ADC05F;
}
</style>
background-color css
<style>
a { background-color: #ADC05F; }
a { background-color: rgb(173,192,95); }
div.DivClassName
{
background-color: #ADC05F;
}
.BgClassName
{
background-color: #ADC05F;
}
</style>
border-color css
<style>
span { border-color: #ADC05F; }
span { border-color: rgb(173,192,95); }
td.TdClassName
{
border-color: #ADC05F;
}
.TagClassName
{
border-color: #ADC05F;
}
</style>