Shades of Wild Willow #ACC960
Tints of Wild Willow #ACC960
RGB
CMYK
RGB Variations
Color information
#ACC960 (or 0xACC960) is known color: Wild Willow. HEX triplet: AC, C9 and 60. RGB value is (172,201,96). Sum of RGB (Red+Green+Blue) = 172+201+96=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC960 is #53369F. Grayscale: #B4B4B4. Windows color (decimal): -5453472 or 6343084. OLE color: 6343084.
HSL color Cylindrical-coordinate representation of color #ACC960: hue angle of 76.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACC960 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 96 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.21 |
| HSL | 76.57º | 0.49% | 0.58% | - |
| HSV(B) | 76.57º | 0.52% | 0.79% | - |
| XYZ | 40.01 | 51.39 | 18.88 | - |
| YUV | 180.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 96 | 0.14 | 0 | 0.52 | 0.21 | 76.57 | 0.49 | 0.58 |
| Hex | AC | C9 | 60 | E | 0 | 34 | 15 | 4D | 31 | 3A |
| Octal | 254 | 311 | 140 | 16 | 0 | 64 | 25 | 115 | 61 | 72 |
| Binary | 10101100 | 11001001 | 1100000 | 1110 | 0 | 110100 | 10101 | 1001101 | 110001 | 111010 |
Color Harmonies of #ACC960
Complementary color
Monochromatic Colors of #ACC960
Black with #ACC960
Text Example
Text Example
White with #ACC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC960; }
p { color: rgb(172,201,96); }
H1.HeaderClassName
{
color: #ACC960;
}
.AnyTagClassName
{
color: #ACC960;
}
</style>
background-color css
<style>
a { background-color: #ACC960; }
a { background-color: rgb(172,201,96); }
div.DivClassName
{
background-color: #ACC960;
}
.BgClassName
{
background-color: #ACC960;
}
</style>
border-color css
<style>
span { border-color: #ACC960; }
span { border-color: rgb(172,201,96); }
td.TdClassName
{
border-color: #ACC960;
}
.TagClassName
{
border-color: #ACC960;
}
</style>