Shades of Wild Willow #AFC962
Tints of Wild Willow #AFC962
RGB
CMYK
RGB Variations
Color information
#AFC962 (or 0xAFC962) is known color: Wild Willow. HEX triplet: AF, C9 and 62. RGB value is (175,201,98). Sum of RGB (Red+Green+Blue) = 175+201+98=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC962 is #50369D. Grayscale: #B5B5B5. Windows color (decimal): -5256862 or 6474159. OLE color: 6474159.
HSL color Cylindrical-coordinate representation of color #AFC962: hue angle of 75.15º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFC962 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 98 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.21 |
| HSL | 75.15º | 0.49% | 0.59% | - |
| HSV(B) | 75.15º | 0.51% | 0.79% | - |
| XYZ | 40.77 | 51.77 | 19.4 | - |
| YUV | 181.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 98 | 0.13 | 0 | 0.51 | 0.21 | 75.15 | 0.49 | 0.59 |
| Hex | AF | C9 | 62 | D | 0 | 33 | 15 | 4B | 31 | 3B |
| Octal | 257 | 311 | 142 | 15 | 0 | 63 | 25 | 113 | 61 | 73 |
| Binary | 10101111 | 11001001 | 1100010 | 1101 | 0 | 110011 | 10101 | 1001011 | 110001 | 111011 |
Color Harmonies of #AFC962
Complementary color
Monochromatic Colors of #AFC962
Black with #AFC962
Text Example
Text Example
White with #AFC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC962; }
p { color: rgb(175,201,98); }
H1.HeaderClassName
{
color: #AFC962;
}
.AnyTagClassName
{
color: #AFC962;
}
</style>
background-color css
<style>
a { background-color: #AFC962; }
a { background-color: rgb(175,201,98); }
div.DivClassName
{
background-color: #AFC962;
}
.BgClassName
{
background-color: #AFC962;
}
</style>
border-color css
<style>
span { border-color: #AFC962; }
span { border-color: rgb(175,201,98); }
td.TdClassName
{
border-color: #AFC962;
}
.TagClassName
{
border-color: #AFC962;
}
</style>