Shades of Wild Willow #ACC663
Tints of Wild Willow #ACC663
RGB
CMYK
RGB Variations
Color information
#ACC663 (or 0xACC663) is known color: Wild Willow. HEX triplet: AC, C6 and 63. RGB value is (172,198,99). Sum of RGB (Red+Green+Blue) = 172+198+99=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC663 is #53399C. Grayscale: #B3B3B3. Windows color (decimal): -5454237 or 6538924. OLE color: 6538924.
HSL color Cylindrical-coordinate representation of color #ACC663: hue angle of 75.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACC663 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 99 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.22 |
| HSL | 75.76º | 0.46% | 0.58% | - |
| HSV(B) | 75.76º | 0.5% | 0.78% | - |
| XYZ | 39.46 | 50.06 | 19.39 | - |
| YUV | 178.94 | 82.89 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 99 | 0.13 | 0 | 0.50 | 0.22 | 75.76 | 0.46 | 0.58 |
| Hex | AC | C6 | 63 | D | 0 | 32 | 16 | 4C | 2E | 3A |
| Octal | 254 | 306 | 143 | 15 | 0 | 62 | 26 | 114 | 56 | 72 |
| Binary | 10101100 | 11000110 | 1100011 | 1101 | 0 | 110010 | 10110 | 1001100 | 101110 | 111010 |
Color Harmonies of #ACC663
Complementary color
Monochromatic Colors of #ACC663
Black with #ACC663
Text Example
Text Example
White with #ACC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC663; }
p { color: rgb(172,198,99); }
H1.HeaderClassName
{
color: #ACC663;
}
.AnyTagClassName
{
color: #ACC663;
}
</style>
background-color css
<style>
a { background-color: #ACC663; }
a { background-color: rgb(172,198,99); }
div.DivClassName
{
background-color: #ACC663;
}
.BgClassName
{
background-color: #ACC663;
}
</style>
border-color css
<style>
span { border-color: #ACC663; }
span { border-color: rgb(172,198,99); }
td.TdClassName
{
border-color: #ACC663;
}
.TagClassName
{
border-color: #ACC663;
}
</style>