COLOR #A2C95D

HEX: #A2C95D
RGB: (162,201,93)

Color info

#A2C95D contains mainly red and green colors. Web safe color of #A2C95D is #99CC66 (or #9C6).

RGB color model

#A2C95D color RGB value is (162,201,93).

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

RGB channels and saturation

R 162 of 255 = 64%
G 201 of 255 = 79%
B 93 of 255 = 36%

162
201
93

R + G + B ~ 60%. #A2C95D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
162 + 201 + 93 = 456 (100%)
R 162 of 456 ~ 35.53%
G 201 of 456 ~ 44.08%
B 93 of 456 ~ 20.39%

%35.53
%44.08
%20.39

CMYK color model

#A2C95D color CMYK value is (19,0,54,21).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 53.73%
  • key color value is 21.18%
CMYK:
(19,0,54,21)
C19M0Y54K21 
(19%,0%,54%,21%)
(0.19/0.00/0.54/0.21)	

CMYK percentages

%19.4
%0
%53.73
%21.18

Codes

Color #A2C95D in popluar color models

A2C95D
RGB16220193
HSL82°50.00%57.65%
HSB/HSV82°53.73%78.82%
CMYK19.40%0.00%53.73%
21.18%

Color #A2C95D in popluar number systems.

HEXA2C95D
Decimal16220193
Binary10100010110010011011101
Octal242311135

Shades and tints

Shades of #A2C95D

#A2C95D
(162,201,93)
#94B755
(148,183,85)
#86A54D
(134,165,77)
#789345
(120,147,69)
#6A813D
(106,129,61)
#5C6F35
(92,111,53)
#4E5D2D
(78,93,45)
#404B25
(64,75,37)
#32391D
(50,57,29)
#242715
(36,39,21)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #A2C95D

#A2C95D
(162,201,93)
#AACD6B
(170,205,107)
#B2D179
(178,209,121)
#BAD587
(186,213,135)
#C2D995
(194,217,149)
#CADDA3
(202,221,163)
#D2E1B1
(210,225,177)
#DAE5BF
(218,229,191)
#E2E9CD
(226,233,205)
#EAEDDB
(234,237,219)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C95D; }

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

This text font color is #A2C95D.


Background Color

.myBgColor { background-color: #A2C95D; }

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

This div background color is #A2C95D.


Border color

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

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

This div border color is #A2C95D.


Opacity

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

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

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

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

This text has shadow with #A2C95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C95D on black background.


Color preview on white background

This text has color #A2C95D on white background.



Black color preview on #A2C95D background

This text has black color on #A2C95D background.


White color preview on #A2C95D background

This text has white color on #A2C95D background.