Shades of Wild Willow #ADCC64
Tints of Wild Willow #ADCC64
RGB
CMYK
RGB Variations
Color information
#ADCC64 (or 0xADCC64) is known color: Wild Willow. HEX triplet: AD, CC and 64. RGB value is (173,204,100). Sum of RGB (Red+Green+Blue) = 173+204+100=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC64 is #52339B. Grayscale: #B7B7B7. Windows color (decimal): -5387164 or 6605997. OLE color: 6605997.
HSL color Cylindrical-coordinate representation of color #ADCC64: hue angle of 77.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADCC64 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 100 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.2 |
| HSL | 77.88º | 0.5% | 0.6% | - |
| HSV(B) | 77.88º | 0.51% | 0.8% | - |
| XYZ | 41.13 | 52.99 | 20.12 | - |
| YUV | 182.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 100 | 0.15 | 0 | 0.51 | 0.2 | 77.88 | 0.5 | 0.6 |
| Hex | AD | CC | 64 | F | 0 | 33 | 14 | 4E | 32 | 3C |
| Octal | 255 | 314 | 144 | 17 | 0 | 63 | 24 | 116 | 62 | 74 |
| Binary | 10101101 | 11001100 | 1100100 | 1111 | 0 | 110011 | 10100 | 1001110 | 110010 | 111100 |
Color Harmonies of #ADCC64
Complementary color
Monochromatic Colors of #ADCC64
Black with #ADCC64
Text Example
Text Example
White with #ADCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC64; }
p { color: rgb(173,204,100); }
H1.HeaderClassName
{
color: #ADCC64;
}
.AnyTagClassName
{
color: #ADCC64;
}
</style>
background-color css
<style>
a { background-color: #ADCC64; }
a { background-color: rgb(173,204,100); }
div.DivClassName
{
background-color: #ADCC64;
}
.BgClassName
{
background-color: #ADCC64;
}
</style>
border-color css
<style>
span { border-color: #ADCC64; }
span { border-color: rgb(173,204,100); }
td.TdClassName
{
border-color: #ADCC64;
}
.TagClassName
{
border-color: #ADCC64;
}
</style>