COLOR #A3E97A

HEX: #A3E97A
RGB: (163,233,122)

Color info

#A3E97A contains mainly green color. Web safe color of #A3E97A is #99FF66 (or #9F6).

RGB color model

#A3E97A color RGB value is (163,233,122).

  • red value is 163;
  • green value is 233;
  • blue value is 122.
RGB:
(163,233,122)
(64%,91%,48%)

RGB channels and saturation

R 163 of 255 = 64%
G 233 of 255 = 91%
B 122 of 255 = 48%

163
233
122

R + G + B ~ 68%. #A3E97A is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 233 + 122 = 518 (100%)
R 163 of 518 ~ 31.47%
G 233 of 518 ~ 44.98%
B 122 of 518 ~ 23.55%

%31.47
%44.98
%23.55

CMYK color model

#A3E97A color CMYK value is (30,0,48,9).

  • cyan value is 30.04%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 8.63%
CMYK:
(30,0,48,9)
C30M0Y48K9 
(30%,0%,48%,9%)
(0.30/0.00/0.48/0.09)	

CMYK percentages

%30.04
%0
%47.64
%8.63

Codes

Color #A3E97A in popluar color models

A3E97A
RGB163233122
HSL98°71.61%69.61%
HSB/HSV98°47.64%91.37%
CMYK30.04%0.00%47.64%
8.63%

Color #A3E97A in popluar number systems.

HEXA3E97A
Decimal163233122
Binary10100011111010011111010
Octal243351172

Shades and tints

Shades of #A3E97A

#A3E97A
(163,233,122)
#95D46F
(149,212,111)
#87BF64
(135,191,100)
#79AA59
(121,170,89)
#6B954E
(107,149,78)
#5D8043
(93,128,67)
#4F6B38
(79,107,56)
#41562D
(65,86,45)
#334122
(51,65,34)
#252C17
(37,44,23)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #A3E97A

#A3E97A
(163,233,122)
#ABEB86
(171,235,134)
#B3ED92
(179,237,146)
#BBEF9E
(187,239,158)
#C3F1AA
(195,241,170)
#CBF3B6
(203,243,182)
#D3F5C2
(211,245,194)
#DBF7CE
(219,247,206)
#E3F9DA
(227,249,218)
#EBFBE6
(235,251,230)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E97A color. Also use rgb(163,233,122) instead hex code.

Text Font Color

.myTextColor { color: #A3E97A; }

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

This text font color is #A3E97A.


Background Color

.myBgColor { background-color: #A3E97A; }

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

This div background color is #A3E97A.


Border color

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

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

This div border color is #A3E97A.


Opacity

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

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

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

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

This text has shadow with #A3E97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E97A on black background.


Color preview on white background

This text has color #A3E97A on white background.



Black color preview on #A3E97A background

This text has black color on #A3E97A background.


White color preview on #A3E97A background

This text has white color on #A3E97A background.