Shades of Wild Willow #AFC75A
Tints of Wild Willow #AFC75A
RGB
CMYK
RGB Variations
Color information
#AFC75A (or 0xAFC75A) is known color: Wild Willow. HEX triplet: AF, C7 and 5A. RGB value is (175,199,90). Sum of RGB (Red+Green+Blue) = 175+199+90=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC75A is #5038A5. Grayscale: #B3B3B3. Windows color (decimal): -5257382 or 5949359. OLE color: 5949359.
HSL color Cylindrical-coordinate representation of color #AFC75A: hue angle of 73.21º degrees, saturation: 0.49, 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 #AFC75A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 90 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.22 |
| HSL | 73.21º | 0.49% | 0.57% | - |
| HSV(B) | 73.21º | 0.55% | 0.78% | - |
| XYZ | 39.95 | 50.7 | 17.35 | - |
| YUV | 179.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 90 | 0.12 | 0 | 0.55 | 0.22 | 73.21 | 0.49 | 0.57 |
| Hex | AF | C7 | 5A | C | 0 | 37 | 16 | 49 | 31 | 39 |
| Octal | 257 | 307 | 132 | 14 | 0 | 67 | 26 | 111 | 61 | 71 |
| Binary | 10101111 | 11000111 | 1011010 | 1100 | 0 | 110111 | 10110 | 1001001 | 110001 | 111001 |
Color Harmonies of #AFC75A
Complementary color
Monochromatic Colors of #AFC75A
Black with #AFC75A
Text Example
Text Example
White with #AFC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC75A; }
p { color: rgb(175,199,90); }
H1.HeaderClassName
{
color: #AFC75A;
}
.AnyTagClassName
{
color: #AFC75A;
}
</style>
background-color css
<style>
a { background-color: #AFC75A; }
a { background-color: rgb(175,199,90); }
div.DivClassName
{
background-color: #AFC75A;
}
.BgClassName
{
background-color: #AFC75A;
}
</style>
border-color css
<style>
span { border-color: #AFC75A; }
span { border-color: rgb(175,199,90); }
td.TdClassName
{
border-color: #AFC75A;
}
.TagClassName
{
border-color: #AFC75A;
}
</style>