COLOR #A3ED96

HEX: #A3ED96 RGB: (163,237,150)

Color info

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

RGB color model

#A3ED96 color RGB value is (163,237,150).

RGB: (163,237,150) (64%, 93%, 59%)

RGB channels and saturation

R 163 of 255 = 64%
G 237 of 255 = 93%
B 150 of 255 = 59%

163
237
150

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

Portions of RGB colors in percentages

R + G + B = 163 + 237 + 150 = 550 (100%)
R 163 of 550 ~ 29.64%
G 237 of 550 ~ 43.09%
B 150 of 550 ~ 27.27'%

%29.64
%43.09
%27.27

CMYK color model

#A3ED96 color CMYK value is (31,0,37,7).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 7.06%

CMYK: (31,0,37,7)
C31M0Y37K7 (31%, 0%, 37%, 7%)
(0.31 / 0.00 / 0.37 / 0.07)

CMYK percentages

%31.22
%0
%36.71
%7.06

Codes

Color #A3ED96 in popluar color models

A3 ED 96
RGB 163 237 150
HSL 111° 70.73% 75.88%
HSB/HSV 111° 36.71% 92.94%
CMYK 31.22% 0.00% 36.71%
7.06%

Color #A3ED96 in popluar number systems.

HEX A3 ED 96
Decimal 163 237 150
Binary 10100011 11101101 10010110
Octal 243 355 226

Shades and tints

Shades of #A3ED96

#A3ED96
(163,237,150)
#95D889
(149,216,137)
#87C37C
(135,195,124)
#79AE6F
(121,174,111)
#6B9962
(107,153,98)
#5D8455
(93,132,85)
#4F6F48
(79,111,72)
#415A3B
(65,90,59)
#33452E
(51,69,46)
#253021
(37,48,33)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #A3ED96

#A3ED96
(163,237,150)
#ABEE9F
(171,238,159)
#B3EFA8
(179,239,168)
#BBF0B1
(187,240,177)
#C3F1BA
(195,241,186)
#CBF2C3
(203,242,195)
#D3F3CC
(211,243,204)
#DBF4D5
(219,244,213)
#E3F5DE
(227,245,222)
#EBF6E7
(235,246,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ED96 color. Also use rgb(163,237,150) instead hex code.

Text Font Color

.myTextColor { color: #A3ED96; }

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

This text font color is #A3ED96.

Background Color

.myBgColor { background-color: #A3ED96; }

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

This div background color is #A3ED96.

Border color

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

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

This div border color is #A3ED96.

Opacity

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

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

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

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

This text has shadow with #A3ED96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3ED96.

Preview

Color preview on black background

This text has color #A3ED96 on black background.


Color preview on white background

This text has color #A3ED96 on white background.


Black color preview on #A3ED96 background

This text has black color on #A3ED96 background.


White color preview on #A3ED96 background

This text has white color on #A3ED96 background.


Related colors

Complementary color

Complementary color for #hex is #5C1269.


I love getcolorcode.com

Triadic colors

1 #96A3ED and #ED96A3 with #A3ED96 are triadic colors.

2 #96EDA3 and #EDA396 with #A3ED96 are triadic colors.