COLOR #ABFF5C

HEX: #ABFF5C
RGB: (171,255,92)

Color info

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

RGB color model

#ABFF5C color RGB value is (171,255,92).

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

RGB channels and saturation

R 171 of 255 = 67%
G 255 of 255 = 100%
B 92 of 255 = 36%

171
255
92

R + G + B ~ 68%. #ABFF5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 255 + 92 = 518 (100%)
R 171 of 518 ~ 33.01%
G 255 of 518 ~ 49.23%
B 92 of 518 ~ 17.76%

%33.01
%49.23
%17.76

CMYK color model

#ABFF5C color CMYK value is (33,0,64,0).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 63.92%
  • key color value is 0.00%
CMYK:
(33,0,64,0)
C33M0Y64K0 
(33%,0%,64%,0%)
(0.33/0.00/0.64/0.00)	

CMYK percentages

%32.94
%0
%63.92
%0

Codes

Color #ABFF5C in popluar color models

ABFF5C
RGB17125592
HSL91°100.00%68.04%
HSB/HSV91°63.92%100.00%
CMYK32.94%0.00%63.92%
0.00%

Color #ABFF5C in popluar number systems.

HEXABFF5C
Decimal17125592
Binary10101011111111111011100
Octal253377134

Shades and tints

Shades of #ABFF5C

#ABFF5C
(171,255,92)
#9CE854
(156,232,84)
#8DD14C
(141,209,76)
#7EBA44
(126,186,68)
#6FA33C
(111,163,60)
#608C34
(96,140,52)
#51752C
(81,117,44)
#425E24
(66,94,36)
#33471C
(51,71,28)
#243014
(36,48,20)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #ABFF5C

#ABFF5C
(171,255,92)
#B2FF6A
(178,255,106)
#B9FF78
(185,255,120)
#C0FF86
(192,255,134)
#C7FF94
(199,255,148)
#CEFFA2
(206,255,162)
#D5FFB0
(213,255,176)
#DCFFBE
(220,255,190)
#E3FFCC
(227,255,204)
#EAFFDA
(234,255,218)
#F1FFE8
(241,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFF5C; }

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

This text font color is #ABFF5C.


Background Color

.myBgColor { background-color: #ABFF5C; }

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

This div background color is #ABFF5C.


Border color

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

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

This div border color is #ABFF5C.


Opacity

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

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

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

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

This text has shadow with #ABFF5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFF5C on black background.


Color preview on white background

This text has color #ABFF5C on white background.



Black color preview on #ABFF5C background

This text has black color on #ABFF5C background.


White color preview on #ABFF5C background

This text has white color on #ABFF5C background.