HEX: #A5E087
RGB: (165,224,135)
#A5E087 contains mainly red and green colors. Web safe color of #A5E087 is #99CC99 (or #9C9).
#A5E087 color RGB value is (165,224,135).
RGB: (165,224,135)
(65%, 88%, 53%)
R 165 of 255 = 65%
G 224 of 255 = 88%
B 135 of 255 = 53%
R + G + B ~ 69%. #A5E087 is quite light color.
R + G + B = 165 + 224 + 135 = 524 (100%)
R 165 of 524 ~ 31.49%
G 224 of 524 ~ 42.75%
B 135 of 524 ~ 25.76'%
#A5E087 color CMYK value is (26,0,40,12).
CMYK: (26,0,40,12) C26M0Y40K12 (26%,0%,40%,12%) (0.26/0.00/0.40/0.12)
Color #A5E087 in popluar color models
A5 | E0 | 87 | |
---|---|---|---|
RGB | 165 | 224 | 135 |
HSL | 100° | 58.94% | 70.39% |
HSB/HSV | 100° | 39.73% | 87.84% |
CMYK | 26.34% | 0.00% | 39.73% |
12.16% |
Color #A5E087 in popluar number systems.
HEX | A5 | E0 | 87 |
Decimal | 165 | 224 | 135 |
Binary | 10100101 | 11100000 | 10000111 |
Octal | 245 | 340 | 207 |
Shades of #A5E087
Tints of #A5E087
Examples of css and html codes for elements with #A5E087 color. Also use rgb(165,224,135) instead hex code.
.myTextColor { color: #A5E087; }
<p style="color:#A5E087">This sample text font color is #A5E087.</p>
This text font color is #A5E087.
.myBgColor { background-color: #A5E087; }
<div style="background-color:#A5E087">Inner text</div>
This div background color is #A5E087.
.myBorderColor { border: 1px solid #A5E087; }
<div style="border:3px solid #A5E087">Div</div>
This div border color is #A5E087.
.myOpacity80 { color: #A5E087; opacity: 0.8; }
<p style="color:#A5E087;opacity:0.8;">80%</p>
Text with #A5E087 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5E087;}
<p style="text-shadow: 3px 3px 1px #A5E087">Text here.</p>
This text has shadow with #A5E087 color.
.textShadow {text-shadow: 3px 3px 1px #A5E087', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5E087, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5E087 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E087, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5E087, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5E087 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5E087;
-webkit-box-shadow: 1px 1px 3px 2px #A5E087;
box-shadow: 1px 1px 3px 2px #A5E087;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E087; -webkit-box-shadow: 1px 1px 3px 2px #A5E087; box-shadow:1px 1px 3px 2px #A5E087;">
Div content here
</div>
This text has color #A5E087 on black background.
This text has color #A5E087 on white background.
This text has black color on #A5E087 background.
This text has white color on #A5E087 background.
Complementary color for #hex is #5A1F78.