COLOR #A5ED91

HEX: #A5ED91
RGB: (165,237,145)

Color info

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

RGB color model

#A5ED91 color RGB value is (165,237,145).

  • red value is 165;
  • green value is 237;
  • blue value is 145.
RGB:
(165,237,145)
(65%,93%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 145 of 255 = 57%

165
237
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 237 + 145 = 547 (100%)
R 165 of 547 ~ 30.16%
G 237 of 547 ~ 43.33%
B 145 of 547 ~ 26.51%

%30.16
%43.33
%26.51

CMYK color model

#A5ED91 color CMYK value is (30,0,39,7).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 7.06%
CMYK:
(30,0,39,7)
C30M0Y39K7 
(30%,0%,39%,7%)
(0.30/0.00/0.39/0.07)	

CMYK percentages

%30.38
%0
%38.82
%7.06

Codes

Color #A5ED91 in popluar color models

A5ED91
RGB165237145
HSL107°71.88%74.90%
HSB/HSV107°38.82%92.94%
CMYK30.38%0.00%38.82%
7.06%

Color #A5ED91 in popluar number systems.

HEXA5ED91
Decimal165237145
Binary101001011110110110010001
Octal245355221

Shades and tints

Shades of #A5ED91

#A5ED91
(165,237,145)
#96D884
(150,216,132)
#87C377
(135,195,119)
#78AE6A
(120,174,106)
#69995D
(105,153,93)
#5A8450
(90,132,80)
#4B6F43
(75,111,67)
#3C5A36
(60,90,54)
#2D4529
(45,69,41)
#1E301C
(30,48,28)
#0F1B0F
(15,27,15)
#000000
(0,0,0)

Tints of #A5ED91

#A5ED91
(165,237,145)
#ADEE9B
(173,238,155)
#B5EFA5
(181,239,165)
#BDF0AF
(189,240,175)
#C5F1B9
(197,241,185)
#CDF2C3
(205,242,195)
#D5F3CD
(213,243,205)
#DDF4D7
(221,244,215)
#E5F5E1
(229,245,225)
#EDF6EB
(237,246,235)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ED91 color. Also use rgb(165,237,145) instead hex code.

Text Font Color

.myTextColor { color: #A5ED91; }

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

This text font color is #A5ED91.


Background Color

.myBgColor { background-color: #A5ED91; }

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

This div background color is #A5ED91.


Border color

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

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

This div border color is #A5ED91.


Opacity

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

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

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

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

This text has shadow with #A5ED91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ED91 on black background.


Color preview on white background

This text has color #A5ED91 on white background.



Black color preview on #A5ED91 background

This text has black color on #A5ED91 background.


White color preview on #A5ED91 background

This text has white color on #A5ED91 background.