Shades of Wild Willow #ACC468
Tints of Wild Willow #ACC468
RGB
CMYK
RGB Variations
Color information
#ACC468 (or 0xACC468) is known color: Wild Willow. HEX triplet: AC, C4 and 68. RGB value is (172,196,104). Sum of RGB (Red+Green+Blue) = 172+196+104=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC468 is #533B97. Grayscale: #B2B2B2. Windows color (decimal): -5454744 or 6866092. OLE color: 6866092.
HSL color Cylindrical-coordinate representation of color #ACC468: hue angle of 75.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACC468 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 104 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.23 |
| HSL | 75.65º | 0.44% | 0.59% | - |
| HSV(B) | 75.65º | 0.47% | 0.77% | - |
| XYZ | 39.25 | 49.25 | 20.53 | - |
| YUV | 178.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 104 | 0.12 | 0 | 0.47 | 0.23 | 75.65 | 0.44 | 0.59 |
| Hex | AC | C4 | 68 | C | 0 | 2F | 17 | 4C | 2C | 3B |
| Octal | 254 | 304 | 150 | 14 | 0 | 57 | 27 | 114 | 54 | 73 |
| Binary | 10101100 | 11000100 | 1101000 | 1100 | 0 | 101111 | 10111 | 1001100 | 101100 | 111011 |
Color Harmonies of #ACC468
Complementary color
Monochromatic Colors of #ACC468
Black with #ACC468
Text Example
Text Example
White with #ACC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC468; }
p { color: rgb(172,196,104); }
H1.HeaderClassName
{
color: #ACC468;
}
.AnyTagClassName
{
color: #ACC468;
}
</style>
background-color css
<style>
a { background-color: #ACC468; }
a { background-color: rgb(172,196,104); }
div.DivClassName
{
background-color: #ACC468;
}
.BgClassName
{
background-color: #ACC468;
}
</style>
border-color css
<style>
span { border-color: #ACC468; }
span { border-color: rgb(172,196,104); }
td.TdClassName
{
border-color: #ACC468;
}
.TagClassName
{
border-color: #ACC468;
}
</style>