Shades of Wild Willow #ADC95B
Tints of Wild Willow #ADC95B
RGB
CMYK
RGB Variations
Color information
#ADC95B (or 0xADC95B) is known color: Wild Willow. HEX triplet: AD, C9 and 5B. RGB value is (173,201,91). Sum of RGB (Red+Green+Blue) = 173+201+91=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC95B is #5236A4. Grayscale: #B4B4B4. Windows color (decimal): -5387941 or 6015405. OLE color: 6015405.
HSL color Cylindrical-coordinate representation of color #ADC95B: hue angle of 75.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADC95B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 91 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.21 |
| HSL | 75.27º | 0.5% | 0.57% | - |
| HSV(B) | 75.27º | 0.55% | 0.79% | - |
| XYZ | 40.01 | 51.41 | 17.71 | - |
| YUV | 180.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 91 | 0.14 | 0 | 0.55 | 0.21 | 75.27 | 0.5 | 0.57 |
| Hex | AD | C9 | 5B | E | 0 | 37 | 15 | 4B | 32 | 39 |
| Octal | 255 | 311 | 133 | 16 | 0 | 67 | 25 | 113 | 62 | 71 |
| Binary | 10101101 | 11001001 | 1011011 | 1110 | 0 | 110111 | 10101 | 1001011 | 110010 | 111001 |
Color Harmonies of #ADC95B
Complementary color
Monochromatic Colors of #ADC95B
Black with #ADC95B
Text Example
Text Example
White with #ADC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC95B; }
p { color: rgb(173,201,91); }
H1.HeaderClassName
{
color: #ADC95B;
}
.AnyTagClassName
{
color: #ADC95B;
}
</style>
background-color css
<style>
a { background-color: #ADC95B; }
a { background-color: rgb(173,201,91); }
div.DivClassName
{
background-color: #ADC95B;
}
.BgClassName
{
background-color: #ADC95B;
}
</style>
border-color css
<style>
span { border-color: #ADC95B; }
span { border-color: rgb(173,201,91); }
td.TdClassName
{
border-color: #ADC95B;
}
.TagClassName
{
border-color: #ADC95B;
}
</style>