HEX: #A5EC95
RGB: (165,236,149)
#A5EC95 contains mainly green color. Web safe color of #A5EC95 is #99FF99 (or #9F9).
#A5EC95 color RGB value is (165,236,149).
RGB: (165,236,149)
(65%, 93%, 58%)
R 165 of 255 = 65%
G 236 of 255 = 93%
B 149 of 255 = 58%
R + G + B ~ 72%. #A5EC95 is quite light color.
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'%
#A5EC95 color CMYK value is (30,0,37,7).
CMYK: (30,0,37,7) C30M0Y37K7 (30%,0%,37%,7%) (0.30/0.00/0.37/0.07)
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 of #A5EC95
Tints of #A5EC95
Examples of css and html codes for elements with #A5EC95 color. Also use rgb(165,236,149) instead hex code.
.myTextColor { color: #A5EC95; }
<p style="color:#A5EC95">This sample text font color is #A5EC95.</p>
This text font color is #A5EC95.
.myBgColor { background-color: #A5EC95; }
<div style="background-color:#A5EC95">Inner text</div>
This div background color is #A5EC95.
.myBorderColor { border: 1px solid #A5EC95; }
<div style="border:3px solid #A5EC95">Div</div>
This div border color is #A5EC95.
.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%.
.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.
/* 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 text has color #A5EC95 on black background.
This text has color #A5EC95 on white background.
This text has black color on #A5EC95 background.
This text has white color on #A5EC95 background.
Complementary color for #hex is #5A136A.