#A2C1A2

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

Shades of Spring Rain #A2C1A2

Tints of Spring Rain #A2C1A2

Color information

#A2C1A2 (or 0xA2C1A2) is unknown color: approx Spring Rain. HEX triplet: A2, C1 and A2. RGB value is (162,193,162). Sum of RGB (Red+Green+Blue) = 162+193+162=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C1A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C1A2 is #5D3E5D. Grayscale: #B4B4B4. Windows color (decimal): -6110814 or 10666402. OLE color: 10666402.

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

Color convert

RGB162193162-
CMYK0.1600.160.24
HSL120º20%69.61%-
HSV(B)120º16.06%75.69%-
XYZ40.4948.4341.4-
YUV180.2117.73115.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=31.33%
G=37.33%
B=31.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931620.1600.160.241202069.61
HexA2C1A21001018781446
Octal242301242200203017024106
Binary10100010110000011010001010000010000110001111000101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C1A2; }

 p { color: rgb(162,193,162); }

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

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

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

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

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

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

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