Shades of Wild Willow #AAC75E
Tints of Wild Willow #AAC75E
RGB
CMYK
RGB Variations
Color information
#AAC75E (or 0xAAC75E) is known color: Wild Willow. HEX triplet: AA, C7 and 5E. RGB value is (170,199,94). Sum of RGB (Red+Green+Blue) = 170+199+94=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC75E is #5538A1. Grayscale: #B2B2B2. Windows color (decimal): -5585058 or 6211498. OLE color: 6211498.
HSL color Cylindrical-coordinate representation of color #AAC75E: hue angle of 76.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAC75E is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 94 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.22 |
| HSL | 76.57º | 0.48% | 0.57% | - |
| HSV(B) | 76.57º | 0.53% | 0.78% | - |
| XYZ | 39.02 | 50.2 | 18.22 | - |
| YUV | 178.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 94 | 0.15 | 0 | 0.53 | 0.22 | 76.57 | 0.48 | 0.57 |
| Hex | AA | C7 | 5E | F | 0 | 35 | 16 | 4D | 30 | 39 |
| Octal | 252 | 307 | 136 | 17 | 0 | 65 | 26 | 115 | 60 | 71 |
| Binary | 10101010 | 11000111 | 1011110 | 1111 | 0 | 110101 | 10110 | 1001101 | 110000 | 111001 |
Color Harmonies of #AAC75E
Complementary color
Monochromatic Colors of #AAC75E
Black with #AAC75E
Text Example
Text Example
White with #AAC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC75E; }
p { color: rgb(170,199,94); }
H1.HeaderClassName
{
color: #AAC75E;
}
.AnyTagClassName
{
color: #AAC75E;
}
</style>
background-color css
<style>
a { background-color: #AAC75E; }
a { background-color: rgb(170,199,94); }
div.DivClassName
{
background-color: #AAC75E;
}
.BgClassName
{
background-color: #AAC75E;
}
</style>
border-color css
<style>
span { border-color: #AAC75E; }
span { border-color: rgb(170,199,94); }
td.TdClassName
{
border-color: #AAC75E;
}
.TagClassName
{
border-color: #AAC75E;
}
</style>