COLOR #A5D177

HEX: #A5D177
RGB: (165,209,119)

Color info

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

RGB color model

#A5D177 color RGB value is (165,209,119).

  • red value is 165;
  • green value is 209;
  • blue value is 119.
RGB:
(165,209,119)
(65%,82%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 209 of 255 = 82%
B 119 of 255 = 47%

165
209
119

R + G + B ~ 65%. #A5D177 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 209 + 119 = 493 (100%)
R 165 of 493 ~ 33.47%
G 209 of 493 ~ 42.39%
B 119 of 493 ~ 24.14%

%33.47
%42.39
%24.14

CMYK color model

#A5D177 color CMYK value is (21,0,43,18).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 43.06%
  • key color value is 18.04%
CMYK:
(21,0,43,18)
C21M0Y43K18 
(21%,0%,43%,18%)
(0.21/0.00/0.43/0.18)	

CMYK percentages

%21.05
%0
%43.06
%18.04

Codes

Color #A5D177 in popluar color models

A5D177
RGB165209119
HSL89°49.45%64.31%
HSB/HSV89°43.06%81.96%
CMYK21.05%0.00%43.06%
18.04%

Color #A5D177 in popluar number systems.

HEXA5D177
Decimal165209119
Binary10100101110100011110111
Octal245321167

Shades and tints

Shades of #A5D177

#A5D177
(165,209,119)
#96BE6D
(150,190,109)
#87AB63
(135,171,99)
#789859
(120,152,89)
#69854F
(105,133,79)
#5A7245
(90,114,69)
#4B5F3B
(75,95,59)
#3C4C31
(60,76,49)
#2D3927
(45,57,39)
#1E261D
(30,38,29)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A5D177

#A5D177
(165,209,119)
#ADD583
(173,213,131)
#B5D98F
(181,217,143)
#BDDD9B
(189,221,155)
#C5E1A7
(197,225,167)
#CDE5B3
(205,229,179)
#D5E9BF
(213,233,191)
#DDEDCB
(221,237,203)
#E5F1D7
(229,241,215)
#EDF5E3
(237,245,227)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D177 color. Also use rgb(165,209,119) instead hex code.

Text Font Color

.myTextColor { color: #A5D177; }

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

This text font color is #A5D177.


Background Color

.myBgColor { background-color: #A5D177; }

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

This div background color is #A5D177.


Border color

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

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

This div border color is #A5D177.


Opacity

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

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

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

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

This text has shadow with #A5D177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D177 on black background.


Color preview on white background

This text has color #A5D177 on white background.



Black color preview on #A5D177 background

This text has black color on #A5D177 background.


White color preview on #A5D177 background

This text has white color on #A5D177 background.