COLOR #A5D795

HEX: #A5D795
RGB: (165,215,149)

Color info

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

RGB color model

#A5D795 color RGB value is (165,215,149).

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

RGB channels and saturation

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

165
215
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 215 + 149 = 529 (100%)
R 165 of 529 ~ 31.19%
G 215 of 529 ~ 40.64%
B 149 of 529 ~ 28.17%

%31.19
%40.64
%28.17

CMYK color model

#A5D795 color CMYK value is (23,0,31,16).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 15.69%
CMYK:
(23,0,31,16)
C23M0Y31K16 
(23%,0%,31%,16%)
(0.23/0.00/0.31/0.16)	

CMYK percentages

%23.26
%0
%30.7
%15.69

Codes

Color #A5D795 in popluar color models

A5D795
RGB165215149
HSL105°45.21%71.37%
HSB/HSV105°30.70%84.31%
CMYK23.26%0.00%30.70%
15.69%

Color #A5D795 in popluar number systems.

HEXA5D795
Decimal165215149
Binary101001011101011110010101
Octal245327225

Shades and tints

Shades of #A5D795

#A5D795
(165,215,149)
#96C488
(150,196,136)
#87B17B
(135,177,123)
#789E6E
(120,158,110)
#698B61
(105,139,97)
#5A7854
(90,120,84)
#4B6547
(75,101,71)
#3C523A
(60,82,58)
#2D3F2D
(45,63,45)
#1E2C20
(30,44,32)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #A5D795

#A5D795
(165,215,149)
#ADDA9E
(173,218,158)
#B5DDA7
(181,221,167)
#BDE0B0
(189,224,176)
#C5E3B9
(197,227,185)
#CDE6C2
(205,230,194)
#D5E9CB
(213,233,203)
#DDECD4
(221,236,212)
#E5EFDD
(229,239,221)
#EDF2E6
(237,242,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D795; }

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

This text font color is #A5D795.


Background Color

.myBgColor { background-color: #A5D795; }

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

This div background color is #A5D795.


Border color

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

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

This div border color is #A5D795.


Opacity

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

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

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

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

This text has shadow with #A5D795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D795 on black background.


Color preview on white background

This text has color #A5D795 on white background.



Black color preview on #A5D795 background

This text has black color on #A5D795 background.


White color preview on #A5D795 background

This text has white color on #A5D795 background.