COLOR #A5E8A0

HEX: #A5E8A0 RGB: (165,232,160)

Color info

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

RGB color model

#A5E8A0 color RGB value is (165,232,160).

RGB: (165,232,160) (65%, 91%, 63%)

RGB channels and saturation

R 165 of 255 = 65%
G 232 of 255 = 91%
B 160 of 255 = 63%

165
232
160

R + G + B ~ 73%. #A5E8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 232 + 160 = 557 (100%)
R 165 of 557 ~ 29.62%
G 232 of 557 ~ 41.65%
B 160 of 557 ~ 28.73'%

%29.62
%41.65
%28.73

CMYK color model

#A5E8A0 color CMYK value is (29,0,31,9).

  • cyan value is 28.88%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 9.02%
CMYK: (29,0,31,9) C29M0Y31K9 (29%,0%,31%,9%) (0.29/0.00/0.31/0.09) 

CMYK percentages

%28.88
%0
%31.03
%9.02

Codes

Color #A5E8A0 in popluar color models

A5 E8 A0
RGB 165 232 160
HSL 116° 61.02% 76.86%
HSB/HSV 116° 31.03% 90.98%
CMYK 28.88% 0.00% 31.03%
9.02%

Color #A5E8A0 in popluar number systems.

HEX A5 E8 A0
Decimal 165 232 160
Binary 10100101 11101000 10100000
Octal 245 350 240

Shades and tints

Shades of #A5E8A0

#A5E8A0
(165,232,160)
#96D392
(150,211,146)
#87BE84
(135,190,132)
#78A976
(120,169,118)
#699468
(105,148,104)
#5A7F5A
(90,127,90)
#4B6A4C
(75,106,76)
#3C553E
(60,85,62)
#2D4030
(45,64,48)
#1E2B22
(30,43,34)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5E8A0

#A5E8A0
(165,232,160)
#ADEAA8
(173,234,168)
#B5ECB0
(181,236,176)
#BDEEB8
(189,238,184)
#C5F0C0
(197,240,192)
#CDF2C8
(205,242,200)
#D5F4D0
(213,244,208)
#DDF6D8
(221,246,216)
#E5F8E0
(229,248,224)
#EDFAE8
(237,250,232)
#F5FCF0
(245,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E8A0 color. Also use rgb(165,232,160) instead hex code.

Text Font Color

.myTextColor { color: #A5E8A0; }

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

This text font color is #A5E8A0.

Background Color

.myBgColor { background-color: #A5E8A0; }

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

This div background color is #A5E8A0.

Border color

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

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

This div border color is #A5E8A0.

Opacity

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

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

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

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

This text has shadow with #A5E8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E8A0.

Preview

Color preview on black background

This text has color #A5E8A0 on black background.


Color preview on white background

This text has color #A5E8A0 on white background.


Black color preview on #A5E8A0 background

This text has black color on #A5E8A0 background.


White color preview on #A5E8A0 background

This text has white color on #A5E8A0 background.


Related colors

Complementary color

Complementary color for #hex is #5A175F.


I love getcolorcode.com

Triadic colors

1 #A0A5E8 and #E8A0A5 with #A5E8A0 are triadic colors.

2 #A0E8A5 and #E8A5A0 with #A5E8A0 are triadic colors.