COLOR #ABF296

HEX: #ABF296
RGB: (171,242,150)

Color info

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

RGB color model

#ABF296 color RGB value is (171,242,150).

  • red value is 171;
  • green value is 242;
  • blue value is 150.
RGB:
(171,242,150)
(67%,95%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 242 of 255 = 95%
B 150 of 255 = 59%

171
242
150

R + G + B ~ 74%. #ABF296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 242 + 150 = 563 (100%)
R 171 of 563 ~ 30.37%
G 242 of 563 ~ 42.98%
B 150 of 563 ~ 26.64%

%30.37
%42.98
%26.64

CMYK color model

#ABF296 color CMYK value is (29,0,38,5).

  • cyan value is 29.34%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 5.10%
CMYK:
(29,0,38,5)
C29M0Y38K5 
(29%,0%,38%,5%)
(0.29/0.00/0.38/0.05)	

CMYK percentages

%29.34
%0
%38.02
%5.1

Codes

Color #ABF296 in popluar color models

ABF296
RGB171242150
HSL106°77.97%76.86%
HSB/HSV106°38.02%94.90%
CMYK29.34%0.00%38.02%
5.10%

Color #ABF296 in popluar number systems.

HEXABF296
Decimal171242150
Binary101010111111001010010110
Octal253362226

Shades and tints

Shades of #ABF296

#ABF296
(171,242,150)
#9CDC89
(156,220,137)
#8DC67C
(141,198,124)
#7EB06F
(126,176,111)
#6F9A62
(111,154,98)
#608455
(96,132,85)
#516E48
(81,110,72)
#42583B
(66,88,59)
#33422E
(51,66,46)
#242C21
(36,44,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #ABF296

#ABF296
(171,242,150)
#B2F39F
(178,243,159)
#B9F4A8
(185,244,168)
#C0F5B1
(192,245,177)
#C7F6BA
(199,246,186)
#CEF7C3
(206,247,195)
#D5F8CC
(213,248,204)
#DCF9D5
(220,249,213)
#E3FADE
(227,250,222)
#EAFBE7
(234,251,231)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF296; }

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

This text font color is #ABF296.


Background Color

.myBgColor { background-color: #ABF296; }

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

This div background color is #ABF296.


Border color

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

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

This div border color is #ABF296.


Opacity

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

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

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

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

This text has shadow with #ABF296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF296 on black background.


Color preview on white background

This text has color #ABF296 on white background.



Black color preview on #ABF296 background

This text has black color on #ABF296 background.


White color preview on #ABF296 background

This text has white color on #ABF296 background.