Shades of Wild Willow #ADC75F
Tints of Wild Willow #ADC75F
RGB
CMYK
RGB Variations
Color information
#ADC75F (or 0xADC75F) is known color: Wild Willow. HEX triplet: AD, C7 and 5F. RGB value is (173,199,95). Sum of RGB (Red+Green+Blue) = 173+199+95=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC75F is #5238A0. Grayscale: #B3B3B3. Windows color (decimal): -5388449 or 6277037. OLE color: 6277037.
HSL color Cylindrical-coordinate representation of color #ADC75F: hue angle of 75º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC75F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 95 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.22 |
| HSL | 75º | 0.48% | 0.58% | - |
| HSV(B) | 75º | 0.52% | 0.78% | - |
| XYZ | 39.72 | 50.56 | 18.49 | - |
| YUV | 179.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 95 | 0.13 | 0 | 0.52 | 0.22 | 75 | 0.48 | 0.58 |
| Hex | AD | C7 | 5F | D | 0 | 34 | 16 | 4B | 30 | 3A |
| Octal | 255 | 307 | 137 | 15 | 0 | 64 | 26 | 113 | 60 | 72 |
| Binary | 10101101 | 11000111 | 1011111 | 1101 | 0 | 110100 | 10110 | 1001011 | 110000 | 111010 |
Color Harmonies of #ADC75F
Complementary color
Monochromatic Colors of #ADC75F
Black with #ADC75F
Text Example
Text Example
White with #ADC75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC75F; }
p { color: rgb(173,199,95); }
H1.HeaderClassName
{
color: #ADC75F;
}
.AnyTagClassName
{
color: #ADC75F;
}
</style>
background-color css
<style>
a { background-color: #ADC75F; }
a { background-color: rgb(173,199,95); }
div.DivClassName
{
background-color: #ADC75F;
}
.BgClassName
{
background-color: #ADC75F;
}
</style>
border-color css
<style>
span { border-color: #ADC75F; }
span { border-color: rgb(173,199,95); }
td.TdClassName
{
border-color: #ADC75F;
}
.TagClassName
{
border-color: #ADC75F;
}
</style>