Shades of Wild Willow #ADC65F
Tints of Wild Willow #ADC65F
RGB
CMYK
RGB Variations
Color information
#ADC65F (or 0xADC65F) is known color: Wild Willow. HEX triplet: AD, C6 and 5F. RGB value is (173,198,95). Sum of RGB (Red+Green+Blue) = 173+198+95=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC65F is #5239A0. Grayscale: #B3B3B3. Windows color (decimal): -5388705 or 6276781. OLE color: 6276781.
HSL color Cylindrical-coordinate representation of color #ADC65F: hue angle of 74.56º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC65F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 95 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.22 |
| HSL | 74.56º | 0.47% | 0.57% | - |
| HSV(B) | 74.56º | 0.52% | 0.78% | - |
| XYZ | 39.49 | 50.1 | 18.41 | - |
| YUV | 178.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 95 | 0.13 | 0 | 0.52 | 0.22 | 74.56 | 0.47 | 0.57 |
| Hex | AD | C6 | 5F | D | 0 | 34 | 16 | 4B | 2F | 39 |
| Octal | 255 | 306 | 137 | 15 | 0 | 64 | 26 | 113 | 57 | 71 |
| Binary | 10101101 | 11000110 | 1011111 | 1101 | 0 | 110100 | 10110 | 1001011 | 101111 | 111001 |
Color Harmonies of #ADC65F
Complementary color
Monochromatic Colors of #ADC65F
Black with #ADC65F
Text Example
Text Example
White with #ADC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC65F; }
p { color: rgb(173,198,95); }
H1.HeaderClassName
{
color: #ADC65F;
}
.AnyTagClassName
{
color: #ADC65F;
}
</style>
background-color css
<style>
a { background-color: #ADC65F; }
a { background-color: rgb(173,198,95); }
div.DivClassName
{
background-color: #ADC65F;
}
.BgClassName
{
background-color: #ADC65F;
}
</style>
border-color css
<style>
span { border-color: #ADC65F; }
span { border-color: rgb(173,198,95); }
td.TdClassName
{
border-color: #ADC65F;
}
.TagClassName
{
border-color: #ADC65F;
}
</style>