Shades of Wild Willow #AFCC60
Tints of Wild Willow #AFCC60
RGB
CMYK
RGB Variations
Color information
#AFCC60 (or 0xAFCC60) is known color: Wild Willow. HEX triplet: AF, CC and 60. RGB value is (175,204,96). Sum of RGB (Red+Green+Blue) = 175+204+96=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC60 is #50339F. Grayscale: #B7B7B7. Windows color (decimal): -5256096 or 6343855. OLE color: 6343855.
HSL color Cylindrical-coordinate representation of color #AFCC60: hue angle of 76.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFCC60 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 96 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.2 |
| HSL | 76.11º | 0.51% | 0.59% | - |
| HSV(B) | 76.11º | 0.53% | 0.8% | - |
| XYZ | 41.38 | 53.14 | 19.14 | - |
| YUV | 183.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 96 | 0.14 | 0 | 0.53 | 0.2 | 76.11 | 0.51 | 0.59 |
| Hex | AF | CC | 60 | E | 0 | 35 | 14 | 4C | 33 | 3B |
| Octal | 257 | 314 | 140 | 16 | 0 | 65 | 24 | 114 | 63 | 73 |
| Binary | 10101111 | 11001100 | 1100000 | 1110 | 0 | 110101 | 10100 | 1001100 | 110011 | 111011 |
Color Harmonies of #AFCC60
Complementary color
Monochromatic Colors of #AFCC60
Black with #AFCC60
Text Example
Text Example
White with #AFCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC60; }
p { color: rgb(175,204,96); }
H1.HeaderClassName
{
color: #AFCC60;
}
.AnyTagClassName
{
color: #AFCC60;
}
</style>
background-color css
<style>
a { background-color: #AFCC60; }
a { background-color: rgb(175,204,96); }
div.DivClassName
{
background-color: #AFCC60;
}
.BgClassName
{
background-color: #AFCC60;
}
</style>
border-color css
<style>
span { border-color: #AFCC60; }
span { border-color: rgb(175,204,96); }
td.TdClassName
{
border-color: #AFCC60;
}
.TagClassName
{
border-color: #AFCC60;
}
</style>