COLOR #A2C994

HEX: #A2C994
RGB: (162,201,148)

Color info

#A2C994 contains red, green and blue colors in about the same proportion. Web safe color of #A2C994 is #99CC99 (or #9C9).

RGB color model

#A2C994 color RGB value is (162,201,148).

  • red value is 162;
  • green value is 201;
  • blue value is 148.
RGB:
(162,201,148)
(64%,79%,58%)

RGB channels and saturation

R 162 of 255 = 64%
G 201 of 255 = 79%
B 148 of 255 = 58%

162
201
148

R + G + B ~ 67%. #A2C994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 201 + 148 = 511 (100%)
R 162 of 511 ~ 31.7%
G 201 of 511 ~ 39.33%
B 148 of 511 ~ 28.96%

%31.7
%39.33
%28.96

CMYK color model

#A2C994 color CMYK value is (19,0,26,21).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 21.18%
CMYK:
(19,0,26,21)
C19M0Y26K21 
(19%,0%,26%,21%)
(0.19/0.00/0.26/0.21)	

CMYK percentages

%19.4
%0
%26.37
%21.18

Codes

Color #A2C994 in popluar color models

A2C994
RGB162201148
HSL104°32.92%68.43%
HSB/HSV104°26.37%78.82%
CMYK19.40%0.00%26.37%
21.18%

Color #A2C994 in popluar number systems.

HEXA2C994
Decimal162201148
Binary101000101100100110010100
Octal242311224

Shades and tints

Shades of #A2C994

#A2C994
(162,201,148)
#94B787
(148,183,135)
#86A57A
(134,165,122)
#78936D
(120,147,109)
#6A8160
(106,129,96)
#5C6F53
(92,111,83)
#4E5D46
(78,93,70)
#404B39
(64,75,57)
#32392C
(50,57,44)
#24271F
(36,39,31)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #A2C994

#A2C994
(162,201,148)
#AACD9D
(170,205,157)
#B2D1A6
(178,209,166)
#BAD5AF
(186,213,175)
#C2D9B8
(194,217,184)
#CADDC1
(202,221,193)
#D2E1CA
(210,225,202)
#DAE5D3
(218,229,211)
#E2E9DC
(226,233,220)
#EAEDE5
(234,237,229)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C994 color. Also use rgb(162,201,148) instead hex code.

Text Font Color

.myTextColor { color: #A2C994; }

<p style="color:#A2C994">This sample text font color is #A2C994.</p>

This text font color is #A2C994.


Background Color

.myBgColor { background-color: #A2C994; }

<div style="background-color:#A2C994">Inner text</div>

This div background color is #A2C994.


Border color

.myBorderColor { border: 1px solid #A2C994; }

<div style="border:3px solid #A2C994">Div</div>

This div border color is #A2C994.


Opacity

.myOpacity80 { color: #A2C994; opacity: 0.8; }

<p style="color:#A2C994;opacity:0.8;">80%</p>

Text with #A2C994 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A2C994;}

<p style="text-shadow: 3px 3px 1px #A2C994">Text here.</p>

This text has shadow with #A2C994 color.

.textShadow {text-shadow: 3px 3px 1px #A2C994, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A2C994, 5px 5px 20px red">Text here.</p>

This text has shadow with #A2C994 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A2C994, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A2C994, Direction=45, Strength=4)">Text</p>

This text has shadow with #A2C994 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A2C994;
  -webkit-box-shadow:	1px 1px 3px 2px #A2C994;
  box-shadow:		1px 1px 3px 2px #A2C994;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A2C994;
-webkit-box-shadow: 1px 1px 3px 2px #A2C994;
box-shadow:1px 1px 3px 2px #A2C994;">
Div content here</div>
This div box has shadow with color #A2C994.

Preview

Color preview on black background

This text has color #A2C994 on black background.


Color preview on white background

This text has color #A2C994 on white background.



Black color preview on #A2C994 background

This text has black color on #A2C994 background.


White color preview on #A2C994 background

This text has white color on #A2C994 background.