COLOR #A3E5A3

HEX: #A3E5A3
RGB: (163,229,163)

Color info

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

RGB color model

#A3E5A3 color RGB value is (163,229,163).

  • red value is 163;
  • green value is 229;
  • blue value is 163.
RGB:
(163,229,163)
(64%,90%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 229 of 255 = 90%
B 163 of 255 = 64%

163
229
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 229 + 163 = 555 (100%)
R 163 of 555 ~ 29.37%
G 229 of 555 ~ 41.26%
B 163 of 555 ~ 29.37%

%29.37
%41.26
%29.37

CMYK color model

#A3E5A3 color CMYK value is (29,0,29,10).

  • cyan value is 28.82%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 10.20%
CMYK:
(29,0,29,10)
C29M0Y29K10 
(29%,0%,29%,10%)
(0.29/0.00/0.29/0.10)	

CMYK percentages

%28.82
%0
%28.82
%10.2

Codes

Color #A3E5A3 in popluar color models

A3E5A3
RGB163229163
HSL120°55.93%76.86%
HSB/HSV120°28.82%89.80%
CMYK28.82%0.00%28.82%
10.20%

Color #A3E5A3 in popluar number systems.

HEXA3E5A3
Decimal163229163
Binary101000111110010110100011
Octal243345243

Shades and tints

Shades of #A3E5A3

#A3E5A3
(163,229,163)
#95D195
(149,209,149)
#87BD87
(135,189,135)
#79A979
(121,169,121)
#6B956B
(107,149,107)
#5D815D
(93,129,93)
#4F6D4F
(79,109,79)
#415941
(65,89,65)
#334533
(51,69,51)
#253125
(37,49,37)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #A3E5A3

#A3E5A3
(163,229,163)
#ABE7AB
(171,231,171)
#B3E9B3
(179,233,179)
#BBEBBB
(187,235,187)
#C3EDC3
(195,237,195)
#CBEFCB
(203,239,203)
#D3F1D3
(211,241,211)
#DBF3DB
(219,243,219)
#E3F5E3
(227,245,227)
#EBF7EB
(235,247,235)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E5A3; }

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

This text font color is #A3E5A3.


Background Color

.myBgColor { background-color: #A3E5A3; }

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

This div background color is #A3E5A3.


Border color

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

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

This div border color is #A3E5A3.


Opacity

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

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

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

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

This text has shadow with #A3E5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E5A3 on black background.


Color preview on white background

This text has color #A3E5A3 on white background.



Black color preview on #A3E5A3 background

This text has black color on #A3E5A3 background.


White color preview on #A3E5A3 background

This text has white color on #A3E5A3 background.