HEX: #A5E97C
RGB: (165,233,124)
#A5E97C contains mainly green color. Web safe color of #A5E97C is #99FF66 (or #9F6).
#A5E97C color RGB value is (165,233,124).
RGB: (165,233,124)
(65%, 91%, 49%)
R 165 of 255 = 65%
G 233 of 255 = 91%
B 124 of 255 = 49%
R + G + B ~ 68%. #A5E97C is quite light color.
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'%
#A5E97C color CMYK value is (29,0,47,9).
CMYK: (29,0,47,9)
C29M0Y47K9 (29%, 0%, 47%, 9%)
(0.29 / 0.00 / 0.47 / 0.09)
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 of #A5E97C
Tints of #A5E97C
Examples of css and html codes for elements with #A5E97C color. Also use rgb(165,233,124) instead hex code.
.myTextColor { color: #A5E97C; }
<p style="color:#A5E97C">This sample text font color is #A5E97C.</p>
This text font color is #A5E97C.
.myBgColor { background-color: #A5E97C; }
<div style="background-color:#A5E97C">Inner text</div>
This div background color is #A5E97C.
.myBorderColor { border: 1px solid #A5E97C; }
<div style="border:3px solid #A5E97C">Div</div>
This div border color is #A5E97C.
.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%.
.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.
/* 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 text has color #A5E97C on black background.
This text has color #A5E97C on white background.
This text has black color on #A5E97C background.
This text has white color on #A5E97C background.
Complementary color for #hex is #5A1683.