Shades of Wild Willow #ADC267
Tints of Wild Willow #ADC267
RGB
CMYK
RGB Variations
Color information
#ADC267 (or 0xADC267) is known color: Wild Willow. HEX triplet: AD, C2 and 67. RGB value is (173,194,103). Sum of RGB (Red+Green+Blue) = 173+194+103=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC267 is #523D98. Grayscale: #B1B1B1. Windows color (decimal): -5389721 or 6800045. OLE color: 6800045.
HSL color Cylindrical-coordinate representation of color #ADC267: hue angle of 73.85º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADC267 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 103 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.24 |
| HSL | 73.85º | 0.43% | 0.58% | - |
| HSV(B) | 73.85º | 0.47% | 0.76% | - |
| XYZ | 38.97 | 48.45 | 20.13 | - |
| YUV | 177.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 103 | 0.11 | 0 | 0.47 | 0.24 | 73.85 | 0.43 | 0.58 |
| Hex | AD | C2 | 67 | B | 0 | 2F | 18 | 4A | 2B | 3A |
| Octal | 255 | 302 | 147 | 13 | 0 | 57 | 30 | 112 | 53 | 72 |
| Binary | 10101101 | 11000010 | 1100111 | 1011 | 0 | 101111 | 11000 | 1001010 | 101011 | 111010 |
Color Harmonies of #ADC267
Complementary color
Monochromatic Colors of #ADC267
Black with #ADC267
Text Example
Text Example
White with #ADC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC267; }
p { color: rgb(173,194,103); }
H1.HeaderClassName
{
color: #ADC267;
}
.AnyTagClassName
{
color: #ADC267;
}
</style>
background-color css
<style>
a { background-color: #ADC267; }
a { background-color: rgb(173,194,103); }
div.DivClassName
{
background-color: #ADC267;
}
.BgClassName
{
background-color: #ADC267;
}
</style>
border-color css
<style>
span { border-color: #ADC267; }
span { border-color: rgb(173,194,103); }
td.TdClassName
{
border-color: #ADC267;
}
.TagClassName
{
border-color: #ADC267;
}
</style>