COLOR #A5D293

HEX: #A5D293
RGB: (165,210,147)

Color info

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

RGB color model

#A5D293 color RGB value is (165,210,147).

  • red value is 165;
  • green value is 210;
  • blue value is 147.
RGB:
(165,210,147)
(65%,82%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 210 of 255 = 82%
B 147 of 255 = 58%

165
210
147

R + G + B ~ 68%. #A5D293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 210 + 147 = 522 (100%)
R 165 of 522 ~ 31.61%
G 210 of 522 ~ 40.23%
B 147 of 522 ~ 28.16%

%31.61
%40.23
%28.16

CMYK color model

#A5D293 color CMYK value is (21,0,30,18).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 17.65%
CMYK:
(21,0,30,18)
C21M0Y30K18 
(21%,0%,30%,18%)
(0.21/0.00/0.30/0.18)	

CMYK percentages

%21.43
%0
%30
%17.65

Codes

Color #A5D293 in popluar color models

A5D293
RGB165210147
HSL103°41.18%70.00%
HSB/HSV103°30.00%82.35%
CMYK21.43%0.00%30.00%
17.65%

Color #A5D293 in popluar number systems.

HEXA5D293
Decimal165210147
Binary101001011101001010010011
Octal245322223

Shades and tints

Shades of #A5D293

#A5D293
(165,210,147)
#96BF86
(150,191,134)
#87AC79
(135,172,121)
#78996C
(120,153,108)
#69865F
(105,134,95)
#5A7352
(90,115,82)
#4B6045
(75,96,69)
#3C4D38
(60,77,56)
#2D3A2B
(45,58,43)
#1E271E
(30,39,30)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A5D293

#A5D293
(165,210,147)
#ADD69C
(173,214,156)
#B5DAA5
(181,218,165)
#BDDEAE
(189,222,174)
#C5E2B7
(197,226,183)
#CDE6C0
(205,230,192)
#D5EAC9
(213,234,201)
#DDEED2
(221,238,210)
#E5F2DB
(229,242,219)
#EDF6E4
(237,246,228)
#F5FAED
(245,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D293; }

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

This text font color is #A5D293.


Background Color

.myBgColor { background-color: #A5D293; }

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

This div background color is #A5D293.


Border color

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

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

This div border color is #A5D293.


Opacity

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

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

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

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

This text has shadow with #A5D293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D293 on black background.


Color preview on white background

This text has color #A5D293 on white background.



Black color preview on #A5D293 background

This text has black color on #A5D293 background.


White color preview on #A5D293 background

This text has white color on #A5D293 background.