Shades of Wild Willow #AAC85F
Tints of Wild Willow #AAC85F
RGB
CMYK
RGB Variations
Color information
#AAC85F (or 0xAAC85F) is known color: Wild Willow. HEX triplet: AA, C8 and 5F. RGB value is (170,200,95). Sum of RGB (Red+Green+Blue) = 170+200+95=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC85F is #5537A0. Grayscale: #B3B3B3. Windows color (decimal): -5584801 or 6277290. OLE color: 6277290.
HSL color Cylindrical-coordinate representation of color #AAC85F: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAC85F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 95 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.22 |
| HSL | 77.14º | 0.49% | 0.58% | - |
| HSV(B) | 77.14º | 0.53% | 0.78% | - |
| XYZ | 39.3 | 50.68 | 18.54 | - |
| YUV | 179.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 95 | 0.15 | 0 | 0.52 | 0.22 | 77.14 | 0.49 | 0.58 |
| Hex | AA | C8 | 5F | F | 0 | 34 | 16 | 4D | 31 | 3A |
| Octal | 252 | 310 | 137 | 17 | 0 | 64 | 26 | 115 | 61 | 72 |
| Binary | 10101010 | 11001000 | 1011111 | 1111 | 0 | 110100 | 10110 | 1001101 | 110001 | 111010 |
Color Harmonies of #AAC85F
Complementary color
Monochromatic Colors of #AAC85F
Black with #AAC85F
Text Example
Text Example
White with #AAC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC85F; }
p { color: rgb(170,200,95); }
H1.HeaderClassName
{
color: #AAC85F;
}
.AnyTagClassName
{
color: #AAC85F;
}
</style>
background-color css
<style>
a { background-color: #AAC85F; }
a { background-color: rgb(170,200,95); }
div.DivClassName
{
background-color: #AAC85F;
}
.BgClassName
{
background-color: #AAC85F;
}
</style>
border-color css
<style>
span { border-color: #AAC85F; }
span { border-color: rgb(170,200,95); }
td.TdClassName
{
border-color: #AAC85F;
}
.TagClassName
{
border-color: #AAC85F;
}
</style>