Shades of Wild Willow #AFCC5C
Tints of Wild Willow #AFCC5C
RGB
CMYK
RGB Variations
Color information
#AFCC5C (or 0xAFCC5C) is known color: Wild Willow. HEX triplet: AF, CC and 5C. RGB value is (175,204,92). Sum of RGB (Red+Green+Blue) = 175+204+92=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC5C is #5033A3. Grayscale: #B6B6B6. Windows color (decimal): -5256100 or 6081711. OLE color: 6081711.
HSL color Cylindrical-coordinate representation of color #AFCC5C: hue angle of 75.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFCC5C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 92 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.2 |
| HSL | 75.54º | 0.52% | 0.58% | - |
| HSV(B) | 75.54º | 0.55% | 0.8% | - |
| XYZ | 41.2 | 53.07 | 18.2 | - |
| YUV | 182.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 92 | 0.14 | 0 | 0.55 | 0.2 | 75.54 | 0.52 | 0.58 |
| Hex | AF | CC | 5C | E | 0 | 37 | 14 | 4C | 34 | 3A |
| Octal | 257 | 314 | 134 | 16 | 0 | 67 | 24 | 114 | 64 | 72 |
| Binary | 10101111 | 11001100 | 1011100 | 1110 | 0 | 110111 | 10100 | 1001100 | 110100 | 111010 |
Color Harmonies of #AFCC5C
Complementary color
Monochromatic Colors of #AFCC5C
Black with #AFCC5C
Text Example
Text Example
White with #AFCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC5C; }
p { color: rgb(175,204,92); }
H1.HeaderClassName
{
color: #AFCC5C;
}
.AnyTagClassName
{
color: #AFCC5C;
}
</style>
background-color css
<style>
a { background-color: #AFCC5C; }
a { background-color: rgb(175,204,92); }
div.DivClassName
{
background-color: #AFCC5C;
}
.BgClassName
{
background-color: #AFCC5C;
}
</style>
border-color css
<style>
span { border-color: #AFCC5C; }
span { border-color: rgb(175,204,92); }
td.TdClassName
{
border-color: #AFCC5C;
}
.TagClassName
{
border-color: #AFCC5C;
}
</style>