Shades of Wild Willow #AFC45E
Tints of Wild Willow #AFC45E
RGB
CMYK
RGB Variations
Color information
#AFC45E (or 0xAFC45E) is known color: Wild Willow. HEX triplet: AF, C4 and 5E. RGB value is (175,196,94). Sum of RGB (Red+Green+Blue) = 175+196+94=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC45E is #503BA1. Grayscale: #B2B2B2. Windows color (decimal): -5258146 or 6210735. OLE color: 6210735.
HSL color Cylindrical-coordinate representation of color #AFC45E: hue angle of 72.35º 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 #AFC45E is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 94 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.23 |
| HSL | 72.35º | 0.46% | 0.57% | - |
| HSV(B) | 72.35º | 0.52% | 0.77% | - |
| XYZ | 39.44 | 49.4 | 18.05 | - |
| YUV | 178.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 94 | 0.11 | 0 | 0.52 | 0.23 | 72.35 | 0.46 | 0.57 |
| Hex | AF | C4 | 5E | B | 0 | 34 | 17 | 48 | 2E | 39 |
| Octal | 257 | 304 | 136 | 13 | 0 | 64 | 27 | 110 | 56 | 71 |
| Binary | 10101111 | 11000100 | 1011110 | 1011 | 0 | 110100 | 10111 | 1001000 | 101110 | 111001 |
Color Harmonies of #AFC45E
Complementary color
Monochromatic Colors of #AFC45E
Black with #AFC45E
Text Example
Text Example
White with #AFC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC45E; }
p { color: rgb(175,196,94); }
H1.HeaderClassName
{
color: #AFC45E;
}
.AnyTagClassName
{
color: #AFC45E;
}
</style>
background-color css
<style>
a { background-color: #AFC45E; }
a { background-color: rgb(175,196,94); }
div.DivClassName
{
background-color: #AFC45E;
}
.BgClassName
{
background-color: #AFC45E;
}
</style>
border-color css
<style>
span { border-color: #AFC45E; }
span { border-color: rgb(175,196,94); }
td.TdClassName
{
border-color: #AFC45E;
}
.TagClassName
{
border-color: #AFC45E;
}
</style>