Shades of Wild Willow #AEC466
Tints of Wild Willow #AEC466
RGB
CMYK
RGB Variations
Color information
#AEC466 (or 0xAEC466) is known color: Wild Willow. HEX triplet: AE, C4 and 66. RGB value is (174,196,102). Sum of RGB (Red+Green+Blue) = 174+196+102=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC466 is #513B99. Grayscale: #B3B3B3. Windows color (decimal): -5323674 or 6735022. OLE color: 6735022.
HSL color Cylindrical-coordinate representation of color #AEC466: hue angle of 74.04º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEC466 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 102 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.23 |
| HSL | 74.04º | 0.44% | 0.58% | - |
| HSV(B) | 74.04º | 0.48% | 0.77% | - |
| XYZ | 39.59 | 49.44 | 20.03 | - |
| YUV | 178.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 102 | 0.11 | 0 | 0.48 | 0.23 | 74.04 | 0.44 | 0.58 |
| Hex | AE | C4 | 66 | B | 0 | 30 | 17 | 4A | 2C | 3A |
| Octal | 256 | 304 | 146 | 13 | 0 | 60 | 27 | 112 | 54 | 72 |
| Binary | 10101110 | 11000100 | 1100110 | 1011 | 0 | 110000 | 10111 | 1001010 | 101100 | 111010 |
Color Harmonies of #AEC466
Complementary color
Monochromatic Colors of #AEC466
Black with #AEC466
Text Example
Text Example
White with #AEC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC466; }
p { color: rgb(174,196,102); }
H1.HeaderClassName
{
color: #AEC466;
}
.AnyTagClassName
{
color: #AEC466;
}
</style>
background-color css
<style>
a { background-color: #AEC466; }
a { background-color: rgb(174,196,102); }
div.DivClassName
{
background-color: #AEC466;
}
.BgClassName
{
background-color: #AEC466;
}
</style>
border-color css
<style>
span { border-color: #AEC466; }
span { border-color: rgb(174,196,102); }
td.TdClassName
{
border-color: #AEC466;
}
.TagClassName
{
border-color: #AEC466;
}
</style>