Shades of Wild Willow #ADC35D
Tints of Wild Willow #ADC35D
RGB
CMYK
RGB Variations
Color information
#ADC35D (or 0xADC35D) is known color: Wild Willow. HEX triplet: AD, C3 and 5D. RGB value is (173,195,93). Sum of RGB (Red+Green+Blue) = 173+195+93=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC35D is #523CA2. Grayscale: #B1B1B1. Windows color (decimal): -5389475 or 6144941. OLE color: 6144941.
HSL color Cylindrical-coordinate representation of color #ADC35D: hue angle of 72.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC35D is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 93 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.24 |
| HSL | 72.94º | 0.46% | 0.56% | - |
| HSV(B) | 72.94º | 0.52% | 0.76% | - |
| XYZ | 38.72 | 48.7 | 17.72 | - |
| YUV | 176.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 93 | 0.11 | 0 | 0.52 | 0.24 | 72.94 | 0.46 | 0.56 |
| Hex | AD | C3 | 5D | B | 0 | 34 | 18 | 49 | 2E | 38 |
| Octal | 255 | 303 | 135 | 13 | 0 | 64 | 30 | 111 | 56 | 70 |
| Binary | 10101101 | 11000011 | 1011101 | 1011 | 0 | 110100 | 11000 | 1001001 | 101110 | 111000 |
Color Harmonies of #ADC35D
Complementary color
Monochromatic Colors of #ADC35D
Black with #ADC35D
Text Example
Text Example
White with #ADC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC35D; }
p { color: rgb(173,195,93); }
H1.HeaderClassName
{
color: #ADC35D;
}
.AnyTagClassName
{
color: #ADC35D;
}
</style>
background-color css
<style>
a { background-color: #ADC35D; }
a { background-color: rgb(173,195,93); }
div.DivClassName
{
background-color: #ADC35D;
}
.BgClassName
{
background-color: #ADC35D;
}
</style>
border-color css
<style>
span { border-color: #ADC35D; }
span { border-color: rgb(173,195,93); }
td.TdClassName
{
border-color: #ADC35D;
}
.TagClassName
{
border-color: #ADC35D;
}
</style>