Shades of Wild Willow #AFC959
Tints of Wild Willow #AFC959
RGB
CMYK
RGB Variations
Color information
#AFC959 (or 0xAFC959) is known color: Wild Willow. HEX triplet: AF, C9 and 59. RGB value is (175,201,89). Sum of RGB (Red+Green+Blue) = 175+201+89=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC959 is #5036A6. Grayscale: #B4B4B4. Windows color (decimal): -5256871 or 5884335. OLE color: 5884335.
HSL color Cylindrical-coordinate representation of color #AFC959: hue angle of 73.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFC959 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 89 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.21 |
| HSL | 73.93º | 0.51% | 0.57% | - |
| HSV(B) | 73.93º | 0.56% | 0.79% | - |
| XYZ | 40.37 | 51.61 | 17.28 | - |
| YUV | 180.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 89 | 0.13 | 0 | 0.56 | 0.21 | 73.93 | 0.51 | 0.57 |
| Hex | AF | C9 | 59 | D | 0 | 38 | 15 | 4A | 33 | 39 |
| Octal | 257 | 311 | 131 | 15 | 0 | 70 | 25 | 112 | 63 | 71 |
| Binary | 10101111 | 11001001 | 1011001 | 1101 | 0 | 111000 | 10101 | 1001010 | 110011 | 111001 |
Color Harmonies of #AFC959
Complementary color
Monochromatic Colors of #AFC959
Black with #AFC959
Text Example
Text Example
White with #AFC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC959; }
p { color: rgb(175,201,89); }
H1.HeaderClassName
{
color: #AFC959;
}
.AnyTagClassName
{
color: #AFC959;
}
</style>
background-color css
<style>
a { background-color: #AFC959; }
a { background-color: rgb(175,201,89); }
div.DivClassName
{
background-color: #AFC959;
}
.BgClassName
{
background-color: #AFC959;
}
</style>
border-color css
<style>
span { border-color: #AFC959; }
span { border-color: rgb(175,201,89); }
td.TdClassName
{
border-color: #AFC959;
}
.TagClassName
{
border-color: #AFC959;
}
</style>