COLOR #A3E18A

HEX: #A3E18A
RGB: (163,225,138)

Color info

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

RGB color model

#A3E18A color RGB value is (163,225,138).

  • red value is 163;
  • green value is 225;
  • blue value is 138.
RGB:
(163,225,138)
(64%,88%,54%)

RGB channels and saturation

R 163 of 255 = 64%
G 225 of 255 = 88%
B 138 of 255 = 54%

163
225
138

R + G + B ~ 69%. #A3E18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 225 + 138 = 526 (100%)
R 163 of 526 ~ 30.99%
G 225 of 526 ~ 42.78%
B 138 of 526 ~ 26.24%

%30.99
%42.78
%26.24

CMYK color model

#A3E18A color CMYK value is (28,0,39,12).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 11.76%
CMYK:
(28,0,39,12)
C28M0Y39K12 
(28%,0%,39%,12%)
(0.28/0.00/0.39/0.12)	

CMYK percentages

%27.56
%0
%38.67
%11.76

Codes

Color #A3E18A in popluar color models

A3E18A
RGB163225138
HSL103°59.18%71.18%
HSB/HSV103°38.67%88.24%
CMYK27.56%0.00%38.67%
11.76%

Color #A3E18A in popluar number systems.

HEXA3E18A
Decimal163225138
Binary101000111110000110001010
Octal243341212

Shades and tints

Shades of #A3E18A

#A3E18A
(163,225,138)
#95CD7E
(149,205,126)
#87B972
(135,185,114)
#79A566
(121,165,102)
#6B915A
(107,145,90)
#5D7D4E
(93,125,78)
#4F6942
(79,105,66)
#415536
(65,85,54)
#33412A
(51,65,42)
#252D1E
(37,45,30)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #A3E18A

#A3E18A
(163,225,138)
#ABE394
(171,227,148)
#B3E59E
(179,229,158)
#BBE7A8
(187,231,168)
#C3E9B2
(195,233,178)
#CBEBBC
(203,235,188)
#D3EDC6
(211,237,198)
#DBEFD0
(219,239,208)
#E3F1DA
(227,241,218)
#EBF3E4
(235,243,228)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E18A; }

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

This text font color is #A3E18A.


Background Color

.myBgColor { background-color: #A3E18A; }

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

This div background color is #A3E18A.


Border color

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

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

This div border color is #A3E18A.


Opacity

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

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

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

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

This text has shadow with #A3E18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E18A on black background.


Color preview on white background

This text has color #A3E18A on white background.



Black color preview on #A3E18A background

This text has black color on #A3E18A background.


White color preview on #A3E18A background

This text has white color on #A3E18A background.