#A2C09C

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

Shades of Spring Rain #A2C09C

Tints of Spring Rain #A2C09C

Color information

#A2C09C (or 0xA2C09C) is unknown color: approx Spring Rain. HEX triplet: A2, C0 and 9C. RGB value is (162,192,156). Sum of RGB (Red+Green+Blue) = 162+192+156=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C09C is #5D3F63. Grayscale: #B3B3B3. Windows color (decimal): -6111076 or 10272930. OLE color: 10272930.

HSL color Cylindrical-coordinate representation of color #A2C09C: hue angle of 110º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C09C is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB162192156-
CMYK0.1600.190.25
HSL110º22.22%68.24%-
HSV(B)110º18.75%75.29%-
XYZ39.7547.7838.58-
YUV178.93115.06115.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=31.76%
G=37.65%
B=30.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921560.1600.190.2511022.2268.24
HexA2C09C10013196e1644
Octal242300234200233115626104
Binary10100010110000001001110010000010011110011101110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C09C; }

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

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

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

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

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

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

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

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