#A8C260

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

Shades of Wild Willow #A8C260

Tints of Wild Willow #A8C260

Color information

#A8C260 (or 0xA8C260) is unknown color: approx Wild Willow. HEX triplet: A8, C2 and 60. RGB value is (168,194,96). Sum of RGB (Red+Green+Blue) = 168+194+96=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C260 is #573D9F. Grayscale: #AFAFAF. Windows color (decimal): -5717408 or 6341288. OLE color: 6341288.

HSL color Cylindrical-coordinate representation of color #A8C260: hue angle of 75.92º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8C260 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB16819496-
CMYK0.1300.510.24
HSL75.92º44.55%56.86%-
HSV(B)75.92º50.52%76.08%-
XYZ37.5547.7518.3-
YUV175.0583.39122.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 96 (37.89% from 255) = 20.96%
R=36.68%
G=42.36%
B=20.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168194960.1300.510.2475.9244.5556.86
HexA8C260D033184c2d39
Octal25030214015063301145571
Binary1010100011000010110000011010110011110001001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C260; }

 p { color: rgb(168,194,96); }

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

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

 a { background-color: rgb(168,194,96); }

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

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

 span { border-color: rgb(168,194,96); }

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