COLOR #A2C289

HEX: #A2C289
RGB: (162,194,137)

Color info

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

RGB color model

#A2C289 color RGB value is (162,194,137).

  • red value is 162;
  • green value is 194;
  • blue value is 137.
RGB:
(162,194,137)
(64%,76%,54%)

RGB channels and saturation

R 162 of 255 = 64%
G 194 of 255 = 76%
B 137 of 255 = 54%

162
194
137

R + G + B ~ 65%. #A2C289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 194 + 137 = 493 (100%)
R 162 of 493 ~ 32.86%
G 194 of 493 ~ 39.35%
B 137 of 493 ~ 27.79%

%32.86
%39.35
%27.79

CMYK color model

#A2C289 color CMYK value is (16,0,29,24).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 23.92%
CMYK:
(16,0,29,24)
C16M0Y29K24 
(16%,0%,29%,24%)
(0.16/0.00/0.29/0.24)	

CMYK percentages

%16.49
%0
%29.38
%23.92

Codes

Color #A2C289 in popluar color models

A2C289
RGB162194137
HSL94°31.84%64.90%
HSB/HSV94°29.38%76.08%
CMYK16.49%0.00%29.38%
23.92%

Color #A2C289 in popluar number systems.

HEXA2C289
Decimal162194137
Binary101000101100001010001001
Octal242302211

Shades and tints

Shades of #A2C289

#A2C289
(162,194,137)
#94B17D
(148,177,125)
#86A071
(134,160,113)
#788F65
(120,143,101)
#6A7E59
(106,126,89)
#5C6D4D
(92,109,77)
#4E5C41
(78,92,65)
#404B35
(64,75,53)
#323A29
(50,58,41)
#24291D
(36,41,29)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #A2C289

#A2C289
(162,194,137)
#AAC793
(170,199,147)
#B2CC9D
(178,204,157)
#BAD1A7
(186,209,167)
#C2D6B1
(194,214,177)
#CADBBB
(202,219,187)
#D2E0C5
(210,224,197)
#DAE5CF
(218,229,207)
#E2EAD9
(226,234,217)
#EAEFE3
(234,239,227)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C289 color. Also use rgb(162,194,137) instead hex code.

Text Font Color

.myTextColor { color: #A2C289; }

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

This text font color is #A2C289.


Background Color

.myBgColor { background-color: #A2C289; }

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

This div background color is #A2C289.


Border color

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

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

This div border color is #A2C289.


Opacity

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

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

Text with #A2C289 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 #A2C289;}

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

This text has shadow with #A2C289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C289 on black background.


Color preview on white background

This text has color #A2C289 on white background.



Black color preview on #A2C289 background

This text has black color on #A2C289 background.


White color preview on #A2C289 background

This text has white color on #A2C289 background.