COLOR #A5D86B

HEX: #A5D86B
RGB: (165,216,107)

Color info

#A5D86B contains mainly red and green colors. Web safe color of #A5D86B is #99CC66 (or #9C6).

RGB color model

#A5D86B color RGB value is (165,216,107).

  • red value is 165;
  • green value is 216;
  • blue value is 107.
RGB:
(165,216,107)
(65%,85%,42%)

RGB channels and saturation

R 165 of 255 = 65%
G 216 of 255 = 85%
B 107 of 255 = 42%

165
216
107

R + G + B ~ 64%. #A5D86B is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 216 + 107 = 488 (100%)
R 165 of 488 ~ 33.81%
G 216 of 488 ~ 44.26%
B 107 of 488 ~ 21.93%

%33.81
%44.26
%21.93

CMYK color model

#A5D86B color CMYK value is (24,0,50,15).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 50.46%
  • key color value is 15.29%
CMYK:
(24,0,50,15)
C24M0Y50K15 
(24%,0%,50%,15%)
(0.24/0.00/0.50/0.15)	

CMYK percentages

%23.61
%0
%50.46
%15.29

Codes

Color #A5D86B in popluar color models

A5D86B
RGB165216107
HSL88°58.29%63.33%
HSB/HSV88°50.46%84.71%
CMYK23.61%0.00%50.46%
15.29%

Color #A5D86B in popluar number systems.

HEXA5D86B
Decimal165216107
Binary10100101110110001101011
Octal245330153

Shades and tints

Shades of #A5D86B

#A5D86B
(165,216,107)
#96C562
(150,197,98)
#87B259
(135,178,89)
#789F50
(120,159,80)
#698C47
(105,140,71)
#5A793E
(90,121,62)
#4B6635
(75,102,53)
#3C532C
(60,83,44)
#2D4023
(45,64,35)
#1E2D1A
(30,45,26)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #A5D86B

#A5D86B
(165,216,107)
#ADDB78
(173,219,120)
#B5DE85
(181,222,133)
#BDE192
(189,225,146)
#C5E49F
(197,228,159)
#CDE7AC
(205,231,172)
#D5EAB9
(213,234,185)
#DDEDC6
(221,237,198)
#E5F0D3
(229,240,211)
#EDF3E0
(237,243,224)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D86B color. Also use rgb(165,216,107) instead hex code.

Text Font Color

.myTextColor { color: #A5D86B; }

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

This text font color is #A5D86B.


Background Color

.myBgColor { background-color: #A5D86B; }

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

This div background color is #A5D86B.


Border color

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

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

This div border color is #A5D86B.


Opacity

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

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

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

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

This text has shadow with #A5D86B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D86B on black background.


Color preview on white background

This text has color #A5D86B on white background.



Black color preview on #A5D86B background

This text has black color on #A5D86B background.


White color preview on #A5D86B background

This text has white color on #A5D86B background.