COLOR #ABE291

HEX: #ABE291
RGB: (171,226,145)

Color info

#ABE291 contains mainly red and green colors. Web safe color of #ABE291 is #99CC99 (or #9C9).

RGB color model

#ABE291 color RGB value is (171,226,145).

  • red value is 171;
  • green value is 226;
  • blue value is 145.
RGB:
(171,226,145)
(67%,89%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 226 of 255 = 89%
B 145 of 255 = 57%

171
226
145

R + G + B ~ 71%. #ABE291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 226 + 145 = 542 (100%)
R 171 of 542 ~ 31.55%
G 226 of 542 ~ 41.7%
B 145 of 542 ~ 26.75%

%31.55
%41.7
%26.75

CMYK color model

#ABE291 color CMYK value is (24,0,36,11).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 35.84%
  • key color value is 11.37%
CMYK:
(24,0,36,11)
C24M0Y36K11 
(24%,0%,36%,11%)
(0.24/0.00/0.36/0.11)	

CMYK percentages

%24.34
%0
%35.84
%11.37

Codes

Color #ABE291 in popluar color models

ABE291
RGB171226145
HSL101°58.27%72.75%
HSB/HSV101°35.84%88.63%
CMYK24.34%0.00%35.84%
11.37%

Color #ABE291 in popluar number systems.

HEXABE291
Decimal171226145
Binary101010111110001010010001
Octal253342221

Shades and tints

Shades of #ABE291

#ABE291
(171,226,145)
#9CCE84
(156,206,132)
#8DBA77
(141,186,119)
#7EA66A
(126,166,106)
#6F925D
(111,146,93)
#607E50
(96,126,80)
#516A43
(81,106,67)
#425636
(66,86,54)
#334229
(51,66,41)
#242E1C
(36,46,28)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #ABE291

#ABE291
(171,226,145)
#B2E49B
(178,228,155)
#B9E6A5
(185,230,165)
#C0E8AF
(192,232,175)
#C7EAB9
(199,234,185)
#CEECC3
(206,236,195)
#D5EECD
(213,238,205)
#DCF0D7
(220,240,215)
#E3F2E1
(227,242,225)
#EAF4EB
(234,244,235)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE291; }

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

This text font color is #ABE291.


Background Color

.myBgColor { background-color: #ABE291; }

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

This div background color is #ABE291.


Border color

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

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

This div border color is #ABE291.


Opacity

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

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

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

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

This text has shadow with #ABE291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE291 on black background.


Color preview on white background

This text has color #ABE291 on white background.



Black color preview on #ABE291 background

This text has black color on #ABE291 background.


White color preview on #ABE291 background

This text has white color on #ABE291 background.