Shades of Wild Willow #AFCA5F
Tints of Wild Willow #AFCA5F
RGB
CMYK
RGB Variations
Color information
#AFCA5F (or 0xAFCA5F) is known color: Wild Willow. HEX triplet: AF, CA and 5F. RGB value is (175,202,95). Sum of RGB (Red+Green+Blue) = 175+202+95=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA5F is #5035A0. Grayscale: #B6B6B6. Windows color (decimal): -5256609 or 6277807. OLE color: 6277807.
HSL color Cylindrical-coordinate representation of color #AFCA5F: hue angle of 75.14º 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 #AFCA5F is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 95 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.21 |
| HSL | 75.14º | 0.5% | 0.58% | - |
| HSV(B) | 75.14º | 0.53% | 0.79% | - |
| XYZ | 40.87 | 52.18 | 18.74 | - |
| YUV | 181.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 95 | 0.13 | 0 | 0.53 | 0.21 | 75.14 | 0.5 | 0.58 |
| Hex | AF | CA | 5F | D | 0 | 35 | 15 | 4B | 32 | 3A |
| Octal | 257 | 312 | 137 | 15 | 0 | 65 | 25 | 113 | 62 | 72 |
| Binary | 10101111 | 11001010 | 1011111 | 1101 | 0 | 110101 | 10101 | 1001011 | 110010 | 111010 |
Color Harmonies of #AFCA5F
Complementary color
Monochromatic Colors of #AFCA5F
Black with #AFCA5F
Text Example
Text Example
White with #AFCA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA5F; }
p { color: rgb(175,202,95); }
H1.HeaderClassName
{
color: #AFCA5F;
}
.AnyTagClassName
{
color: #AFCA5F;
}
</style>
background-color css
<style>
a { background-color: #AFCA5F; }
a { background-color: rgb(175,202,95); }
div.DivClassName
{
background-color: #AFCA5F;
}
.BgClassName
{
background-color: #AFCA5F;
}
</style>
border-color css
<style>
span { border-color: #AFCA5F; }
span { border-color: rgb(175,202,95); }
td.TdClassName
{
border-color: #AFCA5F;
}
.TagClassName
{
border-color: #AFCA5F;
}
</style>