Shades of Wild Willow #ADCC62
Tints of Wild Willow #ADCC62
RGB
CMYK
RGB Variations
Color information
#ADCC62 (or 0xADCC62) is known color: Wild Willow. HEX triplet: AD, CC and 62. RGB value is (173,204,98). Sum of RGB (Red+Green+Blue) = 173+204+98=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC62 is #52339D. Grayscale: #B7B7B7. Windows color (decimal): -5387166 or 6474925. OLE color: 6474925.
HSL color Cylindrical-coordinate representation of color #ADCC62: hue angle of 77.55º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADCC62 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 98 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.2 |
| HSL | 77.55º | 0.51% | 0.59% | - |
| HSV(B) | 77.55º | 0.52% | 0.8% | - |
| XYZ | 41.03 | 52.95 | 19.61 | - |
| YUV | 182.65 | 80.23 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 98 | 0.15 | 0 | 0.52 | 0.2 | 77.55 | 0.51 | 0.59 |
| Hex | AD | CC | 62 | F | 0 | 34 | 14 | 4E | 33 | 3B |
| Octal | 255 | 314 | 142 | 17 | 0 | 64 | 24 | 116 | 63 | 73 |
| Binary | 10101101 | 11001100 | 1100010 | 1111 | 0 | 110100 | 10100 | 1001110 | 110011 | 111011 |
Color Harmonies of #ADCC62
Complementary color
Monochromatic Colors of #ADCC62
Black with #ADCC62
Text Example
Text Example
White with #ADCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC62; }
p { color: rgb(173,204,98); }
H1.HeaderClassName
{
color: #ADCC62;
}
.AnyTagClassName
{
color: #ADCC62;
}
</style>
background-color css
<style>
a { background-color: #ADCC62; }
a { background-color: rgb(173,204,98); }
div.DivClassName
{
background-color: #ADCC62;
}
.BgClassName
{
background-color: #ADCC62;
}
</style>
border-color css
<style>
span { border-color: #ADCC62; }
span { border-color: rgb(173,204,98); }
td.TdClassName
{
border-color: #ADCC62;
}
.TagClassName
{
border-color: #ADCC62;
}
</style>