Shades of Wild Willow #A8C261
Tints of Wild Willow #A8C261
RGB
CMYK
RGB Variations
Color information
#A8C261 (or 0xA8C261) is known color: Wild Willow. HEX triplet: A8, C2 and 61. RGB value is (168,194,97). Sum of RGB (Red+Green+Blue) = 168+194+97=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C261 is #573D9E. Grayscale: #AFAFAF. Windows color (decimal): -5717407 or 6406824. OLE color: 6406824.
HSL color Cylindrical-coordinate representation of color #A8C261: hue angle of 76.08º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8C261 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 97 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.24 |
| HSL | 76.08º | 0.44% | 0.57% | - |
| HSV(B) | 76.08º | 0.5% | 0.76% | - |
| XYZ | 37.6 | 47.77 | 18.55 | - |
| YUV | 175.17 | 83.89 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 97 | 0.13 | 0 | 0.50 | 0.24 | 76.08 | 0.44 | 0.57 |
| Hex | A8 | C2 | 61 | D | 0 | 32 | 18 | 4C | 2C | 39 |
| Octal | 250 | 302 | 141 | 15 | 0 | 62 | 30 | 114 | 54 | 71 |
| Binary | 10101000 | 11000010 | 1100001 | 1101 | 0 | 110010 | 11000 | 1001100 | 101100 | 111001 |
Color Harmonies of #A8C261
Complementary color
Monochromatic Colors of #A8C261
Black with #A8C261
Text Example
Text Example
White with #A8C261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C261; }
p { color: rgb(168,194,97); }
H1.HeaderClassName
{
color: #A8C261;
}
.AnyTagClassName
{
color: #A8C261;
}
</style>
background-color css
<style>
a { background-color: #A8C261; }
a { background-color: rgb(168,194,97); }
div.DivClassName
{
background-color: #A8C261;
}
.BgClassName
{
background-color: #A8C261;
}
</style>
border-color css
<style>
span { border-color: #A8C261; }
span { border-color: rgb(168,194,97); }
td.TdClassName
{
border-color: #A8C261;
}
.TagClassName
{
border-color: #A8C261;
}
</style>