#A2CA96

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

Shades of Spring Rain #A2CA96

Tints of Spring Rain #A2CA96

Color information

#A2CA96 (or 0xA2CA96) is unknown color: approx Spring Rain. HEX triplet: A2, CA and 96. RGB value is (162,202,150). Sum of RGB (Red+Green+Blue) = 162+202+150=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA96 is #5D3569. Grayscale: #B8B8B8. Windows color (decimal): -6108522 or 9882274. OLE color: 9882274.

HSL color Cylindrical-coordinate representation of color #A2CA96: hue angle of 106.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2CA96 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB162202150-
CMYK0.2000.260.21
HSL106.15º32.91%69.02%-
HSV(B)106.15º25.74%79.22%-
XYZ41.5352.1236.73-
YUV184.11108.75112.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=31.52%
G=39.30%
B=29.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622021500.2000.260.21106.1532.9169.02
HexA2CA961401A156a2145
Octal242312226240322515241105
Binary101000101100101010010110101000110101010111010101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA96; }

 p { color: rgb(162,202,150); }

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

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

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

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

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

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

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