#AFC56A

Color #AFC56A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AFC56A

Tints of Wild Willow #AFC56A

Color information

#AFC56A (or 0xAFC56A) is unknown color: approx Wild Willow. HEX triplet: AF, C5 and 6A. RGB value is (175,197,106). Sum of RGB (Red+Green+Blue) = 175+197+106=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC56A is #503A95. Grayscale: #B4B4B4. Windows color (decimal): -5257878 or 6997423. OLE color: 6997423.

HSL color Cylindrical-coordinate representation of color #AFC56A: hue angle of 74.51º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFC56A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB175197106-
CMYK0.1100.460.23
HSL74.51º43.96%59.41%-
HSV(B)74.51º46.19%77.25%-
XYZ40.2550.0921.18-
YUV180.0586.21124.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 106 (41.80% from 255) = 22.18%
R=36.61%
G=41.21%
B=22.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971060.1100.460.2374.5143.9659.41
HexAFC56AB02E174b2c3b
Octal25730515213056271135473
Binary1010111111000101110101010110101110101111001011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC56A; }

 p { color: rgb(175,197,106); }

 H1.HeaderClassName
 {
   color: #AFC56A;
 }
 .AnyTagClassName
 {
   color: #AFC56A;
 }
</style>
background-color css

<style>
 a { background-color: #AFC56A; }

 a { background-color: rgb(175,197,106); }

 div.DivClassName
 {
   background-color: #AFC56A;
 }
 .BgClassName
 {
   background-color: #AFC56A;
 }
</style>
border-color css

<style>
 span { border-color: #AFC56A; }

 span { border-color: rgb(175,197,106); }

 td.TdClassName
 {
   border-color: #AFC56A;
 }
 .TagClassName
 {
   border-color: #AFC56A;
 }
</style>