Shades of Wild Willow #ACC45F
Tints of Wild Willow #ACC45F
RGB
CMYK
RGB Variations
Color information
#ACC45F (or 0xACC45F) is known color: Wild Willow. HEX triplet: AC, C4 and 5F. RGB value is (172,196,95). Sum of RGB (Red+Green+Blue) = 172+196+95=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC45F is #533BA0. Grayscale: #B1B1B1. Windows color (decimal): -5454753 or 6276268. OLE color: 6276268.
HSL color Cylindrical-coordinate representation of color #ACC45F: hue angle of 74.26º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACC45F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 95 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.23 |
| HSL | 74.26º | 0.46% | 0.57% | - |
| HSV(B) | 74.26º | 0.52% | 0.77% | - |
| XYZ | 38.82 | 49.08 | 18.25 | - |
| YUV | 177.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 95 | 0.12 | 0 | 0.52 | 0.23 | 74.26 | 0.46 | 0.57 |
| Hex | AC | C4 | 5F | C | 0 | 34 | 17 | 4A | 2E | 39 |
| Octal | 254 | 304 | 137 | 14 | 0 | 64 | 27 | 112 | 56 | 71 |
| Binary | 10101100 | 11000100 | 1011111 | 1100 | 0 | 110100 | 10111 | 1001010 | 101110 | 111001 |
Color Harmonies of #ACC45F
Complementary color
Monochromatic Colors of #ACC45F
Black with #ACC45F
Text Example
Text Example
White with #ACC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC45F; }
p { color: rgb(172,196,95); }
H1.HeaderClassName
{
color: #ACC45F;
}
.AnyTagClassName
{
color: #ACC45F;
}
</style>
background-color css
<style>
a { background-color: #ACC45F; }
a { background-color: rgb(172,196,95); }
div.DivClassName
{
background-color: #ACC45F;
}
.BgClassName
{
background-color: #ACC45F;
}
</style>
border-color css
<style>
span { border-color: #ACC45F; }
span { border-color: rgb(172,196,95); }
td.TdClassName
{
border-color: #ACC45F;
}
.TagClassName
{
border-color: #ACC45F;
}
</style>