Shades of Wild Willow #ADC368
Tints of Wild Willow #ADC368
RGB
CMYK
RGB Variations
Color information
#ADC368 (or 0xADC368) is known color: Wild Willow. HEX triplet: AD, C3 and 68. RGB value is (173,195,104). Sum of RGB (Red+Green+Blue) = 173+195+104=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC368 is #523C97. Grayscale: #B2B2B2. Windows color (decimal): -5389464 or 6865837. OLE color: 6865837.
HSL color Cylindrical-coordinate representation of color #ADC368: hue angle of 74.51º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADC368 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 104 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.24 |
| HSL | 74.51º | 0.43% | 0.59% | - |
| HSV(B) | 74.51º | 0.47% | 0.76% | - |
| XYZ | 39.25 | 48.91 | 20.47 | - |
| YUV | 178.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 104 | 0.11 | 0 | 0.47 | 0.24 | 74.51 | 0.43 | 0.59 |
| Hex | AD | C3 | 68 | B | 0 | 2F | 18 | 4B | 2B | 3B |
| Octal | 255 | 303 | 150 | 13 | 0 | 57 | 30 | 113 | 53 | 73 |
| Binary | 10101101 | 11000011 | 1101000 | 1011 | 0 | 101111 | 11000 | 1001011 | 101011 | 111011 |
Color Harmonies of #ADC368
Complementary color
Monochromatic Colors of #ADC368
Black with #ADC368
Text Example
Text Example
White with #ADC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC368; }
p { color: rgb(173,195,104); }
H1.HeaderClassName
{
color: #ADC368;
}
.AnyTagClassName
{
color: #ADC368;
}
</style>
background-color css
<style>
a { background-color: #ADC368; }
a { background-color: rgb(173,195,104); }
div.DivClassName
{
background-color: #ADC368;
}
.BgClassName
{
background-color: #ADC368;
}
</style>
border-color css
<style>
span { border-color: #ADC368; }
span { border-color: rgb(173,195,104); }
td.TdClassName
{
border-color: #ADC368;
}
.TagClassName
{
border-color: #ADC368;
}
</style>