Shades of Wild Willow #ABC45E
Tints of Wild Willow #ABC45E
RGB
CMYK
RGB Variations
Color information
#ABC45E (or 0xABC45E) is known color: Wild Willow. HEX triplet: AB, C4 and 5E. RGB value is (171,196,94). Sum of RGB (Red+Green+Blue) = 171+196+94=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC45E is #543BA1. Grayscale: #B1B1B1. Windows color (decimal): -5520290 or 6210731. OLE color: 6210731.
HSL color Cylindrical-coordinate representation of color #ABC45E: hue angle of 74.71º degrees, saturation: 0.46, 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 #ABC45E is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 94 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.23 |
| HSL | 74.71º | 0.46% | 0.57% | - |
| HSV(B) | 74.71º | 0.52% | 0.77% | - |
| XYZ | 38.55 | 48.95 | 18.01 | - |
| YUV | 176.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 94 | 0.13 | 0 | 0.52 | 0.23 | 74.71 | 0.46 | 0.57 |
| Hex | AB | C4 | 5E | D | 0 | 34 | 17 | 4B | 2E | 39 |
| Octal | 253 | 304 | 136 | 15 | 0 | 64 | 27 | 113 | 56 | 71 |
| Binary | 10101011 | 11000100 | 1011110 | 1101 | 0 | 110100 | 10111 | 1001011 | 101110 | 111001 |
Color Harmonies of #ABC45E
Complementary color
Monochromatic Colors of #ABC45E
Black with #ABC45E
Text Example
Text Example
White with #ABC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC45E; }
p { color: rgb(171,196,94); }
H1.HeaderClassName
{
color: #ABC45E;
}
.AnyTagClassName
{
color: #ABC45E;
}
</style>
background-color css
<style>
a { background-color: #ABC45E; }
a { background-color: rgb(171,196,94); }
div.DivClassName
{
background-color: #ABC45E;
}
.BgClassName
{
background-color: #ABC45E;
}
</style>
border-color css
<style>
span { border-color: #ABC45E; }
span { border-color: rgb(171,196,94); }
td.TdClassName
{
border-color: #ABC45E;
}
.TagClassName
{
border-color: #ABC45E;
}
</style>