COLOR #A5C88E

HEX: #A5C88E
RGB: (165,200,142)

Color info

#A5C88E contains red, green and blue colors in about the same proportion. Web safe color of #A5C88E is #99CC99 (or #9C9).

RGB color model

#A5C88E color RGB value is (165,200,142).

  • red value is 165;
  • green value is 200;
  • blue value is 142.
RGB:
(165,200,142)
(65%,78%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 142 of 255 = 56%

165
200
142

R + G + B ~ 66%. #A5C88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 200 + 142 = 507 (100%)
R 165 of 507 ~ 32.54%
G 200 of 507 ~ 39.45%
B 142 of 507 ~ 28.01%

%32.54
%39.45
%28.01

CMYK color model

#A5C88E color CMYK value is (18,0,29,22).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 21.57%
CMYK:
(18,0,29,22)
C18M0Y29K22 
(18%,0%,29%,22%)
(0.18/0.00/0.29/0.22)	

CMYK percentages

%17.5
%0
%29
%21.57

Codes

Color #A5C88E in popluar color models

A5C88E
RGB165200142
HSL96°34.52%67.06%
HSB/HSV96°29.00%78.43%
CMYK17.50%0.00%29.00%
21.57%

Color #A5C88E in popluar number systems.

HEXA5C88E
Decimal165200142
Binary101001011100100010001110
Octal245310216

Shades and tints

Shades of #A5C88E

#A5C88E
(165,200,142)
#96B682
(150,182,130)
#87A476
(135,164,118)
#78926A
(120,146,106)
#69805E
(105,128,94)
#5A6E52
(90,110,82)
#4B5C46
(75,92,70)
#3C4A3A
(60,74,58)
#2D382E
(45,56,46)
#1E2622
(30,38,34)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5C88E

#A5C88E
(165,200,142)
#ADCD98
(173,205,152)
#B5D2A2
(181,210,162)
#BDD7AC
(189,215,172)
#C5DCB6
(197,220,182)
#CDE1C0
(205,225,192)
#D5E6CA
(213,230,202)
#DDEBD4
(221,235,212)
#E5F0DE
(229,240,222)
#EDF5E8
(237,245,232)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C88E color. Also use rgb(165,200,142) instead hex code.

Text Font Color

.myTextColor { color: #A5C88E; }

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

This text font color is #A5C88E.


Background Color

.myBgColor { background-color: #A5C88E; }

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

This div background color is #A5C88E.


Border color

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

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

This div border color is #A5C88E.


Opacity

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

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

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

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

This text has shadow with #A5C88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C88E on black background.


Color preview on white background

This text has color #A5C88E on white background.



Black color preview on #A5C88E background

This text has black color on #A5C88E background.


White color preview on #A5C88E background

This text has white color on #A5C88E background.