COLOR #A5D993

HEX: #A5D993
RGB: (165,217,147)

Color info

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

RGB color model

#A5D993 color RGB value is (165,217,147).

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

RGB channels and saturation

R 165 of 255 = 65%
G 217 of 255 = 85%
B 147 of 255 = 58%

165
217
147

R + G + B ~ 69%. #A5D993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 217 + 147 = 529 (100%)
R 165 of 529 ~ 31.19%
G 217 of 529 ~ 41.02%
B 147 of 529 ~ 27.79%

%31.19
%41.02
%27.79

CMYK color model

#A5D993 color CMYK value is (24,0,32,15).

  • cyan value is 23.96%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 14.90%
CMYK:
(24,0,32,15)
C24M0Y32K15 
(24%,0%,32%,15%)
(0.24/0.00/0.32/0.15)	

CMYK percentages

%23.96
%0
%32.26
%14.9

Codes

Color #A5D993 in popluar color models

A5D993
RGB165217147
HSL105°47.95%71.37%
HSB/HSV105°32.26%85.10%
CMYK23.96%0.00%32.26%
14.90%

Color #A5D993 in popluar number systems.

HEXA5D993
Decimal165217147
Binary101001011101100110010011
Octal245331223

Shades and tints

Shades of #A5D993

#A5D993
(165,217,147)
#96C686
(150,198,134)
#87B379
(135,179,121)
#78A06C
(120,160,108)
#698D5F
(105,141,95)
#5A7A52
(90,122,82)
#4B6745
(75,103,69)
#3C5438
(60,84,56)
#2D412B
(45,65,43)
#1E2E1E
(30,46,30)
#0F1B11
(15,27,17)
#000000
(0,0,0)

Tints of #A5D993

#A5D993
(165,217,147)
#ADDC9C
(173,220,156)
#B5DFA5
(181,223,165)
#BDE2AE
(189,226,174)
#C5E5B7
(197,229,183)
#CDE8C0
(205,232,192)
#D5EBC9
(213,235,201)
#DDEED2
(221,238,210)
#E5F1DB
(229,241,219)
#EDF4E4
(237,244,228)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D993; }

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

This text font color is #A5D993.


Background Color

.myBgColor { background-color: #A5D993; }

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

This div background color is #A5D993.


Border color

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

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

This div border color is #A5D993.


Opacity

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

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

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

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

This text has shadow with #A5D993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D993 on black background.


Color preview on white background

This text has color #A5D993 on white background.



Black color preview on #A5D993 background

This text has black color on #A5D993 background.


White color preview on #A5D993 background

This text has white color on #A5D993 background.