Shades of Wild Willow #AFC06C
Tints of Wild Willow #AFC06C
RGB
CMYK
RGB Variations
Color information
#AFC06C (or 0xAFC06C) is known color: Wild Willow. HEX triplet: AF, C0 and 6C. RGB value is (175,192,108). Sum of RGB (Red+Green+Blue) = 175+192+108=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC06C is #503F93. Grayscale: #B1B1B1. Windows color (decimal): -5259156 or 7127215. OLE color: 7127215.
HSL color Cylindrical-coordinate representation of color #AFC06C: hue angle of 72.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC06C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 108 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.25 |
| HSL | 72.14º | 0.4% | 0.59% | - |
| HSV(B) | 72.14º | 0.44% | 0.75% | - |
| XYZ | 39.24 | 47.9 | 21.36 | - |
| YUV | 177.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 108 | 0.09 | 0 | 0.44 | 0.25 | 72.14 | 0.4 | 0.59 |
| Hex | AF | C0 | 6C | 9 | 0 | 2C | 19 | 48 | 28 | 3B |
| Octal | 257 | 300 | 154 | 11 | 0 | 54 | 31 | 110 | 50 | 73 |
| Binary | 10101111 | 11000000 | 1101100 | 1001 | 0 | 101100 | 11001 | 1001000 | 101000 | 111011 |
Color Harmonies of #AFC06C
Complementary color
Monochromatic Colors of #AFC06C
Black with #AFC06C
Text Example
Text Example
White with #AFC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC06C; }
p { color: rgb(175,192,108); }
H1.HeaderClassName
{
color: #AFC06C;
}
.AnyTagClassName
{
color: #AFC06C;
}
</style>
background-color css
<style>
a { background-color: #AFC06C; }
a { background-color: rgb(175,192,108); }
div.DivClassName
{
background-color: #AFC06C;
}
.BgClassName
{
background-color: #AFC06C;
}
</style>
border-color css
<style>
span { border-color: #AFC06C; }
span { border-color: rgb(175,192,108); }
td.TdClassName
{
border-color: #AFC06C;
}
.TagClassName
{
border-color: #AFC06C;
}
</style>