COLOR #A5C180

HEX: #A5C180
RGB: (165,193,128)

Color info

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

RGB color model

#A5C180 color RGB value is (165,193,128).

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

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 128 of 255 = 50%

165
193
128

R + G + B ~ 64%. #A5C180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 128 = 486 (100%)
R 165 of 486 ~ 33.95%
G 193 of 486 ~ 39.71%
B 128 of 486 ~ 26.34%

%33.95
%39.71
%26.34

CMYK color model

#A5C180 color CMYK value is (15,0,34,24).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 24.31%
CMYK:
(15,0,34,24)
C15M0Y34K24 
(15%,0%,34%,24%)
(0.15/0.00/0.34/0.24)	

CMYK percentages

%14.51
%0
%33.68
%24.31

Codes

Color #A5C180 in popluar color models

A5C180
RGB165193128
HSL86°34.39%62.94%
HSB/HSV86°33.68%75.69%
CMYK14.51%0.00%33.68%
24.31%

Color #A5C180 in popluar number systems.

HEXA5C180
Decimal165193128
Binary101001011100000110000000
Octal245301200

Shades and tints

Shades of #A5C180

#A5C180
(165,193,128)
#96B075
(150,176,117)
#879F6A
(135,159,106)
#788E5F
(120,142,95)
#697D54
(105,125,84)
#5A6C49
(90,108,73)
#4B5B3E
(75,91,62)
#3C4A33
(60,74,51)
#2D3928
(45,57,40)
#1E281D
(30,40,29)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #A5C180

#A5C180
(165,193,128)
#ADC68B
(173,198,139)
#B5CB96
(181,203,150)
#BDD0A1
(189,208,161)
#C5D5AC
(197,213,172)
#CDDAB7
(205,218,183)
#D5DFC2
(213,223,194)
#DDE4CD
(221,228,205)
#E5E9D8
(229,233,216)
#EDEEE3
(237,238,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C180; }

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

This text font color is #A5C180.


Background Color

.myBgColor { background-color: #A5C180; }

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

This div background color is #A5C180.


Border color

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

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

This div border color is #A5C180.


Opacity

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

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

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

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

This text has shadow with #A5C180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C180 on black background.


Color preview on white background

This text has color #A5C180 on white background.



Black color preview on #A5C180 background

This text has black color on #A5C180 background.


White color preview on #A5C180 background

This text has white color on #A5C180 background.