Shades of Wild Willow #AFC560
Tints of Wild Willow #AFC560
RGB
CMYK
RGB Variations
Color information
#AFC560 (or 0xAFC560) is known color: Wild Willow. HEX triplet: AF, C5 and 60. RGB value is (175,197,96). Sum of RGB (Red+Green+Blue) = 175+197+96=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC560 is #503A9F. Grayscale: #B3B3B3. Windows color (decimal): -5257888 or 6342063. OLE color: 6342063.
HSL color Cylindrical-coordinate representation of color #AFC560: hue angle of 73.07º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFC560 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 96 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.23 |
| HSL | 73.07º | 0.47% | 0.57% | - |
| HSV(B) | 73.07º | 0.51% | 0.77% | - |
| XYZ | 39.76 | 49.89 | 18.6 | - |
| YUV | 178.91 | 81.21 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 96 | 0.11 | 0 | 0.51 | 0.23 | 73.07 | 0.47 | 0.57 |
| Hex | AF | C5 | 60 | B | 0 | 33 | 17 | 49 | 2F | 39 |
| Octal | 257 | 305 | 140 | 13 | 0 | 63 | 27 | 111 | 57 | 71 |
| Binary | 10101111 | 11000101 | 1100000 | 1011 | 0 | 110011 | 10111 | 1001001 | 101111 | 111001 |
Color Harmonies of #AFC560
Complementary color
Monochromatic Colors of #AFC560
Black with #AFC560
Text Example
Text Example
White with #AFC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC560; }
p { color: rgb(175,197,96); }
H1.HeaderClassName
{
color: #AFC560;
}
.AnyTagClassName
{
color: #AFC560;
}
</style>
background-color css
<style>
a { background-color: #AFC560; }
a { background-color: rgb(175,197,96); }
div.DivClassName
{
background-color: #AFC560;
}
.BgClassName
{
background-color: #AFC560;
}
</style>
border-color css
<style>
span { border-color: #AFC560; }
span { border-color: rgb(175,197,96); }
td.TdClassName
{
border-color: #AFC560;
}
.TagClassName
{
border-color: #AFC560;
}
</style>