COLOR #A2C399

HEX: #A2C399
RGB: (162,195,153)

Color info

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

RGB color model

#A2C399 color RGB value is (162,195,153).

  • red value is 162;
  • green value is 195;
  • blue value is 153.
RGB:
(162,195,153)
(64%,76%,60%)

RGB channels and saturation

R 162 of 255 = 64%
G 195 of 255 = 76%
B 153 of 255 = 60%

162
195
153

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

Portions of RGB colors in percentages

R + G + B =
162 + 195 + 153 = 510 (100%)
R 162 of 510 ~ 31.76%
G 195 of 510 ~ 38.24%
B 153 of 510 ~ 30%

%31.76
%38.24
%30

CMYK color model

#A2C399 color CMYK value is (17,0,22,24).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(17,0,22,24)
C17M0Y22K24 
(17%,0%,22%,24%)
(0.17/0.00/0.22/0.24)	

CMYK percentages

%16.92
%0
%21.54
%23.53

Codes

Color #A2C399 in popluar color models

A2C399
RGB162195153
HSL107°25.93%68.24%
HSB/HSV107°21.54%76.47%
CMYK16.92%0.00%21.54%
23.53%

Color #A2C399 in popluar number systems.

HEXA2C399
Decimal162195153
Binary101000101100001110011001
Octal242303231

Shades and tints

Shades of #A2C399

#A2C399
(162,195,153)
#94B28C
(148,178,140)
#86A17F
(134,161,127)
#789072
(120,144,114)
#6A7F65
(106,127,101)
#5C6E58
(92,110,88)
#4E5D4B
(78,93,75)
#404C3E
(64,76,62)
#323B31
(50,59,49)
#242A24
(36,42,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #A2C399

#A2C399
(162,195,153)
#AAC8A2
(170,200,162)
#B2CDAB
(178,205,171)
#BAD2B4
(186,210,180)
#C2D7BD
(194,215,189)
#CADCC6
(202,220,198)
#D2E1CF
(210,225,207)
#DAE6D8
(218,230,216)
#E2EBE1
(226,235,225)
#EAF0EA
(234,240,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C399 color. Also use rgb(162,195,153) instead hex code.

Text Font Color

.myTextColor { color: #A2C399; }

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

This text font color is #A2C399.


Background Color

.myBgColor { background-color: #A2C399; }

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

This div background color is #A2C399.


Border color

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

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

This div border color is #A2C399.


Opacity

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

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

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

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

This text has shadow with #A2C399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C399 on black background.


Color preview on white background

This text has color #A2C399 on white background.



Black color preview on #A2C399 background

This text has black color on #A2C399 background.


White color preview on #A2C399 background

This text has white color on #A2C399 background.