Shades of Wild Willow #ACC95D
Tints of Wild Willow #ACC95D
RGB
CMYK
RGB Variations
Color information
#ACC95D (or 0xACC95D) is known color: Wild Willow. HEX triplet: AC, C9 and 5D. RGB value is (172,201,93). Sum of RGB (Red+Green+Blue) = 172+201+93=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC95D is #5336A2. Grayscale: #B4B4B4. Windows color (decimal): -5453475 or 6146476. OLE color: 6146476.
HSL color Cylindrical-coordinate representation of color #ACC95D: hue angle of 76.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACC95D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 93 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.21 |
| HSL | 76.11º | 0.5% | 0.58% | - |
| HSV(B) | 76.11º | 0.54% | 0.79% | - |
| XYZ | 39.88 | 51.33 | 18.16 | - |
| YUV | 180.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 93 | 0.14 | 0 | 0.54 | 0.21 | 76.11 | 0.5 | 0.58 |
| Hex | AC | C9 | 5D | E | 0 | 36 | 15 | 4C | 32 | 3A |
| Octal | 254 | 311 | 135 | 16 | 0 | 66 | 25 | 114 | 62 | 72 |
| Binary | 10101100 | 11001001 | 1011101 | 1110 | 0 | 110110 | 10101 | 1001100 | 110010 | 111010 |
Color Harmonies of #ACC95D
Complementary color
Monochromatic Colors of #ACC95D
Black with #ACC95D
Text Example
Text Example
White with #ACC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC95D; }
p { color: rgb(172,201,93); }
H1.HeaderClassName
{
color: #ACC95D;
}
.AnyTagClassName
{
color: #ACC95D;
}
</style>
background-color css
<style>
a { background-color: #ACC95D; }
a { background-color: rgb(172,201,93); }
div.DivClassName
{
background-color: #ACC95D;
}
.BgClassName
{
background-color: #ACC95D;
}
</style>
border-color css
<style>
span { border-color: #ACC95D; }
span { border-color: rgb(172,201,93); }
td.TdClassName
{
border-color: #ACC95D;
}
.TagClassName
{
border-color: #ACC95D;
}
</style>