COLOR #A5E087

HEX: #A5E087
RGB: (165,224,135)

Color info

#A5E087 contains mainly red and green colors. Web safe color of #A5E087 is #99CC99 (or #9C9).

RGB color model

#A5E087 color RGB value is (165,224,135).

  • red value is 165;
  • green value is 224;
  • blue value is 135.
RGB:
(165,224,135)
(65%,88%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 224 of 255 = 88%
B 135 of 255 = 53%

165
224
135

R + G + B ~ 69%. #A5E087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 224 + 135 = 524 (100%)
R 165 of 524 ~ 31.49%
G 224 of 524 ~ 42.75%
B 135 of 524 ~ 25.76%

%31.49
%42.75
%25.76

CMYK color model

#A5E087 color CMYK value is (26,0,40,12).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 12.16%
CMYK:
(26,0,40,12)
C26M0Y40K12 
(26%,0%,40%,12%)
(0.26/0.00/0.40/0.12)	

CMYK percentages

%26.34
%0
%39.73
%12.16

Codes

Color #A5E087 in popluar color models

A5E087
RGB165224135
HSL100°58.94%70.39%
HSB/HSV100°39.73%87.84%
CMYK26.34%0.00%39.73%
12.16%

Color #A5E087 in popluar number systems.

HEXA5E087
Decimal165224135
Binary101001011110000010000111
Octal245340207

Shades and tints

Shades of #A5E087

#A5E087
(165,224,135)
#96CC7B
(150,204,123)
#87B86F
(135,184,111)
#78A463
(120,164,99)
#699057
(105,144,87)
#5A7C4B
(90,124,75)
#4B683F
(75,104,63)
#3C5433
(60,84,51)
#2D4027
(45,64,39)
#1E2C1B
(30,44,27)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #A5E087

#A5E087
(165,224,135)
#ADE291
(173,226,145)
#B5E49B
(181,228,155)
#BDE6A5
(189,230,165)
#C5E8AF
(197,232,175)
#CDEAB9
(205,234,185)
#D5ECC3
(213,236,195)
#DDEECD
(221,238,205)
#E5F0D7
(229,240,215)
#EDF2E1
(237,242,225)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E087 color. Also use rgb(165,224,135) instead hex code.

Text Font Color

.myTextColor { color: #A5E087; }

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

This text font color is #A5E087.


Background Color

.myBgColor { background-color: #A5E087; }

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

This div background color is #A5E087.


Border color

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

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

This div border color is #A5E087.


Opacity

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

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

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

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

This text has shadow with #A5E087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E087 on black background.


Color preview on white background

This text has color #A5E087 on white background.



Black color preview on #A5E087 background

This text has black color on #A5E087 background.


White color preview on #A5E087 background

This text has white color on #A5E087 background.