COLOR #A5C178

HEX: #A5C178
RGB: (165,193,120)

Color info

#A5C178 contains mainly red and green colors. Web safe color of #A5C178 is #99CC66 (or #9C6).

RGB color model

#A5C178 color RGB value is (165,193,120).

  • red value is 165;
  • green value is 193;
  • blue value is 120.
RGB:
(165,193,120)
(65%,76%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 120 of 255 = 47%

165
193
120

R + G + B ~ 63%. #A5C178 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 120 = 478 (100%)
R 165 of 478 ~ 34.52%
G 193 of 478 ~ 40.38%
B 120 of 478 ~ 25.1%

%34.52
%40.38
%25.1

CMYK color model

#A5C178 color CMYK value is (15,0,38,24).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 24.31%
CMYK:
(15,0,38,24)
C15M0Y38K24 
(15%,0%,38%,24%)
(0.15/0.00/0.38/0.24)	

CMYK percentages

%14.51
%0
%37.82
%24.31

Codes

Color #A5C178 in popluar color models

A5C178
RGB165193120
HSL83°37.06%61.37%
HSB/HSV83°37.82%75.69%
CMYK14.51%0.00%37.82%
24.31%

Color #A5C178 in popluar number systems.

HEXA5C178
Decimal165193120
Binary10100101110000011111000
Octal245301170

Shades and tints

Shades of #A5C178

#A5C178
(165,193,120)
#96B06E
(150,176,110)
#879F64
(135,159,100)
#788E5A
(120,142,90)
#697D50
(105,125,80)
#5A6C46
(90,108,70)
#4B5B3C
(75,91,60)
#3C4A32
(60,74,50)
#2D3928
(45,57,40)
#1E281E
(30,40,30)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5C178

#A5C178
(165,193,120)
#ADC684
(173,198,132)
#B5CB90
(181,203,144)
#BDD09C
(189,208,156)
#C5D5A8
(197,213,168)
#CDDAB4
(205,218,180)
#D5DFC0
(213,223,192)
#DDE4CC
(221,228,204)
#E5E9D8
(229,233,216)
#EDEEE4
(237,238,228)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C178 color. Also use rgb(165,193,120) instead hex code.

Text Font Color

.myTextColor { color: #A5C178; }

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

This text font color is #A5C178.


Background Color

.myBgColor { background-color: #A5C178; }

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

This div background color is #A5C178.


Border color

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

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

This div border color is #A5C178.


Opacity

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

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

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

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

This text has shadow with #A5C178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C178 on black background.


Color preview on white background

This text has color #A5C178 on white background.



Black color preview on #A5C178 background

This text has black color on #A5C178 background.


White color preview on #A5C178 background

This text has white color on #A5C178 background.