Shades of Wild Willow #AFC16A
Tints of Wild Willow #AFC16A
RGB
CMYK
RGB Variations
Color information
#AFC16A (or 0xAFC16A) is known color: Wild Willow. HEX triplet: AF, C1 and 6A. RGB value is (175,193,106). Sum of RGB (Red+Green+Blue) = 175+193+106=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC16A is #503E95. Grayscale: #B2B2B2. Windows color (decimal): -5258902 or 6996399. OLE color: 6996399.
HSL color Cylindrical-coordinate representation of color #AFC16A: hue angle of 72.41º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFC16A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 106 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.24 |
| HSL | 72.41º | 0.41% | 0.59% | - |
| HSV(B) | 72.41º | 0.45% | 0.76% | - |
| XYZ | 39.35 | 48.29 | 20.88 | - |
| YUV | 177.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 106 | 0.09 | 0 | 0.45 | 0.24 | 72.41 | 0.41 | 0.59 |
| Hex | AF | C1 | 6A | 9 | 0 | 2D | 18 | 48 | 29 | 3B |
| Octal | 257 | 301 | 152 | 11 | 0 | 55 | 30 | 110 | 51 | 73 |
| Binary | 10101111 | 11000001 | 1101010 | 1001 | 0 | 101101 | 11000 | 1001000 | 101001 | 111011 |
Color Harmonies of #AFC16A
Complementary color
Monochromatic Colors of #AFC16A
Black with #AFC16A
Text Example
Text Example
White with #AFC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC16A; }
p { color: rgb(175,193,106); }
H1.HeaderClassName
{
color: #AFC16A;
}
.AnyTagClassName
{
color: #AFC16A;
}
</style>
background-color css
<style>
a { background-color: #AFC16A; }
a { background-color: rgb(175,193,106); }
div.DivClassName
{
background-color: #AFC16A;
}
.BgClassName
{
background-color: #AFC16A;
}
</style>
border-color css
<style>
span { border-color: #AFC16A; }
span { border-color: rgb(175,193,106); }
td.TdClassName
{
border-color: #AFC16A;
}
.TagClassName
{
border-color: #AFC16A;
}
</style>