#A2C19D

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

Shades of Spring Rain #A2C19D

Tints of Spring Rain #A2C19D

Color information

#A2C19D (or 0xA2C19D) is unknown color: approx Spring Rain. HEX triplet: A2, C1 and 9D. RGB value is (162,193,157). Sum of RGB (Red+Green+Blue) = 162+193+157=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C19D is #5D3E62. Grayscale: #B3B3B3. Windows color (decimal): -6110819 or 10338722. OLE color: 10338722.

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

Color convert

RGB162193157-
CMYK0.1600.190.24
HSL111.67º22.5%68.63%-
HSV(B)111.67º18.65%75.69%-
XYZ40.0648.2639.1-
YUV179.63115.23115.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=31.64%
G=37.70%
B=30.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931570.1600.190.24111.6722.568.63
HexA2C19D1001318701745
Octal242301235200233016027105
Binary10100010110000011001110110000010011110001110000101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C19D; }

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

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

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

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

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

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

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

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