Shades of Wild Willow #ADC95A
Tints of Wild Willow #ADC95A
RGB
CMYK
RGB Variations
Color information
#ADC95A (or 0xADC95A) is known color: Wild Willow. HEX triplet: AD, C9 and 5A. RGB value is (173,201,90). Sum of RGB (Red+Green+Blue) = 173+201+90=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC95A is #5236A5. Grayscale: #B4B4B4. Windows color (decimal): -5387942 or 5949869. OLE color: 5949869.
HSL color Cylindrical-coordinate representation of color #ADC95A: hue angle of 75.14º degrees, saturation: 0.51, 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 #ADC95A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 90 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.21 |
| HSL | 75.14º | 0.51% | 0.57% | - |
| HSV(B) | 75.14º | 0.55% | 0.79% | - |
| XYZ | 39.97 | 51.4 | 17.49 | - |
| YUV | 179.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 90 | 0.14 | 0 | 0.55 | 0.21 | 75.14 | 0.51 | 0.57 |
| Hex | AD | C9 | 5A | E | 0 | 37 | 15 | 4B | 33 | 39 |
| Octal | 255 | 311 | 132 | 16 | 0 | 67 | 25 | 113 | 63 | 71 |
| Binary | 10101101 | 11001001 | 1011010 | 1110 | 0 | 110111 | 10101 | 1001011 | 110011 | 111001 |
Color Harmonies of #ADC95A
Complementary color
Monochromatic Colors of #ADC95A
Black with #ADC95A
Text Example
Text Example
White with #ADC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC95A; }
p { color: rgb(173,201,90); }
H1.HeaderClassName
{
color: #ADC95A;
}
.AnyTagClassName
{
color: #ADC95A;
}
</style>
background-color css
<style>
a { background-color: #ADC95A; }
a { background-color: rgb(173,201,90); }
div.DivClassName
{
background-color: #ADC95A;
}
.BgClassName
{
background-color: #ADC95A;
}
</style>
border-color css
<style>
span { border-color: #ADC95A; }
span { border-color: rgb(173,201,90); }
td.TdClassName
{
border-color: #ADC95A;
}
.TagClassName
{
border-color: #ADC95A;
}
</style>