Shades of Wild Willow #AFC862
Tints of Wild Willow #AFC862
RGB
CMYK
RGB Variations
Color information
#AFC862 (or 0xAFC862) is known color: Wild Willow. HEX triplet: AF, C8 and 62. RGB value is (175,200,98). Sum of RGB (Red+Green+Blue) = 175+200+98=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC862 is #50379D. Grayscale: #B5B5B5. Windows color (decimal): -5257118 or 6473903. OLE color: 6473903.
HSL color Cylindrical-coordinate representation of color #AFC862: hue angle of 74.71º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFC862 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 98 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.22 |
| HSL | 74.71º | 0.48% | 0.58% | - |
| HSV(B) | 74.71º | 0.51% | 0.78% | - |
| XYZ | 40.54 | 51.3 | 19.32 | - |
| YUV | 180.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 98 | 0.12 | 0 | 0.51 | 0.22 | 74.71 | 0.48 | 0.58 |
| Hex | AF | C8 | 62 | C | 0 | 33 | 16 | 4B | 30 | 3A |
| Octal | 257 | 310 | 142 | 14 | 0 | 63 | 26 | 113 | 60 | 72 |
| Binary | 10101111 | 11001000 | 1100010 | 1100 | 0 | 110011 | 10110 | 1001011 | 110000 | 111010 |
Color Harmonies of #AFC862
Complementary color
Monochromatic Colors of #AFC862
Black with #AFC862
Text Example
Text Example
White with #AFC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC862; }
p { color: rgb(175,200,98); }
H1.HeaderClassName
{
color: #AFC862;
}
.AnyTagClassName
{
color: #AFC862;
}
</style>
background-color css
<style>
a { background-color: #AFC862; }
a { background-color: rgb(175,200,98); }
div.DivClassName
{
background-color: #AFC862;
}
.BgClassName
{
background-color: #AFC862;
}
</style>
border-color css
<style>
span { border-color: #AFC862; }
span { border-color: rgb(175,200,98); }
td.TdClassName
{
border-color: #AFC862;
}
.TagClassName
{
border-color: #AFC862;
}
</style>