Shades of Wild Willow #ACC368
Tints of Wild Willow #ACC368
RGB
CMYK
RGB Variations
Color information
#ACC368 (or 0xACC368) is known color: Wild Willow. HEX triplet: AC, C3 and 68. RGB value is (172,195,104). Sum of RGB (Red+Green+Blue) = 172+195+104=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC368 is #533C97. Grayscale: #B2B2B2. Windows color (decimal): -5455000 or 6865836. OLE color: 6865836.
HSL color Cylindrical-coordinate representation of color #ACC368: hue angle of 75.16º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACC368 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 104 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.24 |
| HSL | 75.16º | 0.43% | 0.59% | - |
| HSV(B) | 75.16º | 0.47% | 0.76% | - |
| XYZ | 39.03 | 48.8 | 20.46 | - |
| YUV | 177.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 104 | 0.12 | 0 | 0.47 | 0.24 | 75.16 | 0.43 | 0.59 |
| Hex | AC | C3 | 68 | C | 0 | 2F | 18 | 4B | 2B | 3B |
| Octal | 254 | 303 | 150 | 14 | 0 | 57 | 30 | 113 | 53 | 73 |
| Binary | 10101100 | 11000011 | 1101000 | 1100 | 0 | 101111 | 11000 | 1001011 | 101011 | 111011 |
Color Harmonies of #ACC368
Complementary color
Monochromatic Colors of #ACC368
Black with #ACC368
Text Example
Text Example
White with #ACC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC368; }
p { color: rgb(172,195,104); }
H1.HeaderClassName
{
color: #ACC368;
}
.AnyTagClassName
{
color: #ACC368;
}
</style>
background-color css
<style>
a { background-color: #ACC368; }
a { background-color: rgb(172,195,104); }
div.DivClassName
{
background-color: #ACC368;
}
.BgClassName
{
background-color: #ACC368;
}
</style>
border-color css
<style>
span { border-color: #ACC368; }
span { border-color: rgb(172,195,104); }
td.TdClassName
{
border-color: #ACC368;
}
.TagClassName
{
border-color: #ACC368;
}
</style>