HEX: #ABED8C
RGB: (171,237,140)
#ABED8C contains mainly green color. Web safe color of #ABED8C is #99FF99 (or #9F9).
#ABED8C color RGB value is (171,237,140).
RGB: (171,237,140)
(67%, 93%, 55%)
R 171 of 255 = 67%
G 237 of 255 = 93%
B 140 of 255 = 55%
R + G + B ~ 72%. #ABED8C is quite light color.
R + G + B = 171 + 237 + 140 = 548 (100%)
R 171 of 548 ~ 31.2%
G 237 of 548 ~ 43.25%
B 140 of 548 ~ 25.55'%
#ABED8C color CMYK value is (28,0,41,7).
CMYK: (28,0,41,7)
C28M0Y41K7 (28%, 0%, 41%, 7%)
(0.28 / 0.00 / 0.41 / 0.07)
Color #ABED8C in popluar color models
AB | ED | 8C | |
---|---|---|---|
RGB | 171 | 237 | 140 |
HSL | 101° | 72.93% | 73.92% |
HSB/HSV | 101° | 40.93% | 92.94% |
CMYK | 27.85% | 0.00% | 40.93% |
7.06% |
Color #ABED8C in popluar number systems.
HEX | AB | ED | 8C |
Decimal | 171 | 237 | 140 |
Binary | 10101011 | 11101101 | 10001100 |
Octal | 253 | 355 | 214 |
Shades of #ABED8C
Tints of #ABED8C
Examples of css and html codes for elements with #ABED8C color. Also use rgb(171,237,140) instead hex code.
.myTextColor { color: #ABED8C; }
<p style="color:#ABED8C">This sample text font color is #ABED8C.</p>
This text font color is #ABED8C.
.myBgColor { background-color: #ABED8C; }
<div style="background-color:#ABED8C">Inner text</div>
This div background color is #ABED8C.
.myBorderColor { border: 1px solid #ABED8C; }
<div style="border:3px solid #ABED8C">Div</div>
This div border color is #ABED8C.
.myOpacity80 { color: #ABED8C; opacity: 0.8; }
<p style="color:#ABED8C;opacity:0.8;">80%</p>
Text with #ABED8C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABED8C;}
<p style="text-shadow: 3px 3px 1px #ABED8C">Text here.</p>
This text has shadow with #ABED8C color.
.textShadow {text-shadow: 3px 3px 1px #ABED8C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABED8C, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABED8C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABED8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABED8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABED8C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABED8C;
-webkit-box-shadow: 1px 1px 3px 2px #ABED8C;
box-shadow: 1px 1px 3px 2px #ABED8C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABED8C; -webkit-box-shadow: 1px 1px 3px 2px #ABED8C; box-shadow:1px 1px 3px 2px #ABED8C;">
Div content here
</div>
This text has color #ABED8C on black background.
This text has color #ABED8C on white background.
This text has black color on #ABED8C background.
This text has white color on #ABED8C background.
Complementary color for #hex is #541273.