#A1C1A0

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

Shades of Spring Rain #A1C1A0

Tints of Spring Rain #A1C1A0

Color information

#A1C1A0 (or 0xA1C1A0) is unknown color: approx Spring Rain. HEX triplet: A1, C1 and A0. RGB value is (161,193,160). Sum of RGB (Red+Green+Blue) = 161+193+160=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1A0 is #5E3E5F. Grayscale: #B3B3B3. Windows color (decimal): -6176352 or 10535329. OLE color: 10535329.

HSL color Cylindrical-coordinate representation of color #A1C1A0: hue angle of 118.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1A0 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB161193160-
CMYK0.1700.170.24
HSL118.18º21.02%69.22%-
HSV(B)118.18º17.1%75.69%-
XYZ40.1148.2640.46-
YUV179.67116.9114.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=31.32%
G=37.55%
B=31.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931600.1700.170.24118.1821.0269.22
HexA1C1A01101118761545
Octal241301240210213016625105
Binary10100001110000011010000010001010001110001110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1A0; }

 p { color: rgb(161,193,160); }

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

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

 a { background-color: rgb(161,193,160); }

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

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

 span { border-color: rgb(161,193,160); }

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