Shades of Wild Willow #AFC66A
Tints of Wild Willow #AFC66A
RGB
CMYK
RGB Variations
Color information
#AFC66A (or 0xAFC66A) is known color: Wild Willow. HEX triplet: AF, C6 and 6A. RGB value is (175,198,106). Sum of RGB (Red+Green+Blue) = 175+198+106=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC66A is #503995. Grayscale: #B4B4B4. Windows color (decimal): -5257622 or 6997679. OLE color: 6997679.
HSL color Cylindrical-coordinate representation of color #AFC66A: hue angle of 75º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFC66A is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 106 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.22 |
| HSL | 75º | 0.45% | 0.6% | - |
| HSV(B) | 75º | 0.46% | 0.78% | - |
| XYZ | 40.47 | 50.54 | 21.26 | - |
| YUV | 180.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 106 | 0.12 | 0 | 0.46 | 0.22 | 75 | 0.45 | 0.6 |
| Hex | AF | C6 | 6A | C | 0 | 2E | 16 | 4B | 2D | 3C |
| Octal | 257 | 306 | 152 | 14 | 0 | 56 | 26 | 113 | 55 | 74 |
| Binary | 10101111 | 11000110 | 1101010 | 1100 | 0 | 101110 | 10110 | 1001011 | 101101 | 111100 |
Color Harmonies of #AFC66A
Complementary color
Monochromatic Colors of #AFC66A
Black with #AFC66A
Text Example
Text Example
White with #AFC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC66A; }
p { color: rgb(175,198,106); }
H1.HeaderClassName
{
color: #AFC66A;
}
.AnyTagClassName
{
color: #AFC66A;
}
</style>
background-color css
<style>
a { background-color: #AFC66A; }
a { background-color: rgb(175,198,106); }
div.DivClassName
{
background-color: #AFC66A;
}
.BgClassName
{
background-color: #AFC66A;
}
</style>
border-color css
<style>
span { border-color: #AFC66A; }
span { border-color: rgb(175,198,106); }
td.TdClassName
{
border-color: #AFC66A;
}
.TagClassName
{
border-color: #AFC66A;
}
</style>