Shades of Wild Willow #A9C665
Tints of Wild Willow #A9C665
RGB
CMYK
RGB Variations
Color information
#A9C665 (or 0xA9C665) is known color: Wild Willow. HEX triplet: A9, C6 and 65. RGB value is (169,198,101). Sum of RGB (Red+Green+Blue) = 169+198+101=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C665 is #56399A. Grayscale: #B2B2B2. Windows color (decimal): -5650843 or 6669993. OLE color: 6669993.
HSL color Cylindrical-coordinate representation of color #A9C665: hue angle of 77.94º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9C665 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 101 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.22 |
| HSL | 77.94º | 0.46% | 0.59% | - |
| HSV(B) | 77.94º | 0.49% | 0.78% | - |
| XYZ | 38.91 | 49.76 | 19.87 | - |
| YUV | 178.27 | 84.39 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 101 | 0.15 | 0 | 0.49 | 0.22 | 77.94 | 0.46 | 0.59 |
| Hex | A9 | C6 | 65 | F | 0 | 31 | 16 | 4E | 2E | 3B |
| Octal | 251 | 306 | 145 | 17 | 0 | 61 | 26 | 116 | 56 | 73 |
| Binary | 10101001 | 11000110 | 1100101 | 1111 | 0 | 110001 | 10110 | 1001110 | 101110 | 111011 |
Color Harmonies of #A9C665
Complementary color
Monochromatic Colors of #A9C665
Black with #A9C665
Text Example
Text Example
White with #A9C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C665; }
p { color: rgb(169,198,101); }
H1.HeaderClassName
{
color: #A9C665;
}
.AnyTagClassName
{
color: #A9C665;
}
</style>
background-color css
<style>
a { background-color: #A9C665; }
a { background-color: rgb(169,198,101); }
div.DivClassName
{
background-color: #A9C665;
}
.BgClassName
{
background-color: #A9C665;
}
</style>
border-color css
<style>
span { border-color: #A9C665; }
span { border-color: rgb(169,198,101); }
td.TdClassName
{
border-color: #A9C665;
}
.TagClassName
{
border-color: #A9C665;
}
</style>