#A2C49C

Color #A2C49C Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A2C49C

Tints of Spring Rain #A2C49C

Color information

#A2C49C (or 0xA2C49C) is unknown color: approx Spring Rain. HEX triplet: A2, C4 and 9C. RGB value is (162,196,156). Sum of RGB (Red+Green+Blue) = 162+196+156=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C49C is #5D3B63. Grayscale: #B5B5B5. Windows color (decimal): -6110052 or 10273954. OLE color: 10273954.

HSL color Cylindrical-coordinate representation of color #A2C49C: hue angle of 111º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2C49C is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB162196156-
CMYK0.1700.200.23
HSL111º25.32%69.02%-
HSV(B)111º20.41%76.86%-
XYZ40.6449.5638.88-
YUV181.27113.74114.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=31.52%
G=38.13%
B=30.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961560.1700.200.2311125.3269.02
HexA2C49C11014176f1945
Octal242304234210242715731105
Binary10100010110001001001110010001010100101111101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C49C; }

 p { color: rgb(162,196,156); }

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

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

 a { background-color: rgb(162,196,156); }

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

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

 span { border-color: rgb(162,196,156); }

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