Shades of Wild Willow #ACC85F
Tints of Wild Willow #ACC85F
RGB
CMYK
RGB Variations
Color information
#ACC85F (or 0xACC85F) is known color: Wild Willow. HEX triplet: AC, C8 and 5F. RGB value is (172,200,95). Sum of RGB (Red+Green+Blue) = 172+200+95=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC85F is #5337A0. Grayscale: #B4B4B4. Windows color (decimal): -5453729 or 6277292. OLE color: 6277292.
HSL color Cylindrical-coordinate representation of color #ACC85F: hue angle of 76º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACC85F is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 95 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.22 |
| HSL | 76º | 0.49% | 0.58% | - |
| HSV(B) | 76º | 0.53% | 0.78% | - |
| XYZ | 39.73 | 50.91 | 18.56 | - |
| YUV | 179.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 95 | 0.14 | 0 | 0.52 | 0.22 | 76 | 0.49 | 0.58 |
| Hex | AC | C8 | 5F | E | 0 | 34 | 16 | 4C | 31 | 3A |
| Octal | 254 | 310 | 137 | 16 | 0 | 64 | 26 | 114 | 61 | 72 |
| Binary | 10101100 | 11001000 | 1011111 | 1110 | 0 | 110100 | 10110 | 1001100 | 110001 | 111010 |
Color Harmonies of #ACC85F
Complementary color
Monochromatic Colors of #ACC85F
Black with #ACC85F
Text Example
Text Example
White with #ACC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC85F; }
p { color: rgb(172,200,95); }
H1.HeaderClassName
{
color: #ACC85F;
}
.AnyTagClassName
{
color: #ACC85F;
}
</style>
background-color css
<style>
a { background-color: #ACC85F; }
a { background-color: rgb(172,200,95); }
div.DivClassName
{
background-color: #ACC85F;
}
.BgClassName
{
background-color: #ACC85F;
}
</style>
border-color css
<style>
span { border-color: #ACC85F; }
span { border-color: rgb(172,200,95); }
td.TdClassName
{
border-color: #ACC85F;
}
.TagClassName
{
border-color: #ACC85F;
}
</style>