COLOR #A3E997

HEX: #A3E997
RGB: (163,233,151)

Color info

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

RGB color model

#A3E997 color RGB value is (163,233,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 233 of 255 = 91%
B 151 of 255 = 59%

163
233
151

R + G + B ~ 71%. #A3E997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 233 + 151 = 547 (100%)
R 163 of 547 ~ 29.8%
G 233 of 547 ~ 42.6%
B 151 of 547 ~ 27.61%

%29.8
%42.6
%27.61

CMYK color model

#A3E997 color CMYK value is (30,0,35,9).

  • cyan value is 30.04%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 8.63%
CMYK:
(30,0,35,9)
C30M0Y35K9 
(30%,0%,35%,9%)
(0.30/0.00/0.35/0.09)	

CMYK percentages

%30.04
%0
%35.19
%8.63

Codes

Color #A3E997 in popluar color models

A3E997
RGB163233151
HSL111°65.08%75.29%
HSB/HSV111°35.19%91.37%
CMYK30.04%0.00%35.19%
8.63%

Color #A3E997 in popluar number systems.

HEXA3E997
Decimal163233151
Binary101000111110100110010111
Octal243351227

Shades and tints

Shades of #A3E997

#A3E997
(163,233,151)
#95D48A
(149,212,138)
#87BF7D
(135,191,125)
#79AA70
(121,170,112)
#6B9563
(107,149,99)
#5D8056
(93,128,86)
#4F6B49
(79,107,73)
#41563C
(65,86,60)
#33412F
(51,65,47)
#252C22
(37,44,34)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #A3E997

#A3E997
(163,233,151)
#ABEBA0
(171,235,160)
#B3EDA9
(179,237,169)
#BBEFB2
(187,239,178)
#C3F1BB
(195,241,187)
#CBF3C4
(203,243,196)
#D3F5CD
(211,245,205)
#DBF7D6
(219,247,214)
#E3F9DF
(227,249,223)
#EBFBE8
(235,251,232)
#F3FDF1
(243,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E997; }

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

This text font color is #A3E997.


Background Color

.myBgColor { background-color: #A3E997; }

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

This div background color is #A3E997.


Border color

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

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

This div border color is #A3E997.


Opacity

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

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

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

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

This text has shadow with #A3E997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E997 on black background.


Color preview on white background

This text has color #A3E997 on white background.



Black color preview on #A3E997 background

This text has black color on #A3E997 background.


White color preview on #A3E997 background

This text has white color on #A3E997 background.