HEX: #ABF530
RGB: (171,245,48)
#ABF530 contains mainly green color. Web safe color of #ABF530 is #99FF33 (or #9F3).
#ABF530 color RGB value is (171,245,48).
RGB: (171,245,48)
(67%, 96%, 19%)
R 171 of 255 = 67%
G 245 of 255 = 96%
B 48 of 255 = 19%
R + G + B ~ 61%. #ABF530 is quite light color.
R + G + B = 171 + 245 + 48 = 464 (100%)
R 171 of 464 ~ 36.85%
G 245 of 464 ~ 52.8%
B 48 of 464 ~ 10.34'%
#ABF530 color CMYK value is (30,0,80,4).
CMYK: (30,0,80,4)
C30M0Y80K4 (30%, 0%, 80%, 4%)
(0.30 / 0.00 / 0.80 / 0.04)
Color #ABF530 in popluar color models
AB | F5 | 30 | |
---|---|---|---|
RGB | 171 | 245 | 48 |
HSL | 83° | 90.78% | 57.45% |
HSB/HSV | 83° | 80.41% | 96.08% |
CMYK | 30.20% | 0.00% | 80.41% |
3.92% |
Color #ABF530 in popluar number systems.
HEX | AB | F5 | 30 |
Decimal | 171 | 245 | 48 |
Binary | 10101011 | 11110101 | 110000 |
Octal | 253 | 365 | 60 |
Shades of #ABF530
Tints of #ABF530
Examples of css and html codes for elements with #ABF530 color. Also use rgb(171,245,48) instead hex code.
.myTextColor { color: #ABF530; }
<p style="color:#ABF530">This sample text font color is #ABF530.</p>
This text font color is #ABF530.
.myBgColor { background-color: #ABF530; }
<div style="background-color:#ABF530">Inner text</div>
This div background color is #ABF530.
.myBorderColor { border: 1px solid #ABF530; }
<div style="border:3px solid #ABF530">Div</div>
This div border color is #ABF530.
.myOpacity80 { color: #ABF530; opacity: 0.8; }
<p style="color:#ABF530;opacity:0.8;">80%</p>
Text with #ABF530 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABF530;}
<p style="text-shadow: 3px 3px 1px #ABF530">Text here.</p>
This text has shadow with #ABF530 color.
.textShadow {text-shadow: 3px 3px 1px #ABF530', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABF530, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABF530 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABF530, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABF530, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABF530 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABF530;
-webkit-box-shadow: 1px 1px 3px 2px #ABF530;
box-shadow: 1px 1px 3px 2px #ABF530;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABF530; -webkit-box-shadow: 1px 1px 3px 2px #ABF530; box-shadow:1px 1px 3px 2px #ABF530;">
Div content here
</div>
This text has color #ABF530 on black background.
This text has color #ABF530 on white background.
This text has black color on #ABF530 background.
This text has white color on #ABF530 background.
Complementary color for #hex is #540ACF.