COLOR #A3E4AA

HEX: #A3E4AA
RGB: (163,228,170)

Color info

#A3E4AA contains mainly green and blue colors. Web safe color of #A3E4AA is #99CC99 (or #9C9).

RGB color model

#A3E4AA color RGB value is (163,228,170).

  • red value is 163;
  • green value is 228;
  • blue value is 170.
RGB:
(163,228,170)
(64%,89%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 228 of 255 = 89%
B 170 of 255 = 67%

163
228
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 228 + 170 = 561 (100%)
R 163 of 561 ~ 29.06%
G 228 of 561 ~ 40.64%
B 170 of 561 ~ 30.3%

%29.06
%40.64
%30.3

CMYK color model

#A3E4AA color CMYK value is (29,0,25,11).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 10.59%
CMYK:
(29,0,25,11)
C29M0Y25K11 
(29%,0%,25%,11%)
(0.29/0.00/0.25/0.11)	

CMYK percentages

%28.51
%0
%25.44
%10.59

Codes

Color #A3E4AA in popluar color models

A3E4AA
RGB163228170
HSL126°54.62%76.67%
HSB/HSV126°28.51%89.41%
CMYK28.51%0.00%25.44%
10.59%

Color #A3E4AA in popluar number systems.

HEXA3E4AA
Decimal163228170
Binary101000111110010010101010
Octal243344252

Shades and tints

Shades of #A3E4AA

#A3E4AA
(163,228,170)
#95D09B
(149,208,155)
#87BC8C
(135,188,140)
#79A87D
(121,168,125)
#6B946E
(107,148,110)
#5D805F
(93,128,95)
#4F6C50
(79,108,80)
#415841
(65,88,65)
#334432
(51,68,50)
#253023
(37,48,35)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #A3E4AA

#A3E4AA
(163,228,170)
#ABE6B1
(171,230,177)
#B3E8B8
(179,232,184)
#BBEABF
(187,234,191)
#C3ECC6
(195,236,198)
#CBEECD
(203,238,205)
#D3F0D4
(211,240,212)
#DBF2DB
(219,242,219)
#E3F4E2
(227,244,226)
#EBF6E9
(235,246,233)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E4AA; }

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

This text font color is #A3E4AA.


Background Color

.myBgColor { background-color: #A3E4AA; }

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

This div background color is #A3E4AA.


Border color

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

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

This div border color is #A3E4AA.


Opacity

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

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

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

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

This text has shadow with #A3E4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E4AA on black background.


Color preview on white background

This text has color #A3E4AA on white background.



Black color preview on #A3E4AA background

This text has black color on #A3E4AA background.


White color preview on #A3E4AA background

This text has white color on #A3E4AA background.