Shades of Wild Willow #ACC969
Tints of Wild Willow #ACC969
RGB
CMYK
RGB Variations
Color information
#ACC969 (or 0xACC969) is known color: Wild Willow. HEX triplet: AC, C9 and 69. RGB value is (172,201,105). Sum of RGB (Red+Green+Blue) = 172+201+105=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC969 is #533696. Grayscale: #B5B5B5. Windows color (decimal): -5453463 or 6932908. OLE color: 6932908.
HSL color Cylindrical-coordinate representation of color #ACC969: hue angle of 78.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACC969 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 105 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.21 |
| HSL | 78.12º | 0.47% | 0.6% | - |
| HSV(B) | 78.12º | 0.48% | 0.79% | - |
| XYZ | 40.45 | 51.56 | 21.19 | - |
| YUV | 181.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 105 | 0.14 | 0 | 0.48 | 0.21 | 78.12 | 0.47 | 0.6 |
| Hex | AC | C9 | 69 | E | 0 | 30 | 15 | 4E | 2F | 3C |
| Octal | 254 | 311 | 151 | 16 | 0 | 60 | 25 | 116 | 57 | 74 |
| Binary | 10101100 | 11001001 | 1101001 | 1110 | 0 | 110000 | 10101 | 1001110 | 101111 | 111100 |
Color Harmonies of #ACC969
Complementary color
Monochromatic Colors of #ACC969
Black with #ACC969
Text Example
Text Example
White with #ACC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC969; }
p { color: rgb(172,201,105); }
H1.HeaderClassName
{
color: #ACC969;
}
.AnyTagClassName
{
color: #ACC969;
}
</style>
background-color css
<style>
a { background-color: #ACC969; }
a { background-color: rgb(172,201,105); }
div.DivClassName
{
background-color: #ACC969;
}
.BgClassName
{
background-color: #ACC969;
}
</style>
border-color css
<style>
span { border-color: #ACC969; }
span { border-color: rgb(172,201,105); }
td.TdClassName
{
border-color: #ACC969;
}
.TagClassName
{
border-color: #ACC969;
}
</style>