Shades of Wild Willow #AFCC6A
Tints of Wild Willow #AFCC6A
RGB
CMYK
RGB Variations
Color information
#AFCC6A (or 0xAFCC6A) is known color: Wild Willow. HEX triplet: AF, CC and 6A. RGB value is (175,204,106). Sum of RGB (Red+Green+Blue) = 175+204+106=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC6A is #503395. Grayscale: #B8B8B8. Windows color (decimal): -5256086 or 6999215. OLE color: 6999215.
HSL color Cylindrical-coordinate representation of color #AFCC6A: hue angle of 77.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFCC6A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 106 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.2 |
| HSL | 77.76º | 0.49% | 0.61% | - |
| HSV(B) | 77.76º | 0.48% | 0.8% | - |
| XYZ | 41.87 | 53.34 | 21.72 | - |
| YUV | 184.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 106 | 0.14 | 0 | 0.48 | 0.2 | 77.76 | 0.49 | 0.61 |
| Hex | AF | CC | 6A | E | 0 | 30 | 14 | 4E | 31 | 3D |
| Octal | 257 | 314 | 152 | 16 | 0 | 60 | 24 | 116 | 61 | 75 |
| Binary | 10101111 | 11001100 | 1101010 | 1110 | 0 | 110000 | 10100 | 1001110 | 110001 | 111101 |
Color Harmonies of #AFCC6A
Complementary color
Monochromatic Colors of #AFCC6A
Black with #AFCC6A
Text Example
Text Example
White with #AFCC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC6A; }
p { color: rgb(175,204,106); }
H1.HeaderClassName
{
color: #AFCC6A;
}
.AnyTagClassName
{
color: #AFCC6A;
}
</style>
background-color css
<style>
a { background-color: #AFCC6A; }
a { background-color: rgb(175,204,106); }
div.DivClassName
{
background-color: #AFCC6A;
}
.BgClassName
{
background-color: #AFCC6A;
}
</style>
border-color css
<style>
span { border-color: #AFCC6A; }
span { border-color: rgb(175,204,106); }
td.TdClassName
{
border-color: #AFCC6A;
}
.TagClassName
{
border-color: #AFCC6A;
}
</style>