COLOR #A5D387

HEX: #A5D387
RGB: (165,211,135)

Color info

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

RGB color model

#A5D387 color RGB value is (165,211,135).

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

RGB channels and saturation

R 165 of 255 = 65%
G 211 of 255 = 83%
B 135 of 255 = 53%

165
211
135

R + G + B ~ 67%. #A5D387 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 211 + 135 = 511 (100%)
R 165 of 511 ~ 32.29%
G 211 of 511 ~ 41.29%
B 135 of 511 ~ 26.42%

%32.29
%41.29
%26.42

CMYK color model

#A5D387 color CMYK value is (22,0,36,17).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 17.25%
CMYK:
(22,0,36,17)
C22M0Y36K17 
(22%,0%,36%,17%)
(0.22/0.00/0.36/0.17)	

CMYK percentages

%21.8
%0
%36.02
%17.25

Codes

Color #A5D387 in popluar color models

A5D387
RGB165211135
HSL96°46.34%67.84%
HSB/HSV96°36.02%82.75%
CMYK21.80%0.00%36.02%
17.25%

Color #A5D387 in popluar number systems.

HEXA5D387
Decimal165211135
Binary101001011101001110000111
Octal245323207

Shades and tints

Shades of #A5D387

#A5D387
(165,211,135)
#96C07B
(150,192,123)
#87AD6F
(135,173,111)
#789A63
(120,154,99)
#698757
(105,135,87)
#5A744B
(90,116,75)
#4B613F
(75,97,63)
#3C4E33
(60,78,51)
#2D3B27
(45,59,39)
#1E281B
(30,40,27)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #A5D387

#A5D387
(165,211,135)
#ADD791
(173,215,145)
#B5DB9B
(181,219,155)
#BDDFA5
(189,223,165)
#C5E3AF
(197,227,175)
#CDE7B9
(205,231,185)
#D5EBC3
(213,235,195)
#DDEFCD
(221,239,205)
#E5F3D7
(229,243,215)
#EDF7E1
(237,247,225)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D387; }

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

This text font color is #A5D387.


Background Color

.myBgColor { background-color: #A5D387; }

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

This div background color is #A5D387.


Border color

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

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

This div border color is #A5D387.


Opacity

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

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

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

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

This text has shadow with #A5D387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D387 on black background.


Color preview on white background

This text has color #A5D387 on white background.



Black color preview on #A5D387 background

This text has black color on #A5D387 background.


White color preview on #A5D387 background

This text has white color on #A5D387 background.