Shades of Wild Willow #AFC062
Tints of Wild Willow #AFC062
RGB
CMYK
RGB Variations
Color information
#AFC062 (or 0xAFC062) is known color: Wild Willow. HEX triplet: AF, C0 and 62. RGB value is (175,192,98). Sum of RGB (Red+Green+Blue) = 175+192+98=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC062 is #503F9D. Grayscale: #B0B0B0. Windows color (decimal): -5259166 or 6471855. OLE color: 6471855.
HSL color Cylindrical-coordinate representation of color #AFC062: hue angle of 70.85º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFC062 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 98 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.25 |
| HSL | 70.85º | 0.43% | 0.57% | - |
| HSV(B) | 70.85º | 0.49% | 0.75% | - |
| XYZ | 38.73 | 47.7 | 18.72 | - |
| YUV | 176.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 98 | 0.09 | 0 | 0.49 | 0.25 | 70.85 | 0.43 | 0.57 |
| Hex | AF | C0 | 62 | 9 | 0 | 31 | 19 | 47 | 2B | 39 |
| Octal | 257 | 300 | 142 | 11 | 0 | 61 | 31 | 107 | 53 | 71 |
| Binary | 10101111 | 11000000 | 1100010 | 1001 | 0 | 110001 | 11001 | 1000111 | 101011 | 111001 |
Color Harmonies of #AFC062
Complementary color
Monochromatic Colors of #AFC062
Black with #AFC062
Text Example
Text Example
White with #AFC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC062; }
p { color: rgb(175,192,98); }
H1.HeaderClassName
{
color: #AFC062;
}
.AnyTagClassName
{
color: #AFC062;
}
</style>
background-color css
<style>
a { background-color: #AFC062; }
a { background-color: rgb(175,192,98); }
div.DivClassName
{
background-color: #AFC062;
}
.BgClassName
{
background-color: #AFC062;
}
</style>
border-color css
<style>
span { border-color: #AFC062; }
span { border-color: rgb(175,192,98); }
td.TdClassName
{
border-color: #AFC062;
}
.TagClassName
{
border-color: #AFC062;
}
</style>