COLOR #A5E3A8

HEX: #A5E3A8
RGB: (165,227,168)

Color info

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

RGB color model

#A5E3A8 color RGB value is (165,227,168).

  • red value is 165;
  • green value is 227;
  • blue value is 168.
RGB:
(165,227,168)
(65%,89%,66%)

RGB channels and saturation

R 165 of 255 = 65%
G 227 of 255 = 89%
B 168 of 255 = 66%

165
227
168

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

Portions of RGB colors in percentages

R + G + B =
165 + 227 + 168 = 560 (100%)
R 165 of 560 ~ 29.46%
G 227 of 560 ~ 40.54%
B 168 of 560 ~ 30%

%29.46
%40.54
%30

CMYK color model

#A5E3A8 color CMYK value is (27,0,26,11).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 10.98%
CMYK:
(27,0,26,11)
C27M0Y26K11 
(27%,0%,26%,11%)
(0.27/0.00/0.26/0.11)	

CMYK percentages

%27.31
%0
%25.99
%10.98

Codes

Color #A5E3A8 in popluar color models

A5E3A8
RGB165227168
HSL123°52.54%76.86%
HSB/HSV123°27.31%89.02%
CMYK27.31%0.00%25.99%
10.98%

Color #A5E3A8 in popluar number systems.

HEXA5E3A8
Decimal165227168
Binary101001011110001110101000
Octal245343250

Shades and tints

Shades of #A5E3A8

#A5E3A8
(165,227,168)
#96CF99
(150,207,153)
#87BB8A
(135,187,138)
#78A77B
(120,167,123)
#69936C
(105,147,108)
#5A7F5D
(90,127,93)
#4B6B4E
(75,107,78)
#3C573F
(60,87,63)
#2D4330
(45,67,48)
#1E2F21
(30,47,33)
#0F1B12
(15,27,18)
#000000
(0,0,0)

Tints of #A5E3A8

#A5E3A8
(165,227,168)
#ADE5AF
(173,229,175)
#B5E7B6
(181,231,182)
#BDE9BD
(189,233,189)
#C5EBC4
(197,235,196)
#CDEDCB
(205,237,203)
#D5EFD2
(213,239,210)
#DDF1D9
(221,241,217)
#E5F3E0
(229,243,224)
#EDF5E7
(237,245,231)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E3A8 color. Also use rgb(165,227,168) instead hex code.

Text Font Color

.myTextColor { color: #A5E3A8; }

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

This text font color is #A5E3A8.


Background Color

.myBgColor { background-color: #A5E3A8; }

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

This div background color is #A5E3A8.


Border color

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

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

This div border color is #A5E3A8.


Opacity

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

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

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

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

This text has shadow with #A5E3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E3A8 on black background.


Color preview on white background

This text has color #A5E3A8 on white background.



Black color preview on #A5E3A8 background

This text has black color on #A5E3A8 background.


White color preview on #A5E3A8 background

This text has white color on #A5E3A8 background.