COLOR #A3E6A9

HEX: #A3E6A9
RGB: (163,230,169)

Color info

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

RGB color model

#A3E6A9 color RGB value is (163,230,169).

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

RGB channels and saturation

R 163 of 255 = 64%
G 230 of 255 = 90%
B 169 of 255 = 66%

163
230
169

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

Portions of RGB colors in percentages

R + G + B =
163 + 230 + 169 = 562 (100%)
R 163 of 562 ~ 29%
G 230 of 562 ~ 40.93%
B 169 of 562 ~ 30.07%

%29
%40.93
%30.07

CMYK color model

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

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK:
(29,0,27,10)
C29M0Y27K10 
(29%,0%,27%,10%)
(0.29/0.00/0.27/0.10)	

CMYK percentages

%29.13
%0
%26.52
%9.8

Codes

Color #A3E6A9 in popluar color models

A3E6A9
RGB163230169
HSL125°57.26%77.06%
HSB/HSV125°29.13%90.20%
CMYK29.13%0.00%26.52%
9.80%

Color #A3E6A9 in popluar number systems.

HEXA3E6A9
Decimal163230169
Binary101000111110011010101001
Octal243346251

Shades and tints

Shades of #A3E6A9

#A3E6A9
(163,230,169)
#95D29A
(149,210,154)
#87BE8B
(135,190,139)
#79AA7C
(121,170,124)
#6B966D
(107,150,109)
#5D825E
(93,130,94)
#4F6E4F
(79,110,79)
#415A40
(65,90,64)
#334631
(51,70,49)
#253222
(37,50,34)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #A3E6A9

#A3E6A9
(163,230,169)
#ABE8B0
(171,232,176)
#B3EAB7
(179,234,183)
#BBECBE
(187,236,190)
#C3EEC5
(195,238,197)
#CBF0CC
(203,240,204)
#D3F2D3
(211,242,211)
#DBF4DA
(219,244,218)
#E3F6E1
(227,246,225)
#EBF8E8
(235,248,232)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E6A9; }

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

This text font color is #A3E6A9.


Background Color

.myBgColor { background-color: #A3E6A9; }

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

This div background color is #A3E6A9.


Border color

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

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

This div border color is #A3E6A9.


Opacity

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

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

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

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

This text has shadow with #A3E6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E6A9 on black background.


Color preview on white background

This text has color #A3E6A9 on white background.



Black color preview on #A3E6A9 background

This text has black color on #A3E6A9 background.


White color preview on #A3E6A9 background

This text has white color on #A3E6A9 background.