#A8C360

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

Shades of Wild Willow #A8C360

Tints of Wild Willow #A8C360

Color information

#A8C360 (or 0xA8C360) is unknown color: approx Wild Willow. HEX triplet: A8, C3 and 60. RGB value is (168,195,96). Sum of RGB (Red+Green+Blue) = 168+195+96=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C360 is #573C9F. Grayscale: #B0B0B0. Windows color (decimal): -5717152 or 6341544. OLE color: 6341544.

HSL color Cylindrical-coordinate representation of color #A8C360: hue angle of 76.36º 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 #A8C360 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB16819596-
CMYK0.1400.510.24
HSL76.36º45.21%57.06%-
HSV(B)76.36º50.77%76.47%-
XYZ37.7748.218.38-
YUV175.6483.05122.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=36.60%
G=42.48%
B=20.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168195960.1400.510.2476.3645.2157.06
HexA8C360E033184c2d39
Octal25030314016063301145571
Binary1010100011000011110000011100110011110001001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C360; }

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

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

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

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

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

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

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

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