COLOR #A5D695

HEX: #A5D695
RGB: (165,214,149)

Color info

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

RGB color model

#A5D695 color RGB value is (165,214,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 214 of 255 = 84%
B 149 of 255 = 58%

165
214
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 214 + 149 = 528 (100%)
R 165 of 528 ~ 31.25%
G 214 of 528 ~ 40.53%
B 149 of 528 ~ 28.22%

%31.25
%40.53
%28.22

CMYK color model

#A5D695 color CMYK value is (23,0,30,16).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(23,0,30,16)
C23M0Y30K16 
(23%,0%,30%,16%)
(0.23/0.00/0.30/0.16)	

CMYK percentages

%22.9
%0
%30.37
%16.08

Codes

Color #A5D695 in popluar color models

A5D695
RGB165214149
HSL105°44.22%71.18%
HSB/HSV105°30.37%83.92%
CMYK22.90%0.00%30.37%
16.08%

Color #A5D695 in popluar number systems.

HEXA5D695
Decimal165214149
Binary101001011101011010010101
Octal245326225

Shades and tints

Shades of #A5D695

#A5D695
(165,214,149)
#96C388
(150,195,136)
#87B07B
(135,176,123)
#789D6E
(120,157,110)
#698A61
(105,138,97)
#5A7754
(90,119,84)
#4B6447
(75,100,71)
#3C513A
(60,81,58)
#2D3E2D
(45,62,45)
#1E2B20
(30,43,32)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #A5D695

#A5D695
(165,214,149)
#ADD99E
(173,217,158)
#B5DCA7
(181,220,167)
#BDDFB0
(189,223,176)
#C5E2B9
(197,226,185)
#CDE5C2
(205,229,194)
#D5E8CB
(213,232,203)
#DDEBD4
(221,235,212)
#E5EEDD
(229,238,221)
#EDF1E6
(237,241,230)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D695; }

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

This text font color is #A5D695.


Background Color

.myBgColor { background-color: #A5D695; }

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

This div background color is #A5D695.


Border color

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

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

This div border color is #A5D695.


Opacity

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

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

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

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

This text has shadow with #A5D695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D695 on black background.


Color preview on white background

This text has color #A5D695 on white background.



Black color preview on #A5D695 background

This text has black color on #A5D695 background.


White color preview on #A5D695 background

This text has white color on #A5D695 background.