#A2CA9C

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

Shades of Spring Rain #A2CA9C

Tints of Spring Rain #A2CA9C

Color information

#A2CA9C (or 0xA2CA9C) is unknown color: approx Spring Rain. HEX triplet: A2, CA and 9C. RGB value is (162,202,156). Sum of RGB (Red+Green+Blue) = 162+202+156=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA9C is #5D3563. Grayscale: #B8B8B8. Windows color (decimal): -6108516 or 10275490. OLE color: 10275490.

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

Color convert

RGB162202156-
CMYK0.2000.230.21
HSL112.17º30.26%70.2%-
HSV(B)112.17º22.77%79.22%-
XYZ42.0252.3239.34-
YUV184.8111.75111.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 156 (61.33% from 255) = 30%
R=31.15%
G=38.85%
B=30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622021560.2000.230.21112.1730.2670.2
HexA2CA9C1401715701e46
Octal242312234240272516036106
Binary10100010110010101001110010100010111101011110000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA9C; }

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

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

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

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

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

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

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

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