COLOR #A3EB97

HEX: #A3EB97
RGB: (163,235,151)

Color info

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

RGB color model

#A3EB97 color RGB value is (163,235,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 235 of 255 = 92%
B 151 of 255 = 59%

163
235
151

R + G + B ~ 72%. #A3EB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 235 + 151 = 549 (100%)
R 163 of 549 ~ 29.69%
G 235 of 549 ~ 42.81%
B 151 of 549 ~ 27.5%

%29.69
%42.81
%27.5

CMYK color model

#A3EB97 color CMYK value is (31,0,36,8).

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 35.74%
  • key color value is 7.84%
CMYK:
(31,0,36,8)
C31M0Y36K8 
(31%,0%,36%,8%)
(0.31/0.00/0.36/0.08)	

CMYK percentages

%30.64
%0
%35.74
%7.84

Codes

Color #A3EB97 in popluar color models

A3EB97
RGB163235151
HSL111°67.74%75.69%
HSB/HSV111°35.74%92.16%
CMYK30.64%0.00%35.74%
7.84%

Color #A3EB97 in popluar number systems.

HEXA3EB97
Decimal163235151
Binary101000111110101110010111
Octal243353227

Shades and tints

Shades of #A3EB97

#A3EB97
(163,235,151)
#95D68A
(149,214,138)
#87C17D
(135,193,125)
#79AC70
(121,172,112)
#6B9763
(107,151,99)
#5D8256
(93,130,86)
#4F6D49
(79,109,73)
#41583C
(65,88,60)
#33432F
(51,67,47)
#252E22
(37,46,34)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #A3EB97

#A3EB97
(163,235,151)
#ABECA0
(171,236,160)
#B3EDA9
(179,237,169)
#BBEEB2
(187,238,178)
#C3EFBB
(195,239,187)
#CBF0C4
(203,240,196)
#D3F1CD
(211,241,205)
#DBF2D6
(219,242,214)
#E3F3DF
(227,243,223)
#EBF4E8
(235,244,232)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3EB97; }

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

This text font color is #A3EB97.


Background Color

.myBgColor { background-color: #A3EB97; }

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

This div background color is #A3EB97.


Border color

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

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

This div border color is #A3EB97.


Opacity

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

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

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

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

This text has shadow with #A3EB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EB97 on black background.


Color preview on white background

This text has color #A3EB97 on white background.



Black color preview on #A3EB97 background

This text has black color on #A3EB97 background.


White color preview on #A3EB97 background

This text has white color on #A3EB97 background.