COLOR #ABFFAB

HEX: #ABFFAB
RGB: (171,255,171)

Color info

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

RGB color model

#ABFFAB color RGB value is (171,255,171).

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

RGB channels and saturation

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

171
255
171

R + G + B ~ 78%. #ABFFAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 255 + 171 = 597 (100%)
R 171 of 597 ~ 28.64%
G 255 of 597 ~ 42.71%
B 171 of 597 ~ 28.64%

%28.64
%42.71
%28.64

CMYK color model

#ABFFAB color CMYK value is (33,0,33,0).

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

CMYK percentages

%32.94
%0
%32.94
%0

Codes

Color #ABFFAB in popluar color models

ABFFAB
RGB171255171
HSL120°100.00%83.53%
HSB/HSV120°32.94%100.00%
CMYK32.94%0.00%32.94%
0.00%

Color #ABFFAB in popluar number systems.

HEXABFFAB
Decimal171255171
Binary101010111111111110101011
Octal253377253

Shades and tints

Shades of #ABFFAB

#ABFFAB
(171,255,171)
#9CE89C
(156,232,156)
#8DD18D
(141,209,141)
#7EBA7E
(126,186,126)
#6FA36F
(111,163,111)
#608C60
(96,140,96)
#517551
(81,117,81)
#425E42
(66,94,66)
#334733
(51,71,51)
#243024
(36,48,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #ABFFAB

#ABFFAB
(171,255,171)
#B2FFB2
(178,255,178)
#B9FFB9
(185,255,185)
#C0FFC0
(192,255,192)
#C7FFC7
(199,255,199)
#CEFFCE
(206,255,206)
#D5FFD5
(213,255,213)
#DCFFDC
(220,255,220)
#E3FFE3
(227,255,227)
#EAFFEA
(234,255,234)
#F1FFF1
(241,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFFAB; }

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

This text font color is #ABFFAB.


Background Color

.myBgColor { background-color: #ABFFAB; }

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

This div background color is #ABFFAB.


Border color

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

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

This div border color is #ABFFAB.


Opacity

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

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

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

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

This text has shadow with #ABFFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFFAB on black background.


Color preview on white background

This text has color #ABFFAB on white background.



Black color preview on #ABFFAB background

This text has black color on #ABFFAB background.


White color preview on #ABFFAB background

This text has white color on #ABFFAB background.