Shades of Wild Willow #AFC95D
Tints of Wild Willow #AFC95D
RGB
CMYK
RGB Variations
Color information
#AFC95D (or 0xAFC95D) is known color: Wild Willow. HEX triplet: AF, C9 and 5D. RGB value is (175,201,93). Sum of RGB (Red+Green+Blue) = 175+201+93=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC95D is #5036A2. Grayscale: #B5B5B5. Windows color (decimal): -5256867 or 6146479. OLE color: 6146479.
HSL color Cylindrical-coordinate representation of color #AFC95D: hue angle of 74.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFC95D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 93 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.21 |
| HSL | 74.44º | 0.5% | 0.58% | - |
| HSV(B) | 74.44º | 0.54% | 0.79% | - |
| XYZ | 40.54 | 51.68 | 18.19 | - |
| YUV | 180.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 93 | 0.13 | 0 | 0.54 | 0.21 | 74.44 | 0.5 | 0.58 |
| Hex | AF | C9 | 5D | D | 0 | 36 | 15 | 4A | 32 | 3A |
| Octal | 257 | 311 | 135 | 15 | 0 | 66 | 25 | 112 | 62 | 72 |
| Binary | 10101111 | 11001001 | 1011101 | 1101 | 0 | 110110 | 10101 | 1001010 | 110010 | 111010 |
Color Harmonies of #AFC95D
Complementary color
Monochromatic Colors of #AFC95D
Black with #AFC95D
Text Example
Text Example
White with #AFC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC95D; }
p { color: rgb(175,201,93); }
H1.HeaderClassName
{
color: #AFC95D;
}
.AnyTagClassName
{
color: #AFC95D;
}
</style>
background-color css
<style>
a { background-color: #AFC95D; }
a { background-color: rgb(175,201,93); }
div.DivClassName
{
background-color: #AFC95D;
}
.BgClassName
{
background-color: #AFC95D;
}
</style>
border-color css
<style>
span { border-color: #AFC95D; }
span { border-color: rgb(175,201,93); }
td.TdClassName
{
border-color: #AFC95D;
}
.TagClassName
{
border-color: #AFC95D;
}
</style>