HEX: #ABD84A
RGB: (171,216,74)
#ABD84A contains mainly red and green colors. Web safe color of #ABD84A is #99CC33 (or #9C3).
#ABD84A color RGB value is (171,216,74).
RGB: (171,216,74)
(67%, 85%, 29%)
R 171 of 255 = 67%
G 216 of 255 = 85%
B 74 of 255 = 29%
R + G + B ~ 60%. #ABD84A is middle color (not dark and not light).
R + G + B = 171 + 216 + 74 = 461 (100%)
R 171 of 461 ~ 37.09%
G 216 of 461 ~ 46.85%
B 74 of 461 ~ 16.05'%
#ABD84A color CMYK value is (21,0,66,15).
CMYK: (21,0,66,15)
C21M0Y66K15 (21%, 0%, 66%, 15%)
(0.21 / 0.00 / 0.66 / 0.15)
Color #ABD84A in popluar color models
AB | D8 | 4A | |
---|---|---|---|
RGB | 171 | 216 | 74 |
HSL | 79° | 64.55% | 56.86% |
HSB/HSV | 79° | 65.74% | 84.71% |
CMYK | 20.83% | 0.00% | 65.74% |
15.29% |
Color #ABD84A in popluar number systems.
HEX | AB | D8 | 4A |
Decimal | 171 | 216 | 74 |
Binary | 10101011 | 11011000 | 1001010 |
Octal | 253 | 330 | 112 |
Shades of #ABD84A
Tints of #ABD84A
Examples of css and html codes for elements with #ABD84A color. Also use rgb(171,216,74) instead hex code.
.myTextColor { color: #ABD84A; }
<p style="color:#ABD84A">This sample text font color is #ABD84A.</p>
This text font color is #ABD84A.
.myBgColor { background-color: #ABD84A; }
<div style="background-color:#ABD84A">Inner text</div>
This div background color is #ABD84A.
.myBorderColor { border: 1px solid #ABD84A; }
<div style="border:3px solid #ABD84A">Div</div>
This div border color is #ABD84A.
.myOpacity80 { color: #ABD84A; opacity: 0.8; }
<p style="color:#ABD84A;opacity:0.8;">80%</p>
Text with #ABD84A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABD84A;}
<p style="text-shadow: 3px 3px 1px #ABD84A">Text here.</p>
This text has shadow with #ABD84A color.
.textShadow {text-shadow: 3px 3px 1px #ABD84A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABD84A, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABD84A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABD84A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABD84A, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABD84A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABD84A;
-webkit-box-shadow: 1px 1px 3px 2px #ABD84A;
box-shadow: 1px 1px 3px 2px #ABD84A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABD84A; -webkit-box-shadow: 1px 1px 3px 2px #ABD84A; box-shadow:1px 1px 3px 2px #ABD84A;">
Div content here
</div>
This text has color #ABD84A on black background.
This text has color #ABD84A on white background.
This text has black color on #ABD84A background.
This text has white color on #ABD84A background.
Complementary color for #hex is #5427B5.