COLOR #A5EDA5

HEX: #A5EDA5
RGB: (165,237,165)

Color info

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

RGB color model

#A5EDA5 color RGB value is (165,237,165).

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

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 165 of 255 = 65%

165
237
165

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

Portions of RGB colors in percentages

R + G + B =
165 + 237 + 165 = 567 (100%)
R 165 of 567 ~ 29.1%
G 237 of 567 ~ 41.8%
B 165 of 567 ~ 29.1%

%29.1
%41.8
%29.1

CMYK color model

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

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 7.06%
CMYK:
(30,0,30,7)
C30M0Y30K7 
(30%,0%,30%,7%)
(0.30/0.00/0.30/0.07)	

CMYK percentages

%30.38
%0
%30.38
%7.06

Codes

Color #A5EDA5 in popluar color models

A5EDA5
RGB165237165
HSL120°66.67%78.82%
HSB/HSV120°30.38%92.94%
CMYK30.38%0.00%30.38%
7.06%

Color #A5EDA5 in popluar number systems.

HEXA5EDA5
Decimal165237165
Binary101001011110110110100101
Octal245355245

Shades and tints

Shades of #A5EDA5

#A5EDA5
(165,237,165)
#96D896
(150,216,150)
#87C387
(135,195,135)
#78AE78
(120,174,120)
#699969
(105,153,105)
#5A845A
(90,132,90)
#4B6F4B
(75,111,75)
#3C5A3C
(60,90,60)
#2D452D
(45,69,45)
#1E301E
(30,48,30)
#0F1B0F
(15,27,15)
#000000
(0,0,0)

Tints of #A5EDA5

#A5EDA5
(165,237,165)
#ADEEAD
(173,238,173)
#B5EFB5
(181,239,181)
#BDF0BD
(189,240,189)
#C5F1C5
(197,241,197)
#CDF2CD
(205,242,205)
#D5F3D5
(213,243,213)
#DDF4DD
(221,244,221)
#E5F5E5
(229,245,229)
#EDF6ED
(237,246,237)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDA5; }

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

This text font color is #A5EDA5.


Background Color

.myBgColor { background-color: #A5EDA5; }

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

This div background color is #A5EDA5.


Border color

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

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

This div border color is #A5EDA5.


Opacity

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

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

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

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

This text has shadow with #A5EDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDA5 on black background.


Color preview on white background

This text has color #A5EDA5 on white background.



Black color preview on #A5EDA5 background

This text has black color on #A5EDA5 background.


White color preview on #A5EDA5 background

This text has white color on #A5EDA5 background.