Shades of Wild Willow #AFC06A
Tints of Wild Willow #AFC06A
RGB
CMYK
RGB Variations
Color information
#AFC06A (or 0xAFC06A) is known color: Wild Willow. HEX triplet: AF, C0 and 6A. RGB value is (175,192,106). Sum of RGB (Red+Green+Blue) = 175+192+106=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC06A is #503F95. Grayscale: #B1B1B1. Windows color (decimal): -5259158 or 6996143. OLE color: 6996143.
HSL color Cylindrical-coordinate representation of color #AFC06A: hue angle of 71.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFC06A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 106 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.25 |
| HSL | 71.86º | 0.41% | 0.58% | - |
| HSV(B) | 71.86º | 0.45% | 0.75% | - |
| XYZ | 39.13 | 47.85 | 20.81 | - |
| YUV | 177.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 106 | 0.09 | 0 | 0.45 | 0.25 | 71.86 | 0.41 | 0.58 |
| Hex | AF | C0 | 6A | 9 | 0 | 2D | 19 | 48 | 29 | 3A |
| Octal | 257 | 300 | 152 | 11 | 0 | 55 | 31 | 110 | 51 | 72 |
| Binary | 10101111 | 11000000 | 1101010 | 1001 | 0 | 101101 | 11001 | 1001000 | 101001 | 111010 |
Color Harmonies of #AFC06A
Complementary color
Monochromatic Colors of #AFC06A
Black with #AFC06A
Text Example
Text Example
White with #AFC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC06A; }
p { color: rgb(175,192,106); }
H1.HeaderClassName
{
color: #AFC06A;
}
.AnyTagClassName
{
color: #AFC06A;
}
</style>
background-color css
<style>
a { background-color: #AFC06A; }
a { background-color: rgb(175,192,106); }
div.DivClassName
{
background-color: #AFC06A;
}
.BgClassName
{
background-color: #AFC06A;
}
</style>
border-color css
<style>
span { border-color: #AFC06A; }
span { border-color: rgb(175,192,106); }
td.TdClassName
{
border-color: #AFC06A;
}
.TagClassName
{
border-color: #AFC06A;
}
</style>