COLOR #A3E28B

HEX: #A3E28B
RGB: (163,226,139)

Color info

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

RGB color model

#A3E28B color RGB value is (163,226,139).

  • red value is 163;
  • green value is 226;
  • blue value is 139.
RGB:
(163,226,139)
(64%,89%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 226 of 255 = 89%
B 139 of 255 = 55%

163
226
139

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

Portions of RGB colors in percentages

R + G + B =
163 + 226 + 139 = 528 (100%)
R 163 of 528 ~ 30.87%
G 226 of 528 ~ 42.8%
B 139 of 528 ~ 26.33%

%30.87
%42.8
%26.33

CMYK color model

#A3E28B color CMYK value is (28,0,38,11).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 11.37%
CMYK:
(28,0,38,11)
C28M0Y38K11 
(28%,0%,38%,11%)
(0.28/0.00/0.38/0.11)	

CMYK percentages

%27.88
%0
%38.5
%11.37

Codes

Color #A3E28B in popluar color models

A3E28B
RGB163226139
HSL103°60.00%71.57%
HSB/HSV103°38.50%88.63%
CMYK27.88%0.00%38.50%
11.37%

Color #A3E28B in popluar number systems.

HEXA3E28B
Decimal163226139
Binary101000111110001010001011
Octal243342213

Shades and tints

Shades of #A3E28B

#A3E28B
(163,226,139)
#95CE7F
(149,206,127)
#87BA73
(135,186,115)
#79A667
(121,166,103)
#6B925B
(107,146,91)
#5D7E4F
(93,126,79)
#4F6A43
(79,106,67)
#415637
(65,86,55)
#33422B
(51,66,43)
#252E1F
(37,46,31)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #A3E28B

#A3E28B
(163,226,139)
#ABE495
(171,228,149)
#B3E69F
(179,230,159)
#BBE8A9
(187,232,169)
#C3EAB3
(195,234,179)
#CBECBD
(203,236,189)
#D3EEC7
(211,238,199)
#DBF0D1
(219,240,209)
#E3F2DB
(227,242,219)
#EBF4E5
(235,244,229)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E28B; }

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

This text font color is #A3E28B.


Background Color

.myBgColor { background-color: #A3E28B; }

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

This div background color is #A3E28B.


Border color

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

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

This div border color is #A3E28B.


Opacity

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

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

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

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

This text has shadow with #A3E28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E28B on black background.


Color preview on white background

This text has color #A3E28B on white background.



Black color preview on #A3E28B background

This text has black color on #A3E28B background.


White color preview on #A3E28B background

This text has white color on #A3E28B background.