COLOR #ABF530

HEX: #ABF530 RGB: (171,245,48)

Color info

#ABF530 contains mainly green color. Web safe color of #ABF530 is #99FF33 (or #9F3).

RGB color model

#ABF530 color RGB value is (171,245,48).

RGB: (171,245,48) (67%, 96%, 19%)

RGB channels and saturation

R 171 of 255 = 67%
G 245 of 255 = 96%
B 48 of 255 = 19%

171
245
48

R + G + B ~ 61%. #ABF530 is quite light color.

Portions of RGB colors in percentages

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'%

%36.85
%52.8

CMYK color model

#ABF530 color CMYK value is (30,0,80,4).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 80.41%
  • key color value is 3.92%

CMYK: (30,0,80,4)
C30M0Y80K4 (30%, 0%, 80%, 4%)
(0.30 / 0.00 / 0.80 / 0.04)

CMYK percentages

%30.2
%0
%80.41
%3.92

Codes

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 and tints

Shades of #ABF530

#ABF530
(171,245,48)
#9CDF2C
(156,223,44)
#8DC928
(141,201,40)
#7EB324
(126,179,36)
#6F9D20
(111,157,32)
#60871C
(96,135,28)
#517118
(81,113,24)
#425B14
(66,91,20)
#334510
(51,69,16)
#242F0C
(36,47,12)
#151908
(21,25,8)
#000000
(0,0,0)

Tints of #ABF530

#ABF530
(171,245,48)
#B2F542
(178,245,66)
#B9F554
(185,245,84)
#C0F566
(192,245,102)
#C7F578
(199,245,120)
#CEF58A
(206,245,138)
#D5F59C
(213,245,156)
#DCF5AE
(220,245,174)
#E3F5C0
(227,245,192)
#EAF5D2
(234,245,210)
#F1F5E4
(241,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF530 color. Also use rgb(171,245,48) instead hex code.

Text Font Color

.myTextColor { color: #ABF530; }

<p style="color:#ABF530">This sample text font color is #ABF530.</p>

This text font color is #ABF530.

Background Color

.myBgColor { background-color: #ABF530; }

<div style="background-color:#ABF530">Inner text</div>

This div background color is #ABF530.

Border color

.myBorderColor { border: 1px solid #ABF530; }

<div style="border:3px solid #ABF530">Div</div>

This div border color is #ABF530.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #ABF530.

Preview

Color preview on black background

This text has color #ABF530 on black background.


Color preview on white background

This text has color #ABF530 on white background.


Black color preview on #ABF530 background

This text has black color on #ABF530 background.


White color preview on #ABF530 background

This text has white color on #ABF530 background.


Related colors

Complementary color

Complementary color for #hex is #540ACF.


I love getcolorcode.com

Triadic colors

1 #30ABF5 and #F530AB with #ABF530 are triadic colors.

2 #30F5AB and #F5AB30 with #ABF530 are triadic colors.