Shades of Wild Willow #ACC561
Tints of Wild Willow #ACC561
RGB
CMYK
RGB Variations
Color information
#ACC561 (or 0xACC561) is known color: Wild Willow. HEX triplet: AC, C5 and 61. RGB value is (172,197,97). Sum of RGB (Red+Green+Blue) = 172+197+97=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC561 is #533A9E. Grayscale: #B2B2B2. Windows color (decimal): -5454495 or 6407596. OLE color: 6407596.
HSL color Cylindrical-coordinate representation of color #ACC561: hue angle of 75º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACC561 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 97 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.23 |
| HSL | 75º | 0.46% | 0.58% | - |
| HSV(B) | 75º | 0.51% | 0.77% | - |
| XYZ | 39.14 | 49.57 | 18.81 | - |
| YUV | 178.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 97 | 0.13 | 0 | 0.51 | 0.23 | 75 | 0.46 | 0.58 |
| Hex | AC | C5 | 61 | D | 0 | 33 | 17 | 4B | 2E | 3A |
| Octal | 254 | 305 | 141 | 15 | 0 | 63 | 27 | 113 | 56 | 72 |
| Binary | 10101100 | 11000101 | 1100001 | 1101 | 0 | 110011 | 10111 | 1001011 | 101110 | 111010 |
Color Harmonies of #ACC561
Complementary color
Monochromatic Colors of #ACC561
Black with #ACC561
Text Example
Text Example
White with #ACC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC561; }
p { color: rgb(172,197,97); }
H1.HeaderClassName
{
color: #ACC561;
}
.AnyTagClassName
{
color: #ACC561;
}
</style>
background-color css
<style>
a { background-color: #ACC561; }
a { background-color: rgb(172,197,97); }
div.DivClassName
{
background-color: #ACC561;
}
.BgClassName
{
background-color: #ACC561;
}
</style>
border-color css
<style>
span { border-color: #ACC561; }
span { border-color: rgb(172,197,97); }
td.TdClassName
{
border-color: #ACC561;
}
.TagClassName
{
border-color: #ACC561;
}
</style>