Shades of Wild Willow #AFC367
Tints of Wild Willow #AFC367
RGB
CMYK
RGB Variations
Color information
#AFC367 (or 0xAFC367) is known color: Wild Willow. HEX triplet: AF, C3 and 67. RGB value is (175,195,103). Sum of RGB (Red+Green+Blue) = 175+195+103=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC367 is #503C98. Grayscale: #B2B2B2. Windows color (decimal): -5258393 or 6800303. OLE color: 6800303.
HSL color Cylindrical-coordinate representation of color #AFC367: hue angle of 73.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFC367 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 103 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.24 |
| HSL | 73.04º | 0.43% | 0.58% | - |
| HSV(B) | 73.04º | 0.47% | 0.76% | - |
| XYZ | 39.64 | 49.12 | 20.22 | - |
| YUV | 178.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 103 | 0.10 | 0 | 0.47 | 0.24 | 73.04 | 0.43 | 0.58 |
| Hex | AF | C3 | 67 | A | 0 | 2F | 18 | 49 | 2B | 3A |
| Octal | 257 | 303 | 147 | 12 | 0 | 57 | 30 | 111 | 53 | 72 |
| Binary | 10101111 | 11000011 | 1100111 | 1010 | 0 | 101111 | 11000 | 1001001 | 101011 | 111010 |
Color Harmonies of #AFC367
Complementary color
Monochromatic Colors of #AFC367
Black with #AFC367
Text Example
Text Example
White with #AFC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC367; }
p { color: rgb(175,195,103); }
H1.HeaderClassName
{
color: #AFC367;
}
.AnyTagClassName
{
color: #AFC367;
}
</style>
background-color css
<style>
a { background-color: #AFC367; }
a { background-color: rgb(175,195,103); }
div.DivClassName
{
background-color: #AFC367;
}
.BgClassName
{
background-color: #AFC367;
}
</style>
border-color css
<style>
span { border-color: #AFC367; }
span { border-color: rgb(175,195,103); }
td.TdClassName
{
border-color: #AFC367;
}
.TagClassName
{
border-color: #AFC367;
}
</style>