COLOR #ABF784

HEX: #ABF784
RGB: (171,247,132)

Color info

#ABF784 contains mainly green color. Web safe color of #ABF784 is #99FF99 (or #9F9).

RGB color model

#ABF784 color RGB value is (171,247,132).

  • red value is 171;
  • green value is 247;
  • blue value is 132.
RGB:
(171,247,132)
(67%,97%,52%)

RGB channels and saturation

R 171 of 255 = 67%
G 247 of 255 = 97%
B 132 of 255 = 52%

171
247
132

R + G + B ~ 72%. #ABF784 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 247 + 132 = 550 (100%)
R 171 of 550 ~ 31.09%
G 247 of 550 ~ 44.91%
B 132 of 550 ~ 24%

%31.09
%44.91
%24

CMYK color model

#ABF784 color CMYK value is (31,0,47,3).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 46.56%
  • key color value is 3.14%
CMYK:
(31,0,47,3)
C31M0Y47K3 
(31%,0%,47%,3%)
(0.31/0.00/0.47/0.03)	

CMYK percentages

%30.77
%0
%46.56
%3.14

Codes

Color #ABF784 in popluar color models

ABF784
RGB171247132
HSL100°87.79%74.31%
HSB/HSV100°46.56%96.86%
CMYK30.77%0.00%46.56%
3.14%

Color #ABF784 in popluar number systems.

HEXABF784
Decimal171247132
Binary101010111111011110000100
Octal253367204

Shades and tints

Shades of #ABF784

#ABF784
(171,247,132)
#9CE178
(156,225,120)
#8DCB6C
(141,203,108)
#7EB560
(126,181,96)
#6F9F54
(111,159,84)
#608948
(96,137,72)
#51733C
(81,115,60)
#425D30
(66,93,48)
#334724
(51,71,36)
#243118
(36,49,24)
#151B0C
(21,27,12)
#000000
(0,0,0)

Tints of #ABF784

#ABF784
(171,247,132)
#B2F78F
(178,247,143)
#B9F79A
(185,247,154)
#C0F7A5
(192,247,165)
#C7F7B0
(199,247,176)
#CEF7BB
(206,247,187)
#D5F7C6
(213,247,198)
#DCF7D1
(220,247,209)
#E3F7DC
(227,247,220)
#EAF7E7
(234,247,231)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF784 color. Also use rgb(171,247,132) instead hex code.

Text Font Color

.myTextColor { color: #ABF784; }

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

This text font color is #ABF784.


Background Color

.myBgColor { background-color: #ABF784; }

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

This div background color is #ABF784.


Border color

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

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

This div border color is #ABF784.


Opacity

.myOpacity80 { color: #ABF784; opacity: 0.8; }

<p style="color:#ABF784;opacity:0.8;">80%</p>

Text with #ABF784 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 #ABF784;}

<p style="text-shadow: 3px 3px 1px #ABF784">Text here.</p>

This text has shadow with #ABF784 color.

.textShadow {text-shadow: 3px 3px 1px #ABF784, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABF784, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABF784 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABF784, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABF784, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABF784 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABF784;
  -webkit-box-shadow:	1px 1px 3px 2px #ABF784;
  box-shadow:		1px 1px 3px 2px #ABF784;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABF784;
-webkit-box-shadow: 1px 1px 3px 2px #ABF784;
box-shadow:1px 1px 3px 2px #ABF784;">
Div content here</div>
This div box has shadow with color #ABF784.

Preview

Color preview on black background

This text has color #ABF784 on black background.


Color preview on white background

This text has color #ABF784 on white background.



Black color preview on #ABF784 background

This text has black color on #ABF784 background.


White color preview on #ABF784 background

This text has white color on #ABF784 background.