Shades of Wild Willow #AFC96A
Tints of Wild Willow #AFC96A
RGB
CMYK
RGB Variations
Color information
#AFC96A (or 0xAFC96A) is known color: Wild Willow. HEX triplet: AF, C9 and 6A. RGB value is (175,201,106). Sum of RGB (Red+Green+Blue) = 175+201+106=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC96A is #503695. Grayscale: #B6B6B6. Windows color (decimal): -5256854 or 6998447. OLE color: 6998447.
HSL color Cylindrical-coordinate representation of color #AFC96A: hue angle of 76.42º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFC96A is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 106 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.21 |
| HSL | 76.42º | 0.47% | 0.6% | - |
| HSV(B) | 76.42º | 0.47% | 0.79% | - |
| XYZ | 41.17 | 51.93 | 21.49 | - |
| YUV | 182.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 106 | 0.13 | 0 | 0.47 | 0.21 | 76.42 | 0.47 | 0.6 |
| Hex | AF | C9 | 6A | D | 0 | 2F | 15 | 4C | 2F | 3C |
| Octal | 257 | 311 | 152 | 15 | 0 | 57 | 25 | 114 | 57 | 74 |
| Binary | 10101111 | 11001001 | 1101010 | 1101 | 0 | 101111 | 10101 | 1001100 | 101111 | 111100 |
Color Harmonies of #AFC96A
Complementary color
Monochromatic Colors of #AFC96A
Black with #AFC96A
Text Example
Text Example
White with #AFC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC96A; }
p { color: rgb(175,201,106); }
H1.HeaderClassName
{
color: #AFC96A;
}
.AnyTagClassName
{
color: #AFC96A;
}
</style>
background-color css
<style>
a { background-color: #AFC96A; }
a { background-color: rgb(175,201,106); }
div.DivClassName
{
background-color: #AFC96A;
}
.BgClassName
{
background-color: #AFC96A;
}
</style>
border-color css
<style>
span { border-color: #AFC96A; }
span { border-color: rgb(175,201,106); }
td.TdClassName
{
border-color: #AFC96A;
}
.TagClassName
{
border-color: #AFC96A;
}
</style>