COLOR #A5EC88

HEX: #A5EC88
RGB: (165,236,136)

Color info

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

RGB color model

#A5EC88 color RGB value is (165,236,136).

  • red value is 165;
  • green value is 236;
  • blue value is 136.
RGB:
(165,236,136)
(65%,93%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 236 of 255 = 93%
B 136 of 255 = 53%

165
236
136

R + G + B ~ 70%. #A5EC88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 236 + 136 = 537 (100%)
R 165 of 537 ~ 30.73%
G 236 of 537 ~ 43.95%
B 136 of 537 ~ 25.33%

%30.73
%43.95
%25.33

CMYK color model

#A5EC88 color CMYK value is (30,0,42,7).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 42.37%
  • key color value is 7.45%
CMYK:
(30,0,42,7)
C30M0Y42K7 
(30%,0%,42%,7%)
(0.30/0.00/0.42/0.07)	

CMYK percentages

%30.08
%0
%42.37
%7.45

Codes

Color #A5EC88 in popluar color models

A5EC88
RGB165236136
HSL103°72.46%72.94%
HSB/HSV103°42.37%92.55%
CMYK30.08%0.00%42.37%
7.45%

Color #A5EC88 in popluar number systems.

HEXA5EC88
Decimal165236136
Binary101001011110110010001000
Octal245354210

Shades and tints

Shades of #A5EC88

#A5EC88
(165,236,136)
#96D77C
(150,215,124)
#87C270
(135,194,112)
#78AD64
(120,173,100)
#699858
(105,152,88)
#5A834C
(90,131,76)
#4B6E40
(75,110,64)
#3C5934
(60,89,52)
#2D4428
(45,68,40)
#1E2F1C
(30,47,28)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #A5EC88

#A5EC88
(165,236,136)
#ADED92
(173,237,146)
#B5EE9C
(181,238,156)
#BDEFA6
(189,239,166)
#C5F0B0
(197,240,176)
#CDF1BA
(205,241,186)
#D5F2C4
(213,242,196)
#DDF3CE
(221,243,206)
#E5F4D8
(229,244,216)
#EDF5E2
(237,245,226)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EC88 color. Also use rgb(165,236,136) instead hex code.

Text Font Color

.myTextColor { color: #A5EC88; }

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

This text font color is #A5EC88.


Background Color

.myBgColor { background-color: #A5EC88; }

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

This div background color is #A5EC88.


Border color

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

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

This div border color is #A5EC88.


Opacity

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

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

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

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

This text has shadow with #A5EC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EC88 on black background.


Color preview on white background

This text has color #A5EC88 on white background.



Black color preview on #A5EC88 background

This text has black color on #A5EC88 background.


White color preview on #A5EC88 background

This text has white color on #A5EC88 background.