Shades of Wild Willow #ACC564
Tints of Wild Willow #ACC564
RGB
CMYK
RGB Variations
Color information
#ACC564 (or 0xACC564) is known color: Wild Willow. HEX triplet: AC, C5 and 64. RGB value is (172,197,100). Sum of RGB (Red+Green+Blue) = 172+197+100=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC564 is #533A9B. Grayscale: #B2B2B2. Windows color (decimal): -5454492 or 6604204. OLE color: 6604204.
HSL color Cylindrical-coordinate representation of color #ACC564: hue angle of 75.46º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACC564 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 100 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.23 |
| HSL | 75.46º | 0.46% | 0.58% | - |
| HSV(B) | 75.46º | 0.49% | 0.77% | - |
| XYZ | 39.28 | 49.62 | 19.56 | - |
| YUV | 178.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 100 | 0.13 | 0 | 0.49 | 0.23 | 75.46 | 0.46 | 0.58 |
| Hex | AC | C5 | 64 | D | 0 | 31 | 17 | 4B | 2E | 3A |
| Octal | 254 | 305 | 144 | 15 | 0 | 61 | 27 | 113 | 56 | 72 |
| Binary | 10101100 | 11000101 | 1100100 | 1101 | 0 | 110001 | 10111 | 1001011 | 101110 | 111010 |
Color Harmonies of #ACC564
Complementary color
Monochromatic Colors of #ACC564
Black with #ACC564
Text Example
Text Example
White with #ACC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC564; }
p { color: rgb(172,197,100); }
H1.HeaderClassName
{
color: #ACC564;
}
.AnyTagClassName
{
color: #ACC564;
}
</style>
background-color css
<style>
a { background-color: #ACC564; }
a { background-color: rgb(172,197,100); }
div.DivClassName
{
background-color: #ACC564;
}
.BgClassName
{
background-color: #ACC564;
}
</style>
border-color css
<style>
span { border-color: #ACC564; }
span { border-color: rgb(172,197,100); }
td.TdClassName
{
border-color: #ACC564;
}
.TagClassName
{
border-color: #ACC564;
}
</style>