Shades of Wild Willow #ACC45E
Tints of Wild Willow #ACC45E
RGB
CMYK
RGB Variations
Color information
#ACC45E (or 0xACC45E) is known color: Wild Willow. HEX triplet: AC, C4 and 5E. RGB value is (172,196,94). Sum of RGB (Red+Green+Blue) = 172+196+94=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC45E is #533BA1. Grayscale: #B1B1B1. Windows color (decimal): -5454754 or 6210732. OLE color: 6210732.
HSL color Cylindrical-coordinate representation of color #ACC45E: hue angle of 74.12º 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 #ACC45E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 94 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.23 |
| HSL | 74.12º | 0.46% | 0.57% | - |
| HSV(B) | 74.12º | 0.52% | 0.77% | - |
| XYZ | 38.77 | 49.06 | 18.02 | - |
| YUV | 177.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 94 | 0.12 | 0 | 0.52 | 0.23 | 74.12 | 0.46 | 0.57 |
| Hex | AC | C4 | 5E | C | 0 | 34 | 17 | 4A | 2E | 39 |
| Octal | 254 | 304 | 136 | 14 | 0 | 64 | 27 | 112 | 56 | 71 |
| Binary | 10101100 | 11000100 | 1011110 | 1100 | 0 | 110100 | 10111 | 1001010 | 101110 | 111001 |
Color Harmonies of #ACC45E
Complementary color
Monochromatic Colors of #ACC45E
Black with #ACC45E
Text Example
Text Example
White with #ACC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC45E; }
p { color: rgb(172,196,94); }
H1.HeaderClassName
{
color: #ACC45E;
}
.AnyTagClassName
{
color: #ACC45E;
}
</style>
background-color css
<style>
a { background-color: #ACC45E; }
a { background-color: rgb(172,196,94); }
div.DivClassName
{
background-color: #ACC45E;
}
.BgClassName
{
background-color: #ACC45E;
}
</style>
border-color css
<style>
span { border-color: #ACC45E; }
span { border-color: rgb(172,196,94); }
td.TdClassName
{
border-color: #ACC45E;
}
.TagClassName
{
border-color: #ACC45E;
}
</style>