COLOR #A3E3A5

HEX: #A3E3A5
RGB: (163,227,165)

Color info

#A3E3A5 contains mainly green color. Web safe color of #A3E3A5 is #99CC99 (or #9C9).

RGB color model

#A3E3A5 color RGB value is (163,227,165).

  • red value is 163;
  • green value is 227;
  • blue value is 165.
RGB:
(163,227,165)
(64%,89%,65%)

RGB channels and saturation

R 163 of 255 = 64%
G 227 of 255 = 89%
B 165 of 255 = 65%

163
227
165

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

Portions of RGB colors in percentages

R + G + B =
163 + 227 + 165 = 555 (100%)
R 163 of 555 ~ 29.37%
G 227 of 555 ~ 40.9%
B 165 of 555 ~ 29.73%

%29.37
%40.9
%29.73

CMYK color model

#A3E3A5 color CMYK value is (28,0,27,11).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 10.98%
CMYK:
(28,0,27,11)
C28M0Y27K11 
(28%,0%,27%,11%)
(0.28/0.00/0.27/0.11)	

CMYK percentages

%28.19
%0
%27.31
%10.98

Codes

Color #A3E3A5 in popluar color models

A3E3A5
RGB163227165
HSL122°53.33%76.47%
HSB/HSV122°28.19%89.02%
CMYK28.19%0.00%27.31%
10.98%

Color #A3E3A5 in popluar number systems.

HEXA3E3A5
Decimal163227165
Binary101000111110001110100101
Octal243343245

Shades and tints

Shades of #A3E3A5

#A3E3A5
(163,227,165)
#95CF96
(149,207,150)
#87BB87
(135,187,135)
#79A778
(121,167,120)
#6B9369
(107,147,105)
#5D7F5A
(93,127,90)
#4F6B4B
(79,107,75)
#41573C
(65,87,60)
#33432D
(51,67,45)
#252F1E
(37,47,30)
#171B0F
(23,27,15)
#000000
(0,0,0)

Tints of #A3E3A5

#A3E3A5
(163,227,165)
#ABE5AD
(171,229,173)
#B3E7B5
(179,231,181)
#BBE9BD
(187,233,189)
#C3EBC5
(195,235,197)
#CBEDCD
(203,237,205)
#D3EFD5
(211,239,213)
#DBF1DD
(219,241,221)
#E3F3E5
(227,243,229)
#EBF5ED
(235,245,237)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E3A5 color. Also use rgb(163,227,165) instead hex code.

Text Font Color

.myTextColor { color: #A3E3A5; }

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

This text font color is #A3E3A5.


Background Color

.myBgColor { background-color: #A3E3A5; }

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

This div background color is #A3E3A5.


Border color

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

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

This div border color is #A3E3A5.


Opacity

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

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

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

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

This text has shadow with #A3E3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E3A5 on black background.


Color preview on white background

This text has color #A3E3A5 on white background.



Black color preview on #A3E3A5 background

This text has black color on #A3E3A5 background.


White color preview on #A3E3A5 background

This text has white color on #A3E3A5 background.