#A9C160

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

Shades of Wild Willow #A9C160

Tints of Wild Willow #A9C160

Color information

#A9C160 (or 0xA9C160) is unknown color: approx Wild Willow. HEX triplet: A9, C1 and 60. RGB value is (169,193,96). Sum of RGB (Red+Green+Blue) = 169+193+96=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C160 is #563E9F. Grayscale: #AFAFAF. Windows color (decimal): -5652128 or 6341033. OLE color: 6341033.

HSL color Cylindrical-coordinate representation of color #A9C160: hue angle of 74.85º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9C160 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB16919396-
CMYK0.1200.500.24
HSL74.85º43.89%56.67%-
HSV(B)74.85º50.26%75.69%-
XYZ37.5447.4218.24-
YUV174.7783.55123.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 96 (37.89% from 255) = 20.96%
R=36.90%
G=42.14%
B=20.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169193960.1200.500.2474.8543.8956.67
HexA9C160C032184b2c39
Octal25130114014062301135471
Binary1010100111000001110000011000110010110001001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C160; }

 p { color: rgb(169,193,96); }

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

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

 a { background-color: rgb(169,193,96); }

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

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

 span { border-color: rgb(169,193,96); }

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