Shades of Wild Willow #ACC466
Tints of Wild Willow #ACC466
RGB
CMYK
RGB Variations
Color information
#ACC466 (or 0xACC466) is known color: Wild Willow. HEX triplet: AC, C4 and 66. RGB value is (172,196,102). Sum of RGB (Red+Green+Blue) = 172+196+102=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC466 is #533B99. Grayscale: #B2B2B2. Windows color (decimal): -5454746 or 6735020. OLE color: 6735020.
HSL color Cylindrical-coordinate representation of color #ACC466: hue angle of 75.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACC466 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 102 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.23 |
| HSL | 75.32º | 0.44% | 0.58% | - |
| HSV(B) | 75.32º | 0.48% | 0.77% | - |
| XYZ | 39.15 | 49.21 | 20.01 | - |
| YUV | 178.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 102 | 0.12 | 0 | 0.48 | 0.23 | 75.32 | 0.44 | 0.58 |
| Hex | AC | C4 | 66 | C | 0 | 30 | 17 | 4B | 2C | 3A |
| Octal | 254 | 304 | 146 | 14 | 0 | 60 | 27 | 113 | 54 | 72 |
| Binary | 10101100 | 11000100 | 1100110 | 1100 | 0 | 110000 | 10111 | 1001011 | 101100 | 111010 |
Color Harmonies of #ACC466
Complementary color
Monochromatic Colors of #ACC466
Black with #ACC466
Text Example
Text Example
White with #ACC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC466; }
p { color: rgb(172,196,102); }
H1.HeaderClassName
{
color: #ACC466;
}
.AnyTagClassName
{
color: #ACC466;
}
</style>
background-color css
<style>
a { background-color: #ACC466; }
a { background-color: rgb(172,196,102); }
div.DivClassName
{
background-color: #ACC466;
}
.BgClassName
{
background-color: #ACC466;
}
</style>
border-color css
<style>
span { border-color: #ACC466; }
span { border-color: rgb(172,196,102); }
td.TdClassName
{
border-color: #ACC466;
}
.TagClassName
{
border-color: #ACC466;
}
</style>