COLOR #A5EBA8

HEX: #A5EBA8
RGB: (165,235,168)

Color info

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

RGB color model

#A5EBA8 color RGB value is (165,235,168).

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

RGB channels and saturation

R 165 of 255 = 65%
G 235 of 255 = 92%
B 168 of 255 = 66%

165
235
168

R + G + B ~ 74%. #A5EBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 235 + 168 = 568 (100%)
R 165 of 568 ~ 29.05%
G 235 of 568 ~ 41.37%
B 168 of 568 ~ 29.58%

%29.05
%41.37
%29.58

CMYK color model

#A5EBA8 color CMYK value is (30,0,29,8).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 7.84%
CMYK:
(30,0,29,8)
C30M0Y29K8 
(30%,0%,29%,8%)
(0.30/0.00/0.29/0.08)	

CMYK percentages

%29.79
%0
%28.51
%7.84

Codes

Color #A5EBA8 in popluar color models

A5EBA8
RGB165235168
HSL123°63.64%78.43%
HSB/HSV123°29.79%92.16%
CMYK29.79%0.00%28.51%
7.84%

Color #A5EBA8 in popluar number systems.

HEXA5EBA8
Decimal165235168
Binary101001011110101110101000
Octal245353250

Shades and tints

Shades of #A5EBA8

#A5EBA8
(165,235,168)
#96D699
(150,214,153)
#87C18A
(135,193,138)
#78AC7B
(120,172,123)
#69976C
(105,151,108)
#5A825D
(90,130,93)
#4B6D4E
(75,109,78)
#3C583F
(60,88,63)
#2D4330
(45,67,48)
#1E2E21
(30,46,33)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #A5EBA8

#A5EBA8
(165,235,168)
#ADECAF
(173,236,175)
#B5EDB6
(181,237,182)
#BDEEBD
(189,238,189)
#C5EFC4
(197,239,196)
#CDF0CB
(205,240,203)
#D5F1D2
(213,241,210)
#DDF2D9
(221,242,217)
#E5F3E0
(229,243,224)
#EDF4E7
(237,244,231)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EBA8; }

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

This text font color is #A5EBA8.


Background Color

.myBgColor { background-color: #A5EBA8; }

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

This div background color is #A5EBA8.


Border color

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

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

This div border color is #A5EBA8.


Opacity

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

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

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

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

This text has shadow with #A5EBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EBA8 on black background.


Color preview on white background

This text has color #A5EBA8 on white background.



Black color preview on #A5EBA8 background

This text has black color on #A5EBA8 background.


White color preview on #A5EBA8 background

This text has white color on #A5EBA8 background.