Shades of Wild Willow #AEC560
Tints of Wild Willow #AEC560
RGB
CMYK
RGB Variations
Color information
#AEC560 (or 0xAEC560) is known color: Wild Willow. HEX triplet: AE, C5 and 60. RGB value is (174,197,96). Sum of RGB (Red+Green+Blue) = 174+197+96=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC560 is #513A9F. Grayscale: #B2B2B2. Windows color (decimal): -5323424 or 6342062. OLE color: 6342062.
HSL color Cylindrical-coordinate representation of color #AEC560: hue angle of 73.66º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEC560 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 96 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.23 |
| HSL | 73.66º | 0.47% | 0.57% | - |
| HSV(B) | 73.66º | 0.51% | 0.77% | - |
| XYZ | 39.53 | 49.78 | 18.59 | - |
| YUV | 178.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 96 | 0.12 | 0 | 0.51 | 0.23 | 73.66 | 0.47 | 0.57 |
| Hex | AE | C5 | 60 | C | 0 | 33 | 17 | 4A | 2F | 39 |
| Octal | 256 | 305 | 140 | 14 | 0 | 63 | 27 | 112 | 57 | 71 |
| Binary | 10101110 | 11000101 | 1100000 | 1100 | 0 | 110011 | 10111 | 1001010 | 101111 | 111001 |
Color Harmonies of #AEC560
Complementary color
Monochromatic Colors of #AEC560
Black with #AEC560
Text Example
Text Example
White with #AEC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC560; }
p { color: rgb(174,197,96); }
H1.HeaderClassName
{
color: #AEC560;
}
.AnyTagClassName
{
color: #AEC560;
}
</style>
background-color css
<style>
a { background-color: #AEC560; }
a { background-color: rgb(174,197,96); }
div.DivClassName
{
background-color: #AEC560;
}
.BgClassName
{
background-color: #AEC560;
}
</style>
border-color css
<style>
span { border-color: #AEC560; }
span { border-color: rgb(174,197,96); }
td.TdClassName
{
border-color: #AEC560;
}
.TagClassName
{
border-color: #AEC560;
}
</style>