Shades of Wild Willow #ACC55F
Tints of Wild Willow #ACC55F
RGB
CMYK
RGB Variations
Color information
#ACC55F (or 0xACC55F) is known color: Wild Willow. HEX triplet: AC, C5 and 5F. RGB value is (172,197,95). Sum of RGB (Red+Green+Blue) = 172+197+95=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC55F is #533AA0. Grayscale: #B2B2B2. Windows color (decimal): -5454497 or 6276524. OLE color: 6276524.
HSL color Cylindrical-coordinate representation of color #ACC55F: hue angle of 74.71º degrees, saturation: 0.47, 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 #ACC55F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 95 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.23 |
| HSL | 74.71º | 0.47% | 0.57% | - |
| HSV(B) | 74.71º | 0.52% | 0.77% | - |
| XYZ | 39.05 | 49.53 | 18.33 | - |
| YUV | 177.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 95 | 0.13 | 0 | 0.52 | 0.23 | 74.71 | 0.47 | 0.57 |
| Hex | AC | C5 | 5F | D | 0 | 34 | 17 | 4B | 2F | 39 |
| Octal | 254 | 305 | 137 | 15 | 0 | 64 | 27 | 113 | 57 | 71 |
| Binary | 10101100 | 11000101 | 1011111 | 1101 | 0 | 110100 | 10111 | 1001011 | 101111 | 111001 |
Color Harmonies of #ACC55F
Complementary color
Monochromatic Colors of #ACC55F
Black with #ACC55F
Text Example
Text Example
White with #ACC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC55F; }
p { color: rgb(172,197,95); }
H1.HeaderClassName
{
color: #ACC55F;
}
.AnyTagClassName
{
color: #ACC55F;
}
</style>
background-color css
<style>
a { background-color: #ACC55F; }
a { background-color: rgb(172,197,95); }
div.DivClassName
{
background-color: #ACC55F;
}
.BgClassName
{
background-color: #ACC55F;
}
</style>
border-color css
<style>
span { border-color: #ACC55F; }
span { border-color: rgb(172,197,95); }
td.TdClassName
{
border-color: #ACC55F;
}
.TagClassName
{
border-color: #ACC55F;
}
</style>