HEX: #ABE091
RGB: (171,224,145)
#ABE091 contains mainly red and green colors. Web safe color of #ABE091 is #99CC99 (or #9C9).
#ABE091 color RGB value is (171,224,145).
RGB: (171,224,145)
(67%, 88%, 57%)
R 171 of 255 = 67%
G 224 of 255 = 88%
B 145 of 255 = 57%
R + G + B ~ 71%. #ABE091 is quite light color.
R + G + B = 171 + 224 + 145 = 540 (100%)
R 171 of 540 ~ 31.67%
G 224 of 540 ~ 41.48%
B 145 of 540 ~ 26.85'%
#ABE091 color CMYK value is (24,0,35,12).
CMYK: (24,0,35,12)
C24M0Y35K12 (24%, 0%, 35%, 12%)
(0.24 / 0.00 / 0.35 / 0.12)
Color #ABE091 in popluar color models
AB | E0 | 91 | |
---|---|---|---|
RGB | 171 | 224 | 145 |
HSL | 100° | 56.03% | 72.35% |
HSB/HSV | 100° | 35.27% | 87.84% |
CMYK | 23.66% | 0.00% | 35.27% |
12.16% |
Color #ABE091 in popluar number systems.
HEX | AB | E0 | 91 |
Decimal | 171 | 224 | 145 |
Binary | 10101011 | 11100000 | 10010001 |
Octal | 253 | 340 | 221 |
Shades of #ABE091
Tints of #ABE091
Examples of css and html codes for elements with #ABE091 color. Also use rgb(171,224,145) instead hex code.
.myTextColor { color: #ABE091; }
<p style="color:#ABE091">This sample text font color is #ABE091.</p>
This text font color is #ABE091.
.myBgColor { background-color: #ABE091; }
<div style="background-color:#ABE091">Inner text</div>
This div background color is #ABE091.
.myBorderColor { border: 1px solid #ABE091; }
<div style="border:3px solid #ABE091">Div</div>
This div border color is #ABE091.
.myOpacity80 { color: #ABE091; opacity: 0.8; }
<p style="color:#ABE091;opacity:0.8;">80%</p>
Text with #ABE091 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABE091;}
<p style="text-shadow: 3px 3px 1px #ABE091">Text here.</p>
This text has shadow with #ABE091 color.
.textShadow {text-shadow: 3px 3px 1px #ABE091', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABE091, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABE091 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABE091, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABE091, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABE091 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABE091;
-webkit-box-shadow: 1px 1px 3px 2px #ABE091;
box-shadow: 1px 1px 3px 2px #ABE091;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABE091; -webkit-box-shadow: 1px 1px 3px 2px #ABE091; box-shadow:1px 1px 3px 2px #ABE091;">
Div content here
</div>
This text has color #ABE091 on black background.
This text has color #ABE091 on white background.
This text has black color on #ABE091 background.
This text has white color on #ABE091 background.
Complementary color for #hex is #541F6E.