COLOR #A5D193

HEX: #A5D193
RGB: (165,209,147)

Color info

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

RGB color model

#A5D193 color RGB value is (165,209,147).

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

RGB channels and saturation

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

165
209
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 209 + 147 = 521 (100%)
R 165 of 521 ~ 31.67%
G 209 of 521 ~ 40.12%
B 147 of 521 ~ 28.21%

%31.67
%40.12
%28.21

CMYK color model

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

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

CMYK percentages

%21.05
%0
%29.67
%18.04

Codes

Color #A5D193 in popluar color models

A5D193
RGB165209147
HSL103°40.26%69.80%
HSB/HSV103°29.67%81.96%
CMYK21.05%0.00%29.67%
18.04%

Color #A5D193 in popluar number systems.

HEXA5D193
Decimal165209147
Binary101001011101000110010011
Octal245321223

Shades and tints

Shades of #A5D193

#A5D193
(165,209,147)
#96BE86
(150,190,134)
#87AB79
(135,171,121)
#78986C
(120,152,108)
#69855F
(105,133,95)
#5A7252
(90,114,82)
#4B5F45
(75,95,69)
#3C4C38
(60,76,56)
#2D392B
(45,57,43)
#1E261E
(30,38,30)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5D193

#A5D193
(165,209,147)
#ADD59C
(173,213,156)
#B5D9A5
(181,217,165)
#BDDDAE
(189,221,174)
#C5E1B7
(197,225,183)
#CDE5C0
(205,229,192)
#D5E9C9
(213,233,201)
#DDEDD2
(221,237,210)
#E5F1DB
(229,241,219)
#EDF5E4
(237,245,228)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D193; }

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

This text font color is #A5D193.


Background Color

.myBgColor { background-color: #A5D193; }

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

This div background color is #A5D193.


Border color

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

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

This div border color is #A5D193.


Opacity

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

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

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

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

This text has shadow with #A5D193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D193 on black background.


Color preview on white background

This text has color #A5D193 on white background.



Black color preview on #A5D193 background

This text has black color on #A5D193 background.


White color preview on #A5D193 background

This text has white color on #A5D193 background.