Shades of Wild Willow #ACC565
Tints of Wild Willow #ACC565
RGB
CMYK
RGB Variations
Color information
#ACC565 (or 0xACC565) is known color: Wild Willow. HEX triplet: AC, C5 and 65. RGB value is (172,197,101). Sum of RGB (Red+Green+Blue) = 172+197+101=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC565 is #533A9A. Grayscale: #B2B2B2. Windows color (decimal): -5454491 or 6669740. OLE color: 6669740.
HSL color Cylindrical-coordinate representation of color #ACC565: hue angle of 75.63º degrees, saturation: 0.45, 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 #ACC565 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 101 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.23 |
| HSL | 75.63º | 0.45% | 0.58% | - |
| HSV(B) | 75.63º | 0.49% | 0.77% | - |
| XYZ | 39.33 | 49.64 | 19.82 | - |
| YUV | 178.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 101 | 0.13 | 0 | 0.49 | 0.23 | 75.63 | 0.45 | 0.58 |
| Hex | AC | C5 | 65 | D | 0 | 31 | 17 | 4C | 2D | 3A |
| Octal | 254 | 305 | 145 | 15 | 0 | 61 | 27 | 114 | 55 | 72 |
| Binary | 10101100 | 11000101 | 1100101 | 1101 | 0 | 110001 | 10111 | 1001100 | 101101 | 111010 |
Color Harmonies of #ACC565
Complementary color
Monochromatic Colors of #ACC565
Black with #ACC565
Text Example
Text Example
White with #ACC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC565; }
p { color: rgb(172,197,101); }
H1.HeaderClassName
{
color: #ACC565;
}
.AnyTagClassName
{
color: #ACC565;
}
</style>
background-color css
<style>
a { background-color: #ACC565; }
a { background-color: rgb(172,197,101); }
div.DivClassName
{
background-color: #ACC565;
}
.BgClassName
{
background-color: #ACC565;
}
</style>
border-color css
<style>
span { border-color: #ACC565; }
span { border-color: rgb(172,197,101); }
td.TdClassName
{
border-color: #ACC565;
}
.TagClassName
{
border-color: #ACC565;
}
</style>