Shades of Wild Willow #AFC46A
Tints of Wild Willow #AFC46A
RGB
CMYK
RGB Variations
Color information
#AFC46A (or 0xAFC46A) is known color: Wild Willow. HEX triplet: AF, C4 and 6A. RGB value is (175,196,106). Sum of RGB (Red+Green+Blue) = 175+196+106=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC46A is #503B95. Grayscale: #B3B3B3. Windows color (decimal): -5258134 or 6997167. OLE color: 6997167.
HSL color Cylindrical-coordinate representation of color #AFC46A: hue angle of 74º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFC46A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 106 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.23 |
| HSL | 74º | 0.43% | 0.59% | - |
| HSV(B) | 74º | 0.46% | 0.77% | - |
| XYZ | 40.02 | 49.63 | 21.11 | - |
| YUV | 179.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 106 | 0.11 | 0 | 0.46 | 0.23 | 74 | 0.43 | 0.59 |
| Hex | AF | C4 | 6A | B | 0 | 2E | 17 | 4A | 2B | 3B |
| Octal | 257 | 304 | 152 | 13 | 0 | 56 | 27 | 112 | 53 | 73 |
| Binary | 10101111 | 11000100 | 1101010 | 1011 | 0 | 101110 | 10111 | 1001010 | 101011 | 111011 |
Color Harmonies of #AFC46A
Complementary color
Monochromatic Colors of #AFC46A
Black with #AFC46A
Text Example
Text Example
White with #AFC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC46A; }
p { color: rgb(175,196,106); }
H1.HeaderClassName
{
color: #AFC46A;
}
.AnyTagClassName
{
color: #AFC46A;
}
</style>
background-color css
<style>
a { background-color: #AFC46A; }
a { background-color: rgb(175,196,106); }
div.DivClassName
{
background-color: #AFC46A;
}
.BgClassName
{
background-color: #AFC46A;
}
</style>
border-color css
<style>
span { border-color: #AFC46A; }
span { border-color: rgb(175,196,106); }
td.TdClassName
{
border-color: #AFC46A;
}
.TagClassName
{
border-color: #AFC46A;
}
</style>