COLOR #A5EC95

HEX: #A5EC95 RGB: (165,236,149)

Color info

#A5EC95 contains mainly green color. Web safe color of #A5EC95 is #99FF99 (or #9F9).

RGB color model

#A5EC95 color RGB value is (165,236,149).

RGB: (165,236,149) (65%, 93%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 236 of 255 = 93%
B 149 of 255 = 58%

165
236
149

R + G + B ~ 72%. #A5EC95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 236 + 149 = 550 (100%)
R 165 of 550 ~ 30%
G 236 of 550 ~ 42.91%
B 149 of 550 ~ 27.09'%

%30
%42.91
%27.09

CMYK color model

#A5EC95 color CMYK value is (30,0,37,7).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 36.86%
  • key color value is 7.45%
CMYK: (30,0,37,7) C30M0Y37K7 (30%,0%,37%,7%) (0.30/0.00/0.37/0.07) 

CMYK percentages

%30.08
%0
%36.86
%7.45

Codes

Color #A5EC95 in popluar color models

A5 EC 95
RGB 165 236 149
HSL 109° 69.60% 75.49%
HSB/HSV 109° 36.86% 92.55%
CMYK 30.08% 0.00% 36.86%
7.45%

Color #A5EC95 in popluar number systems.

HEX A5 EC 95
Decimal 165 236 149
Binary 10100101 11101100 10010101
Octal 245 354 225

Shades and tints

Shades of #A5EC95

#A5EC95
(165,236,149)
#96D788
(150,215,136)
#87C27B
(135,194,123)
#78AD6E
(120,173,110)
#699861
(105,152,97)
#5A8354
(90,131,84)
#4B6E47
(75,110,71)
#3C593A
(60,89,58)
#2D442D
(45,68,45)
#1E2F20
(30,47,32)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #A5EC95

#A5EC95
(165,236,149)
#ADED9E
(173,237,158)
#B5EEA7
(181,238,167)
#BDEFB0
(189,239,176)
#C5F0B9
(197,240,185)
#CDF1C2
(205,241,194)
#D5F2CB
(213,242,203)
#DDF3D4
(221,243,212)
#E5F4DD
(229,244,221)
#EDF5E6
(237,245,230)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EC95 color. Also use rgb(165,236,149) instead hex code.

Text Font Color

.myTextColor { color: #A5EC95; }

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

This text font color is #A5EC95.

Background Color

.myBgColor { background-color: #A5EC95; }

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

This div background color is #A5EC95.

Border color

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

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

This div border color is #A5EC95.

Opacity

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

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

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

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

This text has shadow with #A5EC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EC95.

Preview

Color preview on black background

This text has color #A5EC95 on black background.


Color preview on white background

This text has color #A5EC95 on white background.


Black color preview on #A5EC95 background

This text has black color on #A5EC95 background.


White color preview on #A5EC95 background

This text has white color on #A5EC95 background.


Related colors

Complementary color

Complementary color for #hex is #5A136A.


I love getcolorcode.com

Triadic colors

1 #95A5EC and #EC95A5 with #A5EC95 are triadic colors.

2 #95ECA5 and #ECA595 with #A5EC95 are triadic colors.