Shades of Wild Willow #AFC85A
Tints of Wild Willow #AFC85A
RGB
CMYK
RGB Variations
Color information
#AFC85A (or 0xAFC85A) is known color: Wild Willow. HEX triplet: AF, C8 and 5A. RGB value is (175,200,90). Sum of RGB (Red+Green+Blue) = 175+200+90=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC85A is #5037A5. Grayscale: #B4B4B4. Windows color (decimal): -5257126 or 5949615. OLE color: 5949615.
HSL color Cylindrical-coordinate representation of color #AFC85A: hue angle of 73.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFC85A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 90 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.22 |
| HSL | 73.64º | 0.5% | 0.57% | - |
| HSV(B) | 73.64º | 0.55% | 0.78% | - |
| XYZ | 40.18 | 51.16 | 17.43 | - |
| YUV | 179.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 90 | 0.12 | 0 | 0.55 | 0.22 | 73.64 | 0.5 | 0.57 |
| Hex | AF | C8 | 5A | C | 0 | 37 | 16 | 4A | 32 | 39 |
| Octal | 257 | 310 | 132 | 14 | 0 | 67 | 26 | 112 | 62 | 71 |
| Binary | 10101111 | 11001000 | 1011010 | 1100 | 0 | 110111 | 10110 | 1001010 | 110010 | 111001 |
Color Harmonies of #AFC85A
Complementary color
Monochromatic Colors of #AFC85A
Black with #AFC85A
Text Example
Text Example
White with #AFC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC85A; }
p { color: rgb(175,200,90); }
H1.HeaderClassName
{
color: #AFC85A;
}
.AnyTagClassName
{
color: #AFC85A;
}
</style>
background-color css
<style>
a { background-color: #AFC85A; }
a { background-color: rgb(175,200,90); }
div.DivClassName
{
background-color: #AFC85A;
}
.BgClassName
{
background-color: #AFC85A;
}
</style>
border-color css
<style>
span { border-color: #AFC85A; }
span { border-color: rgb(175,200,90); }
td.TdClassName
{
border-color: #AFC85A;
}
.TagClassName
{
border-color: #AFC85A;
}
</style>