COLOR #A5D396

HEX: #A5D396
RGB: (165,211,150)

Color info

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

RGB color model

#A5D396 color RGB value is (165,211,150).

  • red value is 165;
  • green value is 211;
  • blue value is 150.
RGB:
(165,211,150)
(65%,83%,59%)

RGB channels and saturation

R 165 of 255 = 65%
G 211 of 255 = 83%
B 150 of 255 = 59%

165
211
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 211 + 150 = 526 (100%)
R 165 of 526 ~ 31.37%
G 211 of 526 ~ 40.11%
B 150 of 526 ~ 28.52%

%31.37
%40.11
%28.52

CMYK color model

#A5D396 color CMYK value is (22,0,29,17).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(22,0,29,17)
C22M0Y29K17 
(22%,0%,29%,17%)
(0.22/0.00/0.29/0.17)	

CMYK percentages

%21.8
%0
%28.91
%17.25

Codes

Color #A5D396 in popluar color models

A5D396
RGB165211150
HSL105°40.94%70.78%
HSB/HSV105°28.91%82.75%
CMYK21.80%0.00%28.91%
17.25%

Color #A5D396 in popluar number systems.

HEXA5D396
Decimal165211150
Binary101001011101001110010110
Octal245323226

Shades and tints

Shades of #A5D396

#A5D396
(165,211,150)
#96C089
(150,192,137)
#87AD7C
(135,173,124)
#789A6F
(120,154,111)
#698762
(105,135,98)
#5A7455
(90,116,85)
#4B6148
(75,97,72)
#3C4E3B
(60,78,59)
#2D3B2E
(45,59,46)
#1E2821
(30,40,33)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A5D396

#A5D396
(165,211,150)
#ADD79F
(173,215,159)
#B5DBA8
(181,219,168)
#BDDFB1
(189,223,177)
#C5E3BA
(197,227,186)
#CDE7C3
(205,231,195)
#D5EBCC
(213,235,204)
#DDEFD5
(221,239,213)
#E5F3DE
(229,243,222)
#EDF7E7
(237,247,231)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D396; }

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

This text font color is #A5D396.


Background Color

.myBgColor { background-color: #A5D396; }

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

This div background color is #A5D396.


Border color

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

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

This div border color is #A5D396.


Opacity

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

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

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

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

This text has shadow with #A5D396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D396 on black background.


Color preview on white background

This text has color #A5D396 on white background.



Black color preview on #A5D396 background

This text has black color on #A5D396 background.


White color preview on #A5D396 background

This text has white color on #A5D396 background.