Shades of Wild Willow #AEC85A
Tints of Wild Willow #AEC85A
RGB
CMYK
RGB Variations
Color information
#AEC85A (or 0xAEC85A) is known color: Wild Willow. HEX triplet: AE, C8 and 5A. RGB value is (174,200,90). Sum of RGB (Red+Green+Blue) = 174+200+90=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC85A is #5137A5. Grayscale: #B4B4B4. Windows color (decimal): -5322662 or 5949614. OLE color: 5949614.
HSL color Cylindrical-coordinate representation of color #AEC85A: hue angle of 74.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEC85A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 200 | 90 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.22 |
| HSL | 74.18º | 0.5% | 0.57% | - |
| HSV(B) | 74.18º | 0.55% | 0.78% | - |
| XYZ | 39.96 | 51.05 | 17.42 | - |
| YUV | 179.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 90 | 0.13 | 0 | 0.55 | 0.22 | 74.18 | 0.5 | 0.57 |
| Hex | AE | C8 | 5A | D | 0 | 37 | 16 | 4A | 32 | 39 |
| Octal | 256 | 310 | 132 | 15 | 0 | 67 | 26 | 112 | 62 | 71 |
| Binary | 10101110 | 11001000 | 1011010 | 1101 | 0 | 110111 | 10110 | 1001010 | 110010 | 111001 |
Color Harmonies of #AEC85A
Complementary color
Monochromatic Colors of #AEC85A
Black with #AEC85A
Text Example
Text Example
White with #AEC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC85A; }
p { color: rgb(174,200,90); }
H1.HeaderClassName
{
color: #AEC85A;
}
.AnyTagClassName
{
color: #AEC85A;
}
</style>
background-color css
<style>
a { background-color: #AEC85A; }
a { background-color: rgb(174,200,90); }
div.DivClassName
{
background-color: #AEC85A;
}
.BgClassName
{
background-color: #AEC85A;
}
</style>
border-color css
<style>
span { border-color: #AEC85A; }
span { border-color: rgb(174,200,90); }
td.TdClassName
{
border-color: #AEC85A;
}
.TagClassName
{
border-color: #AEC85A;
}
</style>