COLOR #ABFF80

HEX: #ABFF80
RGB: (171,255,128)

Color info

#ABFF80 contains mainly green color. Web safe color of #ABFF80 is #99FF66 (or #9F6).

RGB color model

#ABFF80 color RGB value is (171,255,128).

  • red value is 171;
  • green value is 255;
  • blue value is 128.
RGB:
(171,255,128)
(67%,100%,50%)

RGB channels and saturation

R 171 of 255 = 67%
G 255 of 255 = 100%
B 128 of 255 = 50%

171
255
128

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

Portions of RGB colors in percentages

R + G + B =
171 + 255 + 128 = 554 (100%)
R 171 of 554 ~ 30.87%
G 255 of 554 ~ 46.03%
B 128 of 554 ~ 23.1%

%30.87
%46.03
%23.1

CMYK color model

#ABFF80 color CMYK value is (33,0,50,0).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(33,0,50,0)
C33M0Y50K0 
(33%,0%,50%,0%)
(0.33/0.00/0.50/0.00)	

CMYK percentages

%32.94
%0
%49.8
%0

Codes

Color #ABFF80 in popluar color models

ABFF80
RGB171255128
HSL100°100.00%75.10%
HSB/HSV100°49.80%100.00%
CMYK32.94%0.00%49.80%
0.00%

Color #ABFF80 in popluar number systems.

HEXABFF80
Decimal171255128
Binary101010111111111110000000
Octal253377200

Shades and tints

Shades of #ABFF80

#ABFF80
(171,255,128)
#9CE875
(156,232,117)
#8DD16A
(141,209,106)
#7EBA5F
(126,186,95)
#6FA354
(111,163,84)
#608C49
(96,140,73)
#51753E
(81,117,62)
#425E33
(66,94,51)
#334728
(51,71,40)
#24301D
(36,48,29)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABFF80

#ABFF80
(171,255,128)
#B2FF8B
(178,255,139)
#B9FF96
(185,255,150)
#C0FFA1
(192,255,161)
#C7FFAC
(199,255,172)
#CEFFB7
(206,255,183)
#D5FFC2
(213,255,194)
#DCFFCD
(220,255,205)
#E3FFD8
(227,255,216)
#EAFFE3
(234,255,227)
#F1FFEE
(241,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFF80 color. Also use rgb(171,255,128) instead hex code.

Text Font Color

.myTextColor { color: #ABFF80; }

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

This text font color is #ABFF80.


Background Color

.myBgColor { background-color: #ABFF80; }

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

This div background color is #ABFF80.


Border color

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

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

This div border color is #ABFF80.


Opacity

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

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

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

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

This text has shadow with #ABFF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFF80 on black background.


Color preview on white background

This text has color #ABFF80 on white background.



Black color preview on #ABFF80 background

This text has black color on #ABFF80 background.


White color preview on #ABFF80 background

This text has white color on #ABFF80 background.