Shades of Wild Willow #ACC25E
Tints of Wild Willow #ACC25E
RGB
CMYK
RGB Variations
Color information
#ACC25E (or 0xACC25E) is known color: Wild Willow. HEX triplet: AC, C2 and 5E. RGB value is (172,194,94). Sum of RGB (Red+Green+Blue) = 172+194+94=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC25E is #533DA1. Grayscale: #B0B0B0. Windows color (decimal): -5455266 or 6210220. OLE color: 6210220.
HSL color Cylindrical-coordinate representation of color #ACC25E: hue angle of 73.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACC25E is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 94 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.24 |
| HSL | 73.2º | 0.45% | 0.56% | - |
| HSV(B) | 73.2º | 0.52% | 0.76% | - |
| XYZ | 38.33 | 48.16 | 17.87 | - |
| YUV | 176.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 94 | 0.11 | 0 | 0.52 | 0.24 | 73.2 | 0.45 | 0.56 |
| Hex | AC | C2 | 5E | B | 0 | 34 | 18 | 49 | 2D | 38 |
| Octal | 254 | 302 | 136 | 13 | 0 | 64 | 30 | 111 | 55 | 70 |
| Binary | 10101100 | 11000010 | 1011110 | 1011 | 0 | 110100 | 11000 | 1001001 | 101101 | 111000 |
Color Harmonies of #ACC25E
Complementary color
Monochromatic Colors of #ACC25E
Black with #ACC25E
Text Example
Text Example
White with #ACC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC25E; }
p { color: rgb(172,194,94); }
H1.HeaderClassName
{
color: #ACC25E;
}
.AnyTagClassName
{
color: #ACC25E;
}
</style>
background-color css
<style>
a { background-color: #ACC25E; }
a { background-color: rgb(172,194,94); }
div.DivClassName
{
background-color: #ACC25E;
}
.BgClassName
{
background-color: #ACC25E;
}
</style>
border-color css
<style>
span { border-color: #ACC25E; }
span { border-color: rgb(172,194,94); }
td.TdClassName
{
border-color: #ACC25E;
}
.TagClassName
{
border-color: #ACC25E;
}
</style>