Shades of Wild Willow #AFC55C
Tints of Wild Willow #AFC55C
RGB
CMYK
RGB Variations
Color information
#AFC55C (or 0xAFC55C) is known color: Wild Willow. HEX triplet: AF, C5 and 5C. RGB value is (175,197,92). Sum of RGB (Red+Green+Blue) = 175+197+92=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC55C is #503AA3. Grayscale: #B2B2B2. Windows color (decimal): -5257892 or 6079919. OLE color: 6079919.
HSL color Cylindrical-coordinate representation of color #AFC55C: hue angle of 72.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC55C is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 92 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.23 |
| HSL | 72.57º | 0.48% | 0.57% | - |
| HSV(B) | 72.57º | 0.53% | 0.77% | - |
| XYZ | 39.58 | 49.82 | 17.66 | - |
| YUV | 178.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 92 | 0.11 | 0 | 0.53 | 0.23 | 72.57 | 0.48 | 0.57 |
| Hex | AF | C5 | 5C | B | 0 | 35 | 17 | 49 | 30 | 39 |
| Octal | 257 | 305 | 134 | 13 | 0 | 65 | 27 | 111 | 60 | 71 |
| Binary | 10101111 | 11000101 | 1011100 | 1011 | 0 | 110101 | 10111 | 1001001 | 110000 | 111001 |
Color Harmonies of #AFC55C
Complementary color
Monochromatic Colors of #AFC55C
Black with #AFC55C
Text Example
Text Example
White with #AFC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC55C; }
p { color: rgb(175,197,92); }
H1.HeaderClassName
{
color: #AFC55C;
}
.AnyTagClassName
{
color: #AFC55C;
}
</style>
background-color css
<style>
a { background-color: #AFC55C; }
a { background-color: rgb(175,197,92); }
div.DivClassName
{
background-color: #AFC55C;
}
.BgClassName
{
background-color: #AFC55C;
}
</style>
border-color css
<style>
span { border-color: #AFC55C; }
span { border-color: rgb(175,197,92); }
td.TdClassName
{
border-color: #AFC55C;
}
.TagClassName
{
border-color: #AFC55C;
}
</style>