COLOR #A5C88C

HEX: #A5C88C RGB: (165,200,140)

Color info

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

RGB color model

#A5C88C color RGB value is (165,200,140).

RGB: (165,200,140) (65%, 78%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 140 of 255 = 55%

165
200
140

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

Portions of RGB colors in percentages

R + G + B = 165 + 200 + 140 = 505 (100%)
R 165 of 505 ~ 32.67%
G 200 of 505 ~ 39.6%
B 140 of 505 ~ 27.72'%

%32.67
%39.6
%27.72

CMYK color model

#A5C88C color CMYK value is (18,0,30,22).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 21.57%

CMYK: (18,0,30,22)
C18M0Y30K22 (18%, 0%, 30%, 22%)
(0.18 / 0.00 / 0.30 / 0.22)

CMYK percentages

%17.5
%0
%30
%21.57

Codes

Color #A5C88C in popluar color models

A5 C8 8C
RGB 165 200 140
HSL 95° 35.29% 66.67%
HSB/HSV 95° 30.00% 78.43%
CMYK 17.50% 0.00% 30.00%
21.57%

Color #A5C88C in popluar number systems.

HEX A5 C8 8C
Decimal 165 200 140
Binary 10100101 11001000 10001100
Octal 245 310 214

Shades and tints

Shades of #A5C88C

#A5C88C
(165,200,140)
#96B680
(150,182,128)
#87A474
(135,164,116)
#789268
(120,146,104)
#69805C
(105,128,92)
#5A6E50
(90,110,80)
#4B5C44
(75,92,68)
#3C4A38
(60,74,56)
#2D382C
(45,56,44)
#1E2620
(30,38,32)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5C88C

#A5C88C
(165,200,140)
#ADCD96
(173,205,150)
#B5D2A0
(181,210,160)
#BDD7AA
(189,215,170)
#C5DCB4
(197,220,180)
#CDE1BE
(205,225,190)
#D5E6C8
(213,230,200)
#DDEBD2
(221,235,210)
#E5F0DC
(229,240,220)
#EDF5E6
(237,245,230)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C88C; }

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

This text font color is #A5C88C.

Background Color

.myBgColor { background-color: #A5C88C; }

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

This div background color is #A5C88C.

Border color

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

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

This div border color is #A5C88C.

Opacity

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

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

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

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

This text has shadow with #A5C88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C88C.

Preview

Color preview on black background

This text has color #A5C88C on black background.


Color preview on white background

This text has color #A5C88C on white background.


Black color preview on #A5C88C background

This text has black color on #A5C88C background.


White color preview on #A5C88C background

This text has white color on #A5C88C background.


Related colors

Complementary color

Complementary color for #hex is #5A3773.


I love getcolorcode.com

Triadic colors

1 #8CA5C8 and #C88CA5 with #A5C88C are triadic colors.

2 #8CC8A5 and #C8A58C with #A5C88C are triadic colors.