Shades of Wild Willow #AFC466
Tints of Wild Willow #AFC466
RGB
CMYK
RGB Variations
Color information
#AFC466 (or 0xAFC466) is known color: Wild Willow. HEX triplet: AF, C4 and 66. RGB value is (175,196,102). Sum of RGB (Red+Green+Blue) = 175+196+102=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC466 is #503B99. Grayscale: #B3B3B3. Windows color (decimal): -5258138 or 6735023. OLE color: 6735023.
HSL color Cylindrical-coordinate representation of color #AFC466: hue angle of 73.4º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFC466 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 102 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.23 |
| HSL | 73.4º | 0.44% | 0.58% | - |
| HSV(B) | 73.4º | 0.48% | 0.77% | - |
| XYZ | 39.82 | 49.55 | 20.04 | - |
| YUV | 179.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 102 | 0.11 | 0 | 0.48 | 0.23 | 73.4 | 0.44 | 0.58 |
| Hex | AF | C4 | 66 | B | 0 | 30 | 17 | 49 | 2C | 3A |
| Octal | 257 | 304 | 146 | 13 | 0 | 60 | 27 | 111 | 54 | 72 |
| Binary | 10101111 | 11000100 | 1100110 | 1011 | 0 | 110000 | 10111 | 1001001 | 101100 | 111010 |
Color Harmonies of #AFC466
Complementary color
Monochromatic Colors of #AFC466
Black with #AFC466
Text Example
Text Example
White with #AFC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC466; }
p { color: rgb(175,196,102); }
H1.HeaderClassName
{
color: #AFC466;
}
.AnyTagClassName
{
color: #AFC466;
}
</style>
background-color css
<style>
a { background-color: #AFC466; }
a { background-color: rgb(175,196,102); }
div.DivClassName
{
background-color: #AFC466;
}
.BgClassName
{
background-color: #AFC466;
}
</style>
border-color css
<style>
span { border-color: #AFC466; }
span { border-color: rgb(175,196,102); }
td.TdClassName
{
border-color: #AFC466;
}
.TagClassName
{
border-color: #AFC466;
}
</style>