Shades of Wild Willow #AFC95E
Tints of Wild Willow #AFC95E
RGB
CMYK
RGB Variations
Color information
#AFC95E (or 0xAFC95E) is known color: Wild Willow. HEX triplet: AF, C9 and 5E. RGB value is (175,201,94). Sum of RGB (Red+Green+Blue) = 175+201+94=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC95E is #5036A1. Grayscale: #B5B5B5. Windows color (decimal): -5256866 or 6212015. OLE color: 6212015.
HSL color Cylindrical-coordinate representation of color #AFC95E: hue angle of 74.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC95E is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 94 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.21 |
| HSL | 74.58º | 0.5% | 0.58% | - |
| HSV(B) | 74.58º | 0.53% | 0.79% | - |
| XYZ | 40.59 | 51.7 | 18.43 | - |
| YUV | 181.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 94 | 0.13 | 0 | 0.53 | 0.21 | 74.58 | 0.5 | 0.58 |
| Hex | AF | C9 | 5E | D | 0 | 35 | 15 | 4B | 32 | 3A |
| Octal | 257 | 311 | 136 | 15 | 0 | 65 | 25 | 113 | 62 | 72 |
| Binary | 10101111 | 11001001 | 1011110 | 1101 | 0 | 110101 | 10101 | 1001011 | 110010 | 111010 |
Color Harmonies of #AFC95E
Complementary color
Monochromatic Colors of #AFC95E
Black with #AFC95E
Text Example
Text Example
White with #AFC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC95E; }
p { color: rgb(175,201,94); }
H1.HeaderClassName
{
color: #AFC95E;
}
.AnyTagClassName
{
color: #AFC95E;
}
</style>
background-color css
<style>
a { background-color: #AFC95E; }
a { background-color: rgb(175,201,94); }
div.DivClassName
{
background-color: #AFC95E;
}
.BgClassName
{
background-color: #AFC95E;
}
</style>
border-color css
<style>
span { border-color: #AFC95E; }
span { border-color: rgb(175,201,94); }
td.TdClassName
{
border-color: #AFC95E;
}
.TagClassName
{
border-color: #AFC95E;
}
</style>