COLOR #ABEFA2

HEX: #ABEFA2
RGB: (171,239,162)

Color info

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

RGB color model

#ABEFA2 color RGB value is (171,239,162).

  • red value is 171;
  • green value is 239;
  • blue value is 162.
RGB:
(171,239,162)
(67%,94%,64%)

RGB channels and saturation

R 171 of 255 = 67%
G 239 of 255 = 94%
B 162 of 255 = 64%

171
239
162

R + G + B ~ 75%. #ABEFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 239 + 162 = 572 (100%)
R 171 of 572 ~ 29.9%
G 239 of 572 ~ 41.78%
B 162 of 572 ~ 28.32%

%29.9
%41.78
%28.32

CMYK color model

#ABEFA2 color CMYK value is (28,0,32,6).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 6.27%
CMYK:
(28,0,32,6)
C28M0Y32K6 
(28%,0%,32%,6%)
(0.28/0.00/0.32/0.06)	

CMYK percentages

%28.45
%0
%32.22
%6.27

Codes

Color #ABEFA2 in popluar color models

ABEFA2
RGB171239162
HSL113°70.64%78.63%
HSB/HSV113°32.22%93.73%
CMYK28.45%0.00%32.22%
6.27%

Color #ABEFA2 in popluar number systems.

HEXABEFA2
Decimal171239162
Binary101010111110111110100010
Octal253357242

Shades and tints

Shades of #ABEFA2

#ABEFA2
(171,239,162)
#9CDA94
(156,218,148)
#8DC586
(141,197,134)
#7EB078
(126,176,120)
#6F9B6A
(111,155,106)
#60865C
(96,134,92)
#51714E
(81,113,78)
#425C40
(66,92,64)
#334732
(51,71,50)
#243224
(36,50,36)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #ABEFA2

#ABEFA2
(171,239,162)
#B2F0AA
(178,240,170)
#B9F1B2
(185,241,178)
#C0F2BA
(192,242,186)
#C7F3C2
(199,243,194)
#CEF4CA
(206,244,202)
#D5F5D2
(213,245,210)
#DCF6DA
(220,246,218)
#E3F7E2
(227,247,226)
#EAF8EA
(234,248,234)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEFA2; }

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

This text font color is #ABEFA2.


Background Color

.myBgColor { background-color: #ABEFA2; }

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

This div background color is #ABEFA2.


Border color

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

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

This div border color is #ABEFA2.


Opacity

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

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

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

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

This text has shadow with #ABEFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABEFA2 on black background.


Color preview on white background

This text has color #ABEFA2 on white background.



Black color preview on #ABEFA2 background

This text has black color on #ABEFA2 background.


White color preview on #ABEFA2 background

This text has white color on #ABEFA2 background.