COLOR #A3E8A8

HEX: #A3E8A8
RGB: (163,232,168)

Color info

#A3E8A8 contains mainly green color. Web safe color of #A3E8A8 is #99FF99 (or #9F9).

RGB color model

#A3E8A8 color RGB value is (163,232,168).

  • red value is 163;
  • green value is 232;
  • blue value is 168.
RGB:
(163,232,168)
(64%,91%,66%)

RGB channels and saturation

R 163 of 255 = 64%
G 232 of 255 = 91%
B 168 of 255 = 66%

163
232
168

R + G + B ~ 74%. #A3E8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 232 + 168 = 563 (100%)
R 163 of 563 ~ 28.95%
G 232 of 563 ~ 41.21%
B 168 of 563 ~ 29.84%

%28.95
%41.21
%29.84

CMYK color model

#A3E8A8 color CMYK value is (30,0,28,9).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 9.02%
CMYK:
(30,0,28,9)
C30M0Y28K9 
(30%,0%,28%,9%)
(0.30/0.00/0.28/0.09)	

CMYK percentages

%29.74
%0
%27.59
%9.02

Codes

Color #A3E8A8 in popluar color models

A3E8A8
RGB163232168
HSL124°60.00%77.45%
HSB/HSV124°29.74%90.98%
CMYK29.74%0.00%27.59%
9.02%

Color #A3E8A8 in popluar number systems.

HEXA3E8A8
Decimal163232168
Binary101000111110100010101000
Octal243350250

Shades and tints

Shades of #A3E8A8

#A3E8A8
(163,232,168)
#95D399
(149,211,153)
#87BE8A
(135,190,138)
#79A97B
(121,169,123)
#6B946C
(107,148,108)
#5D7F5D
(93,127,93)
#4F6A4E
(79,106,78)
#41553F
(65,85,63)
#334030
(51,64,48)
#252B21
(37,43,33)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #A3E8A8

#A3E8A8
(163,232,168)
#ABEAAF
(171,234,175)
#B3ECB6
(179,236,182)
#BBEEBD
(187,238,189)
#C3F0C4
(195,240,196)
#CBF2CB
(203,242,203)
#D3F4D2
(211,244,210)
#DBF6D9
(219,246,217)
#E3F8E0
(227,248,224)
#EBFAE7
(235,250,231)
#F3FCEE
(243,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E8A8; }

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

This text font color is #A3E8A8.


Background Color

.myBgColor { background-color: #A3E8A8; }

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

This div background color is #A3E8A8.


Border color

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

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

This div border color is #A3E8A8.


Opacity

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

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

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

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

This text has shadow with #A3E8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E8A8 on black background.


Color preview on white background

This text has color #A3E8A8 on white background.



Black color preview on #A3E8A8 background

This text has black color on #A3E8A8 background.


White color preview on #A3E8A8 background

This text has white color on #A3E8A8 background.