COLOR #A3E9A0

HEX: #A3E9A0
RGB: (163,233,160)

Color info

#A3E9A0 contains mainly green color. Web safe color of #A3E9A0 is #99FF99 (or #9F9).

RGB color model

#A3E9A0 color RGB value is (163,233,160).

  • red value is 163;
  • green value is 233;
  • blue value is 160.
RGB:
(163,233,160)
(64%,91%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 233 of 255 = 91%
B 160 of 255 = 63%

163
233
160

R + G + B ~ 73%. #A3E9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 233 + 160 = 556 (100%)
R 163 of 556 ~ 29.32%
G 233 of 556 ~ 41.91%
B 160 of 556 ~ 28.78%

%29.32
%41.91
%28.78

CMYK color model

#A3E9A0 color CMYK value is (30,0,31,9).

  • cyan value is 30.04%
  • magenta value is 0.00%
  • yellow value is 31.33%
  • key color value is 8.63%
CMYK:
(30,0,31,9)
C30M0Y31K9 
(30%,0%,31%,9%)
(0.30/0.00/0.31/0.09)	

CMYK percentages

%30.04
%0
%31.33
%8.63

Codes

Color #A3E9A0 in popluar color models

A3E9A0
RGB163233160
HSL118°62.39%77.06%
HSB/HSV118°31.33%91.37%
CMYK30.04%0.00%31.33%
8.63%

Color #A3E9A0 in popluar number systems.

HEXA3E9A0
Decimal163233160
Binary101000111110100110100000
Octal243351240

Shades and tints

Shades of #A3E9A0

#A3E9A0
(163,233,160)
#95D492
(149,212,146)
#87BF84
(135,191,132)
#79AA76
(121,170,118)
#6B9568
(107,149,104)
#5D805A
(93,128,90)
#4F6B4C
(79,107,76)
#41563E
(65,86,62)
#334130
(51,65,48)
#252C22
(37,44,34)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3E9A0

#A3E9A0
(163,233,160)
#ABEBA8
(171,235,168)
#B3EDB0
(179,237,176)
#BBEFB8
(187,239,184)
#C3F1C0
(195,241,192)
#CBF3C8
(203,243,200)
#D3F5D0
(211,245,208)
#DBF7D8
(219,247,216)
#E3F9E0
(227,249,224)
#EBFBE8
(235,251,232)
#F3FDF0
(243,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E9A0 color. Also use rgb(163,233,160) instead hex code.

Text Font Color

.myTextColor { color: #A3E9A0; }

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

This text font color is #A3E9A0.


Background Color

.myBgColor { background-color: #A3E9A0; }

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

This div background color is #A3E9A0.


Border color

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

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

This div border color is #A3E9A0.


Opacity

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

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

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

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

This text has shadow with #A3E9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E9A0 on black background.


Color preview on white background

This text has color #A3E9A0 on white background.



Black color preview on #A3E9A0 background

This text has black color on #A3E9A0 background.


White color preview on #A3E9A0 background

This text has white color on #A3E9A0 background.