HEX: #A5EFB1
RGB: (165,239,177)
#A5EFB1 contains mainly green color. Web safe color of #A5EFB1 is #99FF99 (or #9F9).
#A5EFB1 color RGB value is (165,239,177).
RGB: (165,239,177)
(65%, 94%, 69%)
R 165 of 255 = 65%
G 239 of 255 = 94%
B 177 of 255 = 69%
R + G + B ~ 76%. #A5EFB1 is quite light color.
R + G + B = 165 + 239 + 177 = 581 (100%)
R 165 of 581 ~ 28.4%
G 239 of 581 ~ 41.14%
B 177 of 581 ~ 30.46'%
#A5EFB1 color CMYK value is (31,0,26,6).
CMYK: (31,0,26,6) C31M0Y26K6 (31%,0%,26%,6%) (0.31/0.00/0.26/0.06)
Color #A5EFB1 in popluar color models
A5 | EF | B1 | |
---|---|---|---|
RGB | 165 | 239 | 177 |
HSL | 130° | 69.81% | 79.22% |
HSB/HSV | 130° | 30.96% | 93.73% |
CMYK | 30.96% | 0.00% | 25.94% |
6.27% |
Color #A5EFB1 in popluar number systems.
HEX | A5 | EF | B1 |
Decimal | 165 | 239 | 177 |
Binary | 10100101 | 11101111 | 10110001 |
Octal | 245 | 357 | 261 |
Shades of #A5EFB1
Tints of #A5EFB1
Examples of css and html codes for elements with #A5EFB1 color. Also use rgb(165,239,177) instead hex code.
.myTextColor { color: #A5EFB1; }
<p style="color:#A5EFB1">This sample text font color is #A5EFB1.</p>
This text font color is #A5EFB1.
.myBgColor { background-color: #A5EFB1; }
<div style="background-color:#A5EFB1">Inner text</div>
This div background color is #A5EFB1.
.myBorderColor { border: 1px solid #A5EFB1; }
<div style="border:3px solid #A5EFB1">Div</div>
This div border color is #A5EFB1.
.myOpacity80 { color: #A5EFB1; opacity: 0.8; }
<p style="color:#A5EFB1;opacity:0.8;">80%</p>
Text with #A5EFB1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5EFB1;}
<p style="text-shadow: 3px 3px 1px #A5EFB1">Text here.</p>
This text has shadow with #A5EFB1 color.
.textShadow {text-shadow: 3px 3px 1px #A5EFB1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5EFB1, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5EFB1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5EFB1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5EFB1, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5EFB1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5EFB1;
-webkit-box-shadow: 1px 1px 3px 2px #A5EFB1;
box-shadow: 1px 1px 3px 2px #A5EFB1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5EFB1; -webkit-box-shadow: 1px 1px 3px 2px #A5EFB1; box-shadow:1px 1px 3px 2px #A5EFB1;">
Div content here
</div>
This text has color #A5EFB1 on black background.
This text has color #A5EFB1 on white background.
This text has black color on #A5EFB1 background.
This text has white color on #A5EFB1 background.
Complementary color for #hex is #5A104E.