Shades of Wild Willow #ADC95F
Tints of Wild Willow #ADC95F
RGB
CMYK
RGB Variations
Color information
#ADC95F (or 0xADC95F) is known color: Wild Willow. HEX triplet: AD, C9 and 5F. RGB value is (173,201,95). Sum of RGB (Red+Green+Blue) = 173+201+95=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC95F is #5236A0. Grayscale: #B4B4B4. Windows color (decimal): -5387937 or 6277549. OLE color: 6277549.
HSL color Cylindrical-coordinate representation of color #ADC95F: hue angle of 75.85º 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 #ADC95F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 95 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.21 |
| HSL | 75.85º | 0.5% | 0.58% | - |
| HSV(B) | 75.85º | 0.53% | 0.79% | - |
| XYZ | 40.19 | 51.48 | 18.65 | - |
| YUV | 180.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 95 | 0.14 | 0 | 0.53 | 0.21 | 75.85 | 0.5 | 0.58 |
| Hex | AD | C9 | 5F | E | 0 | 35 | 15 | 4C | 32 | 3A |
| Octal | 255 | 311 | 137 | 16 | 0 | 65 | 25 | 114 | 62 | 72 |
| Binary | 10101101 | 11001001 | 1011111 | 1110 | 0 | 110101 | 10101 | 1001100 | 110010 | 111010 |
Color Harmonies of #ADC95F
Complementary color
Monochromatic Colors of #ADC95F
Black with #ADC95F
Text Example
Text Example
White with #ADC95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC95F; }
p { color: rgb(173,201,95); }
H1.HeaderClassName
{
color: #ADC95F;
}
.AnyTagClassName
{
color: #ADC95F;
}
</style>
background-color css
<style>
a { background-color: #ADC95F; }
a { background-color: rgb(173,201,95); }
div.DivClassName
{
background-color: #ADC95F;
}
.BgClassName
{
background-color: #ADC95F;
}
</style>
border-color css
<style>
span { border-color: #ADC95F; }
span { border-color: rgb(173,201,95); }
td.TdClassName
{
border-color: #ADC95F;
}
.TagClassName
{
border-color: #ADC95F;
}
</style>