Shades of Wild Willow #A8C55F
Tints of Wild Willow #A8C55F
RGB
CMYK
RGB Variations
Color information
#A8C55F (or 0xA8C55F) is known color: Wild Willow. HEX triplet: A8, C5 and 5F. RGB value is (168,197,95). Sum of RGB (Red+Green+Blue) = 168+197+95=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C55F is #573AA0. Grayscale: #B1B1B1. Windows color (decimal): -5716641 or 6276520. OLE color: 6276520.
HSL color Cylindrical-coordinate representation of color #A8C55F: hue angle of 77.06º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8C55F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 95 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.23 |
| HSL | 77.06º | 0.47% | 0.57% | - |
| HSV(B) | 77.06º | 0.52% | 0.77% | - |
| XYZ | 38.18 | 49.08 | 18.29 | - |
| YUV | 176.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 95 | 0.15 | 0 | 0.52 | 0.23 | 77.06 | 0.47 | 0.57 |
| Hex | A8 | C5 | 5F | F | 0 | 34 | 17 | 4D | 2F | 39 |
| Octal | 250 | 305 | 137 | 17 | 0 | 64 | 27 | 115 | 57 | 71 |
| Binary | 10101000 | 11000101 | 1011111 | 1111 | 0 | 110100 | 10111 | 1001101 | 101111 | 111001 |
Color Harmonies of #A8C55F
Complementary color
Monochromatic Colors of #A8C55F
Black with #A8C55F
Text Example
Text Example
White with #A8C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C55F; }
p { color: rgb(168,197,95); }
H1.HeaderClassName
{
color: #A8C55F;
}
.AnyTagClassName
{
color: #A8C55F;
}
</style>
background-color css
<style>
a { background-color: #A8C55F; }
a { background-color: rgb(168,197,95); }
div.DivClassName
{
background-color: #A8C55F;
}
.BgClassName
{
background-color: #A8C55F;
}
</style>
border-color css
<style>
span { border-color: #A8C55F; }
span { border-color: rgb(168,197,95); }
td.TdClassName
{
border-color: #A8C55F;
}
.TagClassName
{
border-color: #A8C55F;
}
</style>