Shades of Wild Willow #AFC95C
Tints of Wild Willow #AFC95C
RGB
CMYK
RGB Variations
Color information
#AFC95C (or 0xAFC95C) is known color: Wild Willow. HEX triplet: AF, C9 and 5C. RGB value is (175,201,92). Sum of RGB (Red+Green+Blue) = 175+201+92=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC95C is #5036A3. Grayscale: #B5B5B5. Windows color (decimal): -5256868 or 6080943. OLE color: 6080943.
HSL color Cylindrical-coordinate representation of color #AFC95C: hue angle of 74.31º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFC95C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 92 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.21 |
| HSL | 74.31º | 0.5% | 0.57% | - |
| HSV(B) | 74.31º | 0.54% | 0.79% | - |
| XYZ | 40.5 | 51.66 | 17.96 | - |
| YUV | 180.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 92 | 0.13 | 0 | 0.54 | 0.21 | 74.31 | 0.5 | 0.57 |
| Hex | AF | C9 | 5C | D | 0 | 36 | 15 | 4A | 32 | 39 |
| Octal | 257 | 311 | 134 | 15 | 0 | 66 | 25 | 112 | 62 | 71 |
| Binary | 10101111 | 11001001 | 1011100 | 1101 | 0 | 110110 | 10101 | 1001010 | 110010 | 111001 |
Color Harmonies of #AFC95C
Complementary color
Monochromatic Colors of #AFC95C
Black with #AFC95C
Text Example
Text Example
White with #AFC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC95C; }
p { color: rgb(175,201,92); }
H1.HeaderClassName
{
color: #AFC95C;
}
.AnyTagClassName
{
color: #AFC95C;
}
</style>
background-color css
<style>
a { background-color: #AFC95C; }
a { background-color: rgb(175,201,92); }
div.DivClassName
{
background-color: #AFC95C;
}
.BgClassName
{
background-color: #AFC95C;
}
</style>
border-color css
<style>
span { border-color: #AFC95C; }
span { border-color: rgb(175,201,92); }
td.TdClassName
{
border-color: #AFC95C;
}
.TagClassName
{
border-color: #AFC95C;
}
</style>