Shades of Wild Willow #ACC360
Tints of Wild Willow #ACC360
RGB
CMYK
RGB Variations
Color information
#ACC360 (or 0xACC360) is known color: Wild Willow. HEX triplet: AC, C3 and 60. RGB value is (172,195,96). Sum of RGB (Red+Green+Blue) = 172+195+96=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC360 is #533C9F. Grayscale: #B1B1B1. Windows color (decimal): -5455008 or 6341548. OLE color: 6341548.
HSL color Cylindrical-coordinate representation of color #ACC360: hue angle of 73.94º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACC360 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 96 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.24 |
| HSL | 73.94º | 0.45% | 0.57% | - |
| HSV(B) | 73.94º | 0.51% | 0.76% | - |
| XYZ | 38.64 | 48.65 | 18.42 | - |
| YUV | 176.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 96 | 0.12 | 0 | 0.51 | 0.24 | 73.94 | 0.45 | 0.57 |
| Hex | AC | C3 | 60 | C | 0 | 33 | 18 | 4A | 2D | 39 |
| Octal | 254 | 303 | 140 | 14 | 0 | 63 | 30 | 112 | 55 | 71 |
| Binary | 10101100 | 11000011 | 1100000 | 1100 | 0 | 110011 | 11000 | 1001010 | 101101 | 111001 |
Color Harmonies of #ACC360
Complementary color
Monochromatic Colors of #ACC360
Black with #ACC360
Text Example
Text Example
White with #ACC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC360; }
p { color: rgb(172,195,96); }
H1.HeaderClassName
{
color: #ACC360;
}
.AnyTagClassName
{
color: #ACC360;
}
</style>
background-color css
<style>
a { background-color: #ACC360; }
a { background-color: rgb(172,195,96); }
div.DivClassName
{
background-color: #ACC360;
}
.BgClassName
{
background-color: #ACC360;
}
</style>
border-color css
<style>
span { border-color: #ACC360; }
span { border-color: rgb(172,195,96); }
td.TdClassName
{
border-color: #ACC360;
}
.TagClassName
{
border-color: #ACC360;
}
</style>