COLOR #A5E97C

HEX: #A5E97C RGB: (165,233,124)

Color info

#A5E97C contains mainly green color. Web safe color of #A5E97C is #99FF66 (or #9F6).

RGB color model

#A5E97C color RGB value is (165,233,124).

RGB: (165,233,124) (65%, 91%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 233 of 255 = 91%
B 124 of 255 = 49%

165
233
124

R + G + B ~ 68%. #A5E97C is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 233 + 124 = 522 (100%)
R 165 of 522 ~ 31.61%
G 233 of 522 ~ 44.64%
B 124 of 522 ~ 23.75'%

%31.61
%44.64
%23.75

CMYK color model

#A5E97C color CMYK value is (29,0,47,9).

  • cyan value is 29.18%
  • magenta value is 0.00%
  • yellow value is 46.78%
  • key color value is 8.63%

CMYK: (29,0,47,9)
C29M0Y47K9 (29%, 0%, 47%, 9%)
(0.29 / 0.00 / 0.47 / 0.09)

CMYK percentages

%29.18
%0
%46.78
%8.63

Codes

Color #A5E97C in popluar color models

A5 E9 7C
RGB 165 233 124
HSL 97° 71.24% 70.00%
HSB/HSV 97° 46.78% 91.37%
CMYK 29.18% 0.00% 46.78%
8.63%

Color #A5E97C in popluar number systems.

HEX A5 E9 7C
Decimal 165 233 124
Binary 10100101 11101001 1111100
Octal 245 351 174

Shades and tints

Shades of #A5E97C

#A5E97C
(165,233,124)
#96D471
(150,212,113)
#87BF66
(135,191,102)
#78AA5B
(120,170,91)
#699550
(105,149,80)
#5A8045
(90,128,69)
#4B6B3A
(75,107,58)
#3C562F
(60,86,47)
#2D4124
(45,65,36)
#1E2C19
(30,44,25)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #A5E97C

#A5E97C
(165,233,124)
#ADEB87
(173,235,135)
#B5ED92
(181,237,146)
#BDEF9D
(189,239,157)
#C5F1A8
(197,241,168)
#CDF3B3
(205,243,179)
#D5F5BE
(213,245,190)
#DDF7C9
(221,247,201)
#E5F9D4
(229,249,212)
#EDFBDF
(237,251,223)
#F5FDEA
(245,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E97C color. Also use rgb(165,233,124) instead hex code.

Text Font Color

.myTextColor { color: #A5E97C; }

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

This text font color is #A5E97C.

Background Color

.myBgColor { background-color: #A5E97C; }

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

This div background color is #A5E97C.

Border color

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

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

This div border color is #A5E97C.

Opacity

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

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

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

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

This text has shadow with #A5E97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E97C.

Preview

Color preview on black background

This text has color #A5E97C on black background.


Color preview on white background

This text has color #A5E97C on white background.


Black color preview on #A5E97C background

This text has black color on #A5E97C background.


White color preview on #A5E97C background

This text has white color on #A5E97C background.


Related colors

Complementary color

Complementary color for #hex is #5A1683.


I love getcolorcode.com

Triadic colors

1 #7CA5E9 and #E97CA5 with #A5E97C are triadic colors.

2 #7CE9A5 and #E9A57C with #A5E97C are triadic colors.