Shades of Wild Willow #AFC864
Tints of Wild Willow #AFC864
RGB
CMYK
RGB Variations
Color information
#AFC864 (or 0xAFC864) is known color: Wild Willow. HEX triplet: AF, C8 and 64. RGB value is (175,200,100). Sum of RGB (Red+Green+Blue) = 175+200+100=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC864 is #50379B. Grayscale: #B5B5B5. Windows color (decimal): -5257116 or 6604975. OLE color: 6604975.
HSL color Cylindrical-coordinate representation of color #AFC864: hue angle of 75º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC864 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 100 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.22 |
| HSL | 75º | 0.48% | 0.59% | - |
| HSV(B) | 75º | 0.5% | 0.78% | - |
| XYZ | 40.63 | 51.34 | 19.83 | - |
| YUV | 181.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 100 | 0.12 | 0 | 0.5 | 0.22 | 75 | 0.48 | 0.59 |
| Hex | AF | C8 | 64 | C | 0 | 32 | 16 | 4B | 30 | 3B |
| Octal | 257 | 310 | 144 | 14 | 0 | 62 | 26 | 113 | 60 | 73 |
| Binary | 10101111 | 11001000 | 1100100 | 1100 | 0 | 110010 | 10110 | 1001011 | 110000 | 111011 |
Color Harmonies of #AFC864
Complementary color
Monochromatic Colors of #AFC864
Black with #AFC864
Text Example
Text Example
White with #AFC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC864; }
p { color: rgb(175,200,100); }
H1.HeaderClassName
{
color: #AFC864;
}
.AnyTagClassName
{
color: #AFC864;
}
</style>
background-color css
<style>
a { background-color: #AFC864; }
a { background-color: rgb(175,200,100); }
div.DivClassName
{
background-color: #AFC864;
}
.BgClassName
{
background-color: #AFC864;
}
</style>
border-color css
<style>
span { border-color: #AFC864; }
span { border-color: rgb(175,200,100); }
td.TdClassName
{
border-color: #AFC864;
}
.TagClassName
{
border-color: #AFC864;
}
</style>