COLOR #A5E795

HEX: #A5E795
RGB: (165,231,149)

Color info

#A5E795 contains mainly green color. Web safe color of #A5E795 is #99FF99 (or #9F9).

RGB color model

#A5E795 color RGB value is (165,231,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 231 of 255 = 91%
B 149 of 255 = 58%

165
231
149

R + G + B ~ 71%. #A5E795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 231 + 149 = 545 (100%)
R 165 of 545 ~ 30.28%
G 231 of 545 ~ 42.39%
B 149 of 545 ~ 27.34%

%30.28
%42.39
%27.34

CMYK color model

#A5E795 color CMYK value is (29,0,35,9).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 35.50%
  • key color value is 9.41%
CMYK:
(29,0,35,9)
C29M0Y35K9 
(29%,0%,35%,9%)
(0.29/0.00/0.35/0.09)	

CMYK percentages

%28.57
%0
%35.5
%9.41

Codes

Color #A5E795 in popluar color models

A5E795
RGB165231149
HSL108°63.08%74.51%
HSB/HSV108°35.50%90.59%
CMYK28.57%0.00%35.50%
9.41%

Color #A5E795 in popluar number systems.

HEXA5E795
Decimal165231149
Binary101001011110011110010101
Octal245347225

Shades and tints

Shades of #A5E795

#A5E795
(165,231,149)
#96D288
(150,210,136)
#87BD7B
(135,189,123)
#78A86E
(120,168,110)
#699361
(105,147,97)
#5A7E54
(90,126,84)
#4B6947
(75,105,71)
#3C543A
(60,84,58)
#2D3F2D
(45,63,45)
#1E2A20
(30,42,32)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5E795

#A5E795
(165,231,149)
#ADE99E
(173,233,158)
#B5EBA7
(181,235,167)
#BDEDB0
(189,237,176)
#C5EFB9
(197,239,185)
#CDF1C2
(205,241,194)
#D5F3CB
(213,243,203)
#DDF5D4
(221,245,212)
#E5F7DD
(229,247,221)
#EDF9E6
(237,249,230)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E795; }

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

This text font color is #A5E795.


Background Color

.myBgColor { background-color: #A5E795; }

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

This div background color is #A5E795.


Border color

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

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

This div border color is #A5E795.


Opacity

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

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

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

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

This text has shadow with #A5E795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E795 on black background.


Color preview on white background

This text has color #A5E795 on white background.



Black color preview on #A5E795 background

This text has black color on #A5E795 background.


White color preview on #A5E795 background

This text has white color on #A5E795 background.