Shades of Wild Willow #ACC864
Tints of Wild Willow #ACC864
RGB
CMYK
RGB Variations
Color information
#ACC864 (or 0xACC864) is known color: Wild Willow. HEX triplet: AC, C8 and 64. RGB value is (172,200,100). Sum of RGB (Red+Green+Blue) = 172+200+100=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC864 is #53379B. Grayscale: #B4B4B4. Windows color (decimal): -5453724 or 6604972. OLE color: 6604972.
HSL color Cylindrical-coordinate representation of color #ACC864: hue angle of 76.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACC864 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 100 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.22 |
| HSL | 76.8º | 0.48% | 0.59% | - |
| HSV(B) | 76.8º | 0.5% | 0.78% | - |
| XYZ | 39.97 | 51 | 19.79 | - |
| YUV | 180.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 100 | 0.14 | 0 | 0.5 | 0.22 | 76.8 | 0.48 | 0.59 |
| Hex | AC | C8 | 64 | E | 0 | 32 | 16 | 4D | 30 | 3B |
| Octal | 254 | 310 | 144 | 16 | 0 | 62 | 26 | 115 | 60 | 73 |
| Binary | 10101100 | 11001000 | 1100100 | 1110 | 0 | 110010 | 10110 | 1001101 | 110000 | 111011 |
Color Harmonies of #ACC864
Complementary color
Monochromatic Colors of #ACC864
Black with #ACC864
Text Example
Text Example
White with #ACC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC864; }
p { color: rgb(172,200,100); }
H1.HeaderClassName
{
color: #ACC864;
}
.AnyTagClassName
{
color: #ACC864;
}
</style>
background-color css
<style>
a { background-color: #ACC864; }
a { background-color: rgb(172,200,100); }
div.DivClassName
{
background-color: #ACC864;
}
.BgClassName
{
background-color: #ACC864;
}
</style>
border-color css
<style>
span { border-color: #ACC864; }
span { border-color: rgb(172,200,100); }
td.TdClassName
{
border-color: #ACC864;
}
.TagClassName
{
border-color: #ACC864;
}
</style>