Shades of Wild Willow #AFCA5A
Tints of Wild Willow #AFCA5A
RGB
CMYK
RGB Variations
Color information
#AFCA5A (or 0xAFCA5A) is known color: Wild Willow. HEX triplet: AF, CA and 5A. RGB value is (175,202,90). Sum of RGB (Red+Green+Blue) = 175+202+90=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA5A is #5035A5. Grayscale: #B5B5B5. Windows color (decimal): -5256614 or 5950127. OLE color: 5950127.
HSL color Cylindrical-coordinate representation of color #AFCA5A: hue angle of 74.46º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFCA5A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 90 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.21 |
| HSL | 74.46º | 0.51% | 0.57% | - |
| HSV(B) | 74.46º | 0.55% | 0.79% | - |
| XYZ | 40.65 | 52.09 | 17.59 | - |
| YUV | 181.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 90 | 0.13 | 0 | 0.55 | 0.21 | 74.46 | 0.51 | 0.57 |
| Hex | AF | CA | 5A | D | 0 | 37 | 15 | 4A | 33 | 39 |
| Octal | 257 | 312 | 132 | 15 | 0 | 67 | 25 | 112 | 63 | 71 |
| Binary | 10101111 | 11001010 | 1011010 | 1101 | 0 | 110111 | 10101 | 1001010 | 110011 | 111001 |
Color Harmonies of #AFCA5A
Complementary color
Monochromatic Colors of #AFCA5A
Black with #AFCA5A
Text Example
Text Example
White with #AFCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA5A; }
p { color: rgb(175,202,90); }
H1.HeaderClassName
{
color: #AFCA5A;
}
.AnyTagClassName
{
color: #AFCA5A;
}
</style>
background-color css
<style>
a { background-color: #AFCA5A; }
a { background-color: rgb(175,202,90); }
div.DivClassName
{
background-color: #AFCA5A;
}
.BgClassName
{
background-color: #AFCA5A;
}
</style>
border-color css
<style>
span { border-color: #AFCA5A; }
span { border-color: rgb(175,202,90); }
td.TdClassName
{
border-color: #AFCA5A;
}
.TagClassName
{
border-color: #AFCA5A;
}
</style>