HEX: #A1E187
RGB: (161,225,135)
#A1E187 contains mainly green color. Web safe color of #A1E187 is #99CC99 (or #9C9).
#A1E187 color RGB value is (161,225,135).
RGB: (161,225,135)
(63%, 88%, 53%)
R 161 of 255 = 63%
G 225 of 255 = 88%
B 135 of 255 = 53%
R + G + B ~ 68%. #A1E187 is quite light color.
R + G + B = 161 + 225 + 135 = 521 (100%)
R 161 of 521 ~ 30.9%
G 225 of 521 ~ 43.19%
B 135 of 521 ~ 25.91'%
#A1E187 color CMYK value is (28,0,40,12).
CMYK: (28,0,40,12)
C28M0Y40K12 (28%, 0%, 40%, 12%)
(0.28 / 0.00 / 0.40 / 0.12)
Color #A1E187 in popluar color models
A1 | E1 | 87 | |
---|---|---|---|
RGB | 161 | 225 | 135 |
HSL | 103° | 60.00% | 70.59% |
HSB/HSV | 103° | 40.00% | 88.24% |
CMYK | 28.44% | 0.00% | 40.00% |
11.76% |
Color #A1E187 in popluar number systems.
HEX | A1 | E1 | 87 |
Decimal | 161 | 225 | 135 |
Binary | 10100001 | 11100001 | 10000111 |
Octal | 241 | 341 | 207 |
Shades of #A1E187
Tints of #A1E187
Examples of css and html codes for elements with #A1E187 color. Also use rgb(161,225,135) instead hex code.
.myTextColor { color: #A1E187; }
<p style="color:#A1E187">This sample text font color is #A1E187.</p>
This text font color is #A1E187.
.myBgColor { background-color: #A1E187; }
<div style="background-color:#A1E187">Inner text</div>
This div background color is #A1E187.
.myBorderColor { border: 1px solid #A1E187; }
<div style="border:3px solid #A1E187">Div</div>
This div border color is #A1E187.
.myOpacity80 { color: #A1E187; opacity: 0.8; }
<p style="color:#A1E187;opacity:0.8;">80%</p>
Text with #A1E187 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A1E187;}
<p style="text-shadow: 3px 3px 1px #A1E187">Text here.</p>
This text has shadow with #A1E187 color.
.textShadow {text-shadow: 3px 3px 1px #A1E187', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A1E187, 5px 5px 20px red">Text here.</p>
This text has shadow with #A1E187 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A1E187, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A1E187, Direction=45, Strength=4)">Text</p>
This text has shadow with #A1E187 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A1E187;
-webkit-box-shadow: 1px 1px 3px 2px #A1E187;
box-shadow: 1px 1px 3px 2px #A1E187;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A1E187; -webkit-box-shadow: 1px 1px 3px 2px #A1E187; box-shadow:1px 1px 3px 2px #A1E187;">
Div content here
</div>
This text has color #A1E187 on black background.
This text has color #A1E187 on white background.
This text has black color on #A1E187 background.
This text has white color on #A1E187 background.
Complementary color for #hex is #5E1E78.