Shades of Wild Willow #AFC562
Tints of Wild Willow #AFC562
RGB
CMYK
RGB Variations
Color information
#AFC562 (or 0xAFC562) is known color: Wild Willow. HEX triplet: AF, C5 and 62. RGB value is (175,197,98). Sum of RGB (Red+Green+Blue) = 175+197+98=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC562 is #503A9D. Grayscale: #B3B3B3. Windows color (decimal): -5257886 or 6473135. OLE color: 6473135.
HSL color Cylindrical-coordinate representation of color #AFC562: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC562 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 98 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.23 |
| HSL | 73.33º | 0.46% | 0.58% | - |
| HSV(B) | 73.33º | 0.5% | 0.77% | - |
| XYZ | 39.85 | 49.93 | 19.09 | - |
| YUV | 179.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 98 | 0.11 | 0 | 0.50 | 0.23 | 73.33 | 0.46 | 0.58 |
| Hex | AF | C5 | 62 | B | 0 | 32 | 17 | 49 | 2E | 3A |
| Octal | 257 | 305 | 142 | 13 | 0 | 62 | 27 | 111 | 56 | 72 |
| Binary | 10101111 | 11000101 | 1100010 | 1011 | 0 | 110010 | 10111 | 1001001 | 101110 | 111010 |
Color Harmonies of #AFC562
Complementary color
Monochromatic Colors of #AFC562
Black with #AFC562
Text Example
Text Example
White with #AFC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC562; }
p { color: rgb(175,197,98); }
H1.HeaderClassName
{
color: #AFC562;
}
.AnyTagClassName
{
color: #AFC562;
}
</style>
background-color css
<style>
a { background-color: #AFC562; }
a { background-color: rgb(175,197,98); }
div.DivClassName
{
background-color: #AFC562;
}
.BgClassName
{
background-color: #AFC562;
}
</style>
border-color css
<style>
span { border-color: #AFC562; }
span { border-color: rgb(175,197,98); }
td.TdClassName
{
border-color: #AFC562;
}
.TagClassName
{
border-color: #AFC562;
}
</style>