Shades of Wild Willow #A8C462
Tints of Wild Willow #A8C462
RGB
CMYK
RGB Variations
Color information
#A8C462 (or 0xA8C462) is known color: Wild Willow. HEX triplet: A8, C4 and 62. RGB value is (168,196,98). Sum of RGB (Red+Green+Blue) = 168+196+98=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C462 is #573B9D. Grayscale: #B0B0B0. Windows color (decimal): -5716894 or 6472872. OLE color: 6472872.
HSL color Cylindrical-coordinate representation of color #A8C462: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8C462 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 98 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.23 |
| HSL | 77.14º | 0.45% | 0.58% | - |
| HSV(B) | 77.14º | 0.5% | 0.77% | - |
| XYZ | 38.09 | 48.69 | 18.95 | - |
| YUV | 176.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 98 | 0.14 | 0 | 0.5 | 0.23 | 77.14 | 0.45 | 0.58 |
| Hex | A8 | C4 | 62 | E | 0 | 32 | 17 | 4D | 2D | 3A |
| Octal | 250 | 304 | 142 | 16 | 0 | 62 | 27 | 115 | 55 | 72 |
| Binary | 10101000 | 11000100 | 1100010 | 1110 | 0 | 110010 | 10111 | 1001101 | 101101 | 111010 |
Color Harmonies of #A8C462
Complementary color
Monochromatic Colors of #A8C462
Black with #A8C462
Text Example
Text Example
White with #A8C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C462; }
p { color: rgb(168,196,98); }
H1.HeaderClassName
{
color: #A8C462;
}
.AnyTagClassName
{
color: #A8C462;
}
</style>
background-color css
<style>
a { background-color: #A8C462; }
a { background-color: rgb(168,196,98); }
div.DivClassName
{
background-color: #A8C462;
}
.BgClassName
{
background-color: #A8C462;
}
</style>
border-color css
<style>
span { border-color: #A8C462; }
span { border-color: rgb(168,196,98); }
td.TdClassName
{
border-color: #A8C462;
}
.TagClassName
{
border-color: #A8C462;
}
</style>