COLOR #A3E897

HEX: #A3E897 RGB: (163,232,151)

Color info

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

RGB color model

#A3E897 color RGB value is (163,232,151).

RGB: (163,232,151) (64%, 91%, 59%)

RGB channels and saturation

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

163
232
151

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

Portions of RGB colors in percentages

R + G + B = 163 + 232 + 151 = 546 (100%)
R 163 of 546 ~ 29.85%
G 232 of 546 ~ 42.49%
B 151 of 546 ~ 27.66'%

%29.85
%42.49
%27.66

CMYK color model

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

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

CMYK percentages

%29.74
%0
%34.91
%9.02

Codes

Color #A3E897 in popluar color models

A3 E8 97
RGB 163 232 151
HSL 111° 63.78% 75.10%
HSB/HSV 111° 34.91% 90.98%
CMYK 29.74% 0.00% 34.91%
9.02%

Color #A3E897 in popluar number systems.

HEX A3 E8 97
Decimal 163 232 151
Binary 10100011 11101000 10010111
Octal 243 350 227

Shades and tints

Shades of #A3E897

#A3E897
(163,232,151)
#95D38A
(149,211,138)
#87BE7D
(135,190,125)
#79A970
(121,169,112)
#6B9463
(107,148,99)
#5D7F56
(93,127,86)
#4F6A49
(79,106,73)
#41553C
(65,85,60)
#33402F
(51,64,47)
#252B22
(37,43,34)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #A3E897

#A3E897
(163,232,151)
#ABEAA0
(171,234,160)
#B3ECA9
(179,236,169)
#BBEEB2
(187,238,178)
#C3F0BB
(195,240,187)
#CBF2C4
(203,242,196)
#D3F4CD
(211,244,205)
#DBF6D6
(219,246,214)
#E3F8DF
(227,248,223)
#EBFAE8
(235,250,232)
#F3FCF1
(243,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E897; }

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

This text font color is #A3E897.

Background Color

.myBgColor { background-color: #A3E897; }

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

This div background color is #A3E897.

Border color

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

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

This div border color is #A3E897.

Opacity

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

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

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

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

This text has shadow with #A3E897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E897.

Preview

Color preview on black background

This text has color #A3E897 on black background.


Color preview on white background

This text has color #A3E897 on white background.


Black color preview on #A3E897 background

This text has black color on #A3E897 background.


White color preview on #A3E897 background

This text has white color on #A3E897 background.


Related colors

Complementary color

Complementary color for #hex is #5C1768.


I love getcolorcode.com

Triadic colors

1 #97A3E8 and #E897A3 with #A3E897 are triadic colors.

2 #97E8A3 and #E8A397 with #A3E897 are triadic colors.