Shades of Wild Willow #ACC660
Tints of Wild Willow #ACC660
RGB
CMYK
RGB Variations
Color information
#ACC660 (or 0xACC660) is known color: Wild Willow. HEX triplet: AC, C6 and 60. RGB value is (172,198,96). Sum of RGB (Red+Green+Blue) = 172+198+96=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC660 is #53399F. Grayscale: #B2B2B2. Windows color (decimal): -5454240 or 6342316. OLE color: 6342316.
HSL color Cylindrical-coordinate representation of color #ACC660: hue angle of 75.29º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACC660 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 96 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.22 |
| HSL | 75.29º | 0.47% | 0.58% | - |
| HSV(B) | 75.29º | 0.52% | 0.78% | - |
| XYZ | 39.32 | 50 | 18.65 | - |
| YUV | 178.6 | 81.39 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 96 | 0.13 | 0 | 0.52 | 0.22 | 75.29 | 0.47 | 0.58 |
| Hex | AC | C6 | 60 | D | 0 | 34 | 16 | 4B | 2F | 3A |
| Octal | 254 | 306 | 140 | 15 | 0 | 64 | 26 | 113 | 57 | 72 |
| Binary | 10101100 | 11000110 | 1100000 | 1101 | 0 | 110100 | 10110 | 1001011 | 101111 | 111010 |
Color Harmonies of #ACC660
Complementary color
Monochromatic Colors of #ACC660
Black with #ACC660
Text Example
Text Example
White with #ACC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC660; }
p { color: rgb(172,198,96); }
H1.HeaderClassName
{
color: #ACC660;
}
.AnyTagClassName
{
color: #ACC660;
}
</style>
background-color css
<style>
a { background-color: #ACC660; }
a { background-color: rgb(172,198,96); }
div.DivClassName
{
background-color: #ACC660;
}
.BgClassName
{
background-color: #ACC660;
}
</style>
border-color css
<style>
span { border-color: #ACC660; }
span { border-color: rgb(172,198,96); }
td.TdClassName
{
border-color: #ACC660;
}
.TagClassName
{
border-color: #ACC660;
}
</style>