Shades of Wild Willow #AFC16C
Tints of Wild Willow #AFC16C
RGB
CMYK
RGB Variations
Color information
#AFC16C (or 0xAFC16C) is known color: Wild Willow. HEX triplet: AF, C1 and 6C. RGB value is (175,193,108). Sum of RGB (Red+Green+Blue) = 175+193+108=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC16C is #503E93. Grayscale: #B2B2B2. Windows color (decimal): -5258900 or 7127471. OLE color: 7127471.
HSL color Cylindrical-coordinate representation of color #AFC16C: hue angle of 72.71º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC16C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 108 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.24 |
| HSL | 72.71º | 0.41% | 0.59% | - |
| HSV(B) | 72.71º | 0.44% | 0.76% | - |
| XYZ | 39.46 | 48.34 | 21.44 | - |
| YUV | 177.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 108 | 0.09 | 0 | 0.44 | 0.24 | 72.71 | 0.41 | 0.59 |
| Hex | AF | C1 | 6C | 9 | 0 | 2C | 18 | 49 | 29 | 3B |
| Octal | 257 | 301 | 154 | 11 | 0 | 54 | 30 | 111 | 51 | 73 |
| Binary | 10101111 | 11000001 | 1101100 | 1001 | 0 | 101100 | 11000 | 1001001 | 101001 | 111011 |
Color Harmonies of #AFC16C
Complementary color
Monochromatic Colors of #AFC16C
Black with #AFC16C
Text Example
Text Example
White with #AFC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC16C; }
p { color: rgb(175,193,108); }
H1.HeaderClassName
{
color: #AFC16C;
}
.AnyTagClassName
{
color: #AFC16C;
}
</style>
background-color css
<style>
a { background-color: #AFC16C; }
a { background-color: rgb(175,193,108); }
div.DivClassName
{
background-color: #AFC16C;
}
.BgClassName
{
background-color: #AFC16C;
}
</style>
border-color css
<style>
span { border-color: #AFC16C; }
span { border-color: rgb(175,193,108); }
td.TdClassName
{
border-color: #AFC16C;
}
.TagClassName
{
border-color: #AFC16C;
}
</style>