Shades of Wild Willow #ADC55F
Tints of Wild Willow #ADC55F
RGB
CMYK
RGB Variations
Color information
#ADC55F (or 0xADC55F) is known color: Wild Willow. HEX triplet: AD, C5 and 5F. RGB value is (173,197,95). Sum of RGB (Red+Green+Blue) = 173+197+95=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC55F is #523AA0. Grayscale: #B2B2B2. Windows color (decimal): -5388961 or 6276525. OLE color: 6276525.
HSL color Cylindrical-coordinate representation of color #ADC55F: hue angle of 74.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC55F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 95 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.23 |
| HSL | 74.12º | 0.47% | 0.57% | - |
| HSV(B) | 74.12º | 0.52% | 0.77% | - |
| XYZ | 39.27 | 49.64 | 18.34 | - |
| YUV | 178.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 95 | 0.12 | 0 | 0.52 | 0.23 | 74.12 | 0.47 | 0.57 |
| Hex | AD | C5 | 5F | C | 0 | 34 | 17 | 4A | 2F | 39 |
| Octal | 255 | 305 | 137 | 14 | 0 | 64 | 27 | 112 | 57 | 71 |
| Binary | 10101101 | 11000101 | 1011111 | 1100 | 0 | 110100 | 10111 | 1001010 | 101111 | 111001 |
Color Harmonies of #ADC55F
Complementary color
Monochromatic Colors of #ADC55F
Black with #ADC55F
Text Example
Text Example
White with #ADC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC55F; }
p { color: rgb(173,197,95); }
H1.HeaderClassName
{
color: #ADC55F;
}
.AnyTagClassName
{
color: #ADC55F;
}
</style>
background-color css
<style>
a { background-color: #ADC55F; }
a { background-color: rgb(173,197,95); }
div.DivClassName
{
background-color: #ADC55F;
}
.BgClassName
{
background-color: #ADC55F;
}
</style>
border-color css
<style>
span { border-color: #ADC55F; }
span { border-color: rgb(173,197,95); }
td.TdClassName
{
border-color: #ADC55F;
}
.TagClassName
{
border-color: #ADC55F;
}
</style>