HEX: #ABD18A
RGB: (171,209,138)
#ABD18A contains mainly red and green colors. Web safe color of #ABD18A is #99CC99 (or #9C9).
#ABD18A color RGB value is (171,209,138).
RGB: (171,209,138)
(67%, 82%, 54%)
R 171 of 255 = 67%
G 209 of 255 = 82%
B 138 of 255 = 54%
R + G + B ~ 68%. #ABD18A is quite light color.
R + G + B = 171 + 209 + 138 = 518 (100%)
R 171 of 518 ~ 33.01%
G 209 of 518 ~ 40.35%
B 138 of 518 ~ 26.64'%
#ABD18A color CMYK value is (18,0,34,18).
CMYK: (18,0,34,18)
C18M0Y34K18 (18%, 0%, 34%, 18%)
(0.18 / 0.00 / 0.34 / 0.18)
Color #ABD18A in popluar color models
AB | D1 | 8A | |
---|---|---|---|
RGB | 171 | 209 | 138 |
HSL | 92° | 43.56% | 68.04% |
HSB/HSV | 92° | 33.97% | 81.96% |
CMYK | 18.18% | 0.00% | 33.97% |
18.04% |
Color #ABD18A in popluar number systems.
HEX | AB | D1 | 8A |
Decimal | 171 | 209 | 138 |
Binary | 10101011 | 11010001 | 10001010 |
Octal | 253 | 321 | 212 |
Shades of #ABD18A
Tints of #ABD18A
Examples of css and html codes for elements with #ABD18A color. Also use rgb(171,209,138) instead hex code.
.myTextColor { color: #ABD18A; }
<p style="color:#ABD18A">This sample text font color is #ABD18A.</p>
This text font color is #ABD18A.
.myBgColor { background-color: #ABD18A; }
<div style="background-color:#ABD18A">Inner text</div>
This div background color is #ABD18A.
.myBorderColor { border: 1px solid #ABD18A; }
<div style="border:3px solid #ABD18A">Div</div>
This div border color is #ABD18A.
.myOpacity80 { color: #ABD18A; opacity: 0.8; }
<p style="color:#ABD18A;opacity:0.8;">80%</p>
Text with #ABD18A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABD18A;}
<p style="text-shadow: 3px 3px 1px #ABD18A">Text here.</p>
This text has shadow with #ABD18A color.
.textShadow {text-shadow: 3px 3px 1px #ABD18A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABD18A, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABD18A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABD18A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABD18A, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABD18A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABD18A;
-webkit-box-shadow: 1px 1px 3px 2px #ABD18A;
box-shadow: 1px 1px 3px 2px #ABD18A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABD18A; -webkit-box-shadow: 1px 1px 3px 2px #ABD18A; box-shadow:1px 1px 3px 2px #ABD18A;">
Div content here
</div>
This text has color #ABD18A on black background.
This text has color #ABD18A on white background.
This text has black color on #ABD18A background.
This text has white color on #ABD18A background.
Complementary color for #hex is #542E75.