COLOR #A5EDB9

HEX: #A5EDB9 RGB: (165,237,185)

Color info

#A5EDB9 contains mainly green and blue colors. Web safe color of #A5EDB9 is #99FFCC (or #9FC).

RGB color model

#A5EDB9 color RGB value is (165,237,185).

RGB: (165,237,185) (65%, 93%, 73%)

RGB channels and saturation

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

165
237
185

R + G + B ~ 77%. #A5EDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 237 + 185 = 587 (100%)
R 165 of 587 ~ 28.11%
G 237 of 587 ~ 40.37%
B 185 of 587 ~ 31.52'%

%28.11
%40.37
%31.52

CMYK color model

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

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%

CMYK: (30,0,22,7)
C30M0Y22K7 (30%, 0%, 22%, 7%)
(0.30 / 0.00 / 0.22 / 0.07)

CMYK percentages

%30.38
%0
%21.94
%7.06

Codes

Color #A5EDB9 in popluar color models

A5 ED B9
RGB 165 237 185
HSL 137° 66.67% 78.82%
HSB/HSV 137° 30.38% 92.94%
CMYK 30.38% 0.00% 21.94%
7.06%

Color #A5EDB9 in popluar number systems.

HEX A5 ED B9
Decimal 165 237 185
Binary 10100101 11101101 10111001
Octal 245 355 271

Shades and tints

Shades of #A5EDB9

#A5EDB9
(165,237,185)
#96D8A9
(150,216,169)
#87C399
(135,195,153)
#78AE89
(120,174,137)
#699979
(105,153,121)
#5A8469
(90,132,105)
#4B6F59
(75,111,89)
#3C5A49
(60,90,73)
#2D4539
(45,69,57)
#1E3029
(30,48,41)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #A5EDB9

#A5EDB9
(165,237,185)
#ADEEBF
(173,238,191)
#B5EFC5
(181,239,197)
#BDF0CB
(189,240,203)
#C5F1D1
(197,241,209)
#CDF2D7
(205,242,215)
#D5F3DD
(213,243,221)
#DDF4E3
(221,244,227)
#E5F5E9
(229,245,233)
#EDF6EF
(237,246,239)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDB9; }

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

This text font color is #A5EDB9.

Background Color

.myBgColor { background-color: #A5EDB9; }

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

This div background color is #A5EDB9.

Border color

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

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

This div border color is #A5EDB9.

Opacity

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

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

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

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

This text has shadow with #A5EDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EDB9.

Preview

Color preview on black background

This text has color #A5EDB9 on black background.


Color preview on white background

This text has color #A5EDB9 on white background.


Black color preview on #A5EDB9 background

This text has black color on #A5EDB9 background.


White color preview on #A5EDB9 background

This text has white color on #A5EDB9 background.


Related colors

Complementary color

Complementary color for #hex is #5A1246.


I love getcolorcode.com

Triadic colors

1 #B9A5ED and #EDB9A5 with #A5EDB9 are triadic colors.

2 #B9EDA5 and #EDA5B9 with #A5EDB9 are triadic colors.