COLOR #A5D685

HEX: #A5D685
RGB: (165,214,133)

Color info

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

RGB color model

#A5D685 color RGB value is (165,214,133).

  • red value is 165;
  • green value is 214;
  • blue value is 133.
RGB:
(165,214,133)
(65%,84%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 214 of 255 = 84%
B 133 of 255 = 52%

165
214
133

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

Portions of RGB colors in percentages

R + G + B =
165 + 214 + 133 = 512 (100%)
R 165 of 512 ~ 32.23%
G 214 of 512 ~ 41.8%
B 133 of 512 ~ 25.98%

%32.23
%41.8
%25.98

CMYK color model

#A5D685 color CMYK value is (23,0,38,16).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 37.85%
  • key color value is 16.08%
CMYK:
(23,0,38,16)
C23M0Y38K16 
(23%,0%,38%,16%)
(0.23/0.00/0.38/0.16)	

CMYK percentages

%22.9
%0
%37.85
%16.08

Codes

Color #A5D685 in popluar color models

A5D685
RGB165214133
HSL96°49.69%68.04%
HSB/HSV96°37.85%83.92%
CMYK22.90%0.00%37.85%
16.08%

Color #A5D685 in popluar number systems.

HEXA5D685
Decimal165214133
Binary101001011101011010000101
Octal245326205

Shades and tints

Shades of #A5D685

#A5D685
(165,214,133)
#96C379
(150,195,121)
#87B06D
(135,176,109)
#789D61
(120,157,97)
#698A55
(105,138,85)
#5A7749
(90,119,73)
#4B643D
(75,100,61)
#3C5131
(60,81,49)
#2D3E25
(45,62,37)
#1E2B19
(30,43,25)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #A5D685

#A5D685
(165,214,133)
#ADD990
(173,217,144)
#B5DC9B
(181,220,155)
#BDDFA6
(189,223,166)
#C5E2B1
(197,226,177)
#CDE5BC
(205,229,188)
#D5E8C7
(213,232,199)
#DDEBD2
(221,235,210)
#E5EEDD
(229,238,221)
#EDF1E8
(237,241,232)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D685 color. Also use rgb(165,214,133) instead hex code.

Text Font Color

.myTextColor { color: #A5D685; }

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

This text font color is #A5D685.


Background Color

.myBgColor { background-color: #A5D685; }

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

This div background color is #A5D685.


Border color

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

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

This div border color is #A5D685.


Opacity

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

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

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

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

This text has shadow with #A5D685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D685 on black background.


Color preview on white background

This text has color #A5D685 on white background.



Black color preview on #A5D685 background

This text has black color on #A5D685 background.


White color preview on #A5D685 background

This text has white color on #A5D685 background.