Shades of Wild Willow #ACC15F
Tints of Wild Willow #ACC15F
RGB
CMYK
RGB Variations
Color information
#ACC15F (or 0xACC15F) is known color: Wild Willow. HEX triplet: AC, C1 and 5F. RGB value is (172,193,95). Sum of RGB (Red+Green+Blue) = 172+193+95=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC15F is #533EA0. Grayscale: #AFAFAF. Windows color (decimal): -5455521 or 6275500. OLE color: 6275500.
HSL color Cylindrical-coordinate representation of color #ACC15F: hue angle of 72.86º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACC15F is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 95 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.24 |
| HSL | 72.86º | 0.44% | 0.56% | - |
| HSV(B) | 72.86º | 0.51% | 0.76% | - |
| XYZ | 38.15 | 47.74 | 18.03 | - |
| YUV | 175.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 95 | 0.11 | 0 | 0.51 | 0.24 | 72.86 | 0.44 | 0.56 |
| Hex | AC | C1 | 5F | B | 0 | 33 | 18 | 49 | 2C | 38 |
| Octal | 254 | 301 | 137 | 13 | 0 | 63 | 30 | 111 | 54 | 70 |
| Binary | 10101100 | 11000001 | 1011111 | 1011 | 0 | 110011 | 11000 | 1001001 | 101100 | 111000 |
Color Harmonies of #ACC15F
Complementary color
Monochromatic Colors of #ACC15F
Black with #ACC15F
Text Example
Text Example
White with #ACC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC15F; }
p { color: rgb(172,193,95); }
H1.HeaderClassName
{
color: #ACC15F;
}
.AnyTagClassName
{
color: #ACC15F;
}
</style>
background-color css
<style>
a { background-color: #ACC15F; }
a { background-color: rgb(172,193,95); }
div.DivClassName
{
background-color: #ACC15F;
}
.BgClassName
{
background-color: #ACC15F;
}
</style>
border-color css
<style>
span { border-color: #ACC15F; }
span { border-color: rgb(172,193,95); }
td.TdClassName
{
border-color: #ACC15F;
}
.TagClassName
{
border-color: #ACC15F;
}
</style>