#A8C362

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

Shades of Wild Willow #A8C362

Tints of Wild Willow #A8C362

Color information

#A8C362 (or 0xA8C362) is unknown color: approx Wild Willow. HEX triplet: A8, C3 and 62. RGB value is (168,195,98). Sum of RGB (Red+Green+Blue) = 168+195+98=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C362 is #573C9D. Grayscale: #B0B0B0. Windows color (decimal): -5717150 or 6472616. OLE color: 6472616.

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

Color convert

RGB16819598-
CMYK0.1400.500.24
HSL76.7º44.7%57.45%-
HSV(B)76.7º49.74%76.47%-
XYZ37.8748.2418.87-
YUV175.8784.05122.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=36.44%
G=42.30%
B=21.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168195980.1400.500.2476.744.757.45
HexA8C362E032184d2d39
Octal25030314216062301155571
Binary1010100011000011110001011100110010110001001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C362; }

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

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

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

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

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

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

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

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