Shades of Wild Willow #AECD68
Tints of Wild Willow #AECD68
RGB
CMYK
RGB Variations
Color information
#AECD68 (or 0xAECD68) is known color: Wild Willow. HEX triplet: AE, CD and 68. RGB value is (174,205,104). Sum of RGB (Red+Green+Blue) = 174+205+104=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD68 is #513297. Grayscale: #B8B8B8. Windows color (decimal): -5321368 or 6868398. OLE color: 6868398.
HSL color Cylindrical-coordinate representation of color #AECD68: hue angle of 78.42º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AECD68 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 104 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.20 |
| HSL | 78.42º | 0.5% | 0.61% | - |
| HSV(B) | 78.42º | 0.49% | 0.8% | - |
| XYZ | 41.79 | 53.66 | 21.25 | - |
| YUV | 184.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 104 | 0.15 | 0 | 0.49 | 0.20 | 78.42 | 0.5 | 0.61 |
| Hex | AE | CD | 68 | F | 0 | 31 | 14 | 4E | 32 | 3D |
| Octal | 256 | 315 | 150 | 17 | 0 | 61 | 24 | 116 | 62 | 75 |
| Binary | 10101110 | 11001101 | 1101000 | 1111 | 0 | 110001 | 10100 | 1001110 | 110010 | 111101 |
Color Harmonies of #AECD68
Complementary color
Monochromatic Colors of #AECD68
Black with #AECD68
Text Example
Text Example
White with #AECD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD68; }
p { color: rgb(174,205,104); }
H1.HeaderClassName
{
color: #AECD68;
}
.AnyTagClassName
{
color: #AECD68;
}
</style>
background-color css
<style>
a { background-color: #AECD68; }
a { background-color: rgb(174,205,104); }
div.DivClassName
{
background-color: #AECD68;
}
.BgClassName
{
background-color: #AECD68;
}
</style>
border-color css
<style>
span { border-color: #AECD68; }
span { border-color: rgb(174,205,104); }
td.TdClassName
{
border-color: #AECD68;
}
.TagClassName
{
border-color: #AECD68;
}
</style>