Shades of Wild Willow #AFC960
Tints of Wild Willow #AFC960
RGB
CMYK
RGB Variations
Color information
#AFC960 (or 0xAFC960) is known color: Wild Willow. HEX triplet: AF, C9 and 60. RGB value is (175,201,96). Sum of RGB (Red+Green+Blue) = 175+201+96=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC960 is #50369F. Grayscale: #B5B5B5. Windows color (decimal): -5256864 or 6343087. OLE color: 6343087.
HSL color Cylindrical-coordinate representation of color #AFC960: hue angle of 74.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC960 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 96 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.21 |
| HSL | 74.86º | 0.49% | 0.58% | - |
| HSV(B) | 74.86º | 0.52% | 0.79% | - |
| XYZ | 40.68 | 51.73 | 18.91 | - |
| YUV | 181.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 96 | 0.13 | 0 | 0.52 | 0.21 | 74.86 | 0.49 | 0.58 |
| Hex | AF | C9 | 60 | D | 0 | 34 | 15 | 4B | 31 | 3A |
| Octal | 257 | 311 | 140 | 15 | 0 | 64 | 25 | 113 | 61 | 72 |
| Binary | 10101111 | 11001001 | 1100000 | 1101 | 0 | 110100 | 10101 | 1001011 | 110001 | 111010 |
Color Harmonies of #AFC960
Complementary color
Monochromatic Colors of #AFC960
Black with #AFC960
Text Example
Text Example
White with #AFC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC960; }
p { color: rgb(175,201,96); }
H1.HeaderClassName
{
color: #AFC960;
}
.AnyTagClassName
{
color: #AFC960;
}
</style>
background-color css
<style>
a { background-color: #AFC960; }
a { background-color: rgb(175,201,96); }
div.DivClassName
{
background-color: #AFC960;
}
.BgClassName
{
background-color: #AFC960;
}
</style>
border-color css
<style>
span { border-color: #AFC960; }
span { border-color: rgb(175,201,96); }
td.TdClassName
{
border-color: #AFC960;
}
.TagClassName
{
border-color: #AFC960;
}
</style>