COLOR #ABE091

HEX: #ABE091 RGB: (171,224,145)

Color info

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

RGB color model

#ABE091 color RGB value is (171,224,145).

RGB: (171,224,145) (67%, 88%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 224 of 255 = 88%
B 145 of 255 = 57%

171
224
145

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

Portions of RGB colors in percentages

R + G + B = 171 + 224 + 145 = 540 (100%)
R 171 of 540 ~ 31.67%
G 224 of 540 ~ 41.48%
B 145 of 540 ~ 26.85'%

%31.67
%41.48
%26.85

CMYK color model

#ABE091 color CMYK value is (24,0,35,12).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 35.27%
  • key color value is 12.16%

CMYK: (24,0,35,12)
C24M0Y35K12 (24%, 0%, 35%, 12%)
(0.24 / 0.00 / 0.35 / 0.12)

CMYK percentages

%23.66
%0
%35.27
%12.16

Codes

Color #ABE091 in popluar color models

AB E0 91
RGB 171 224 145
HSL 100° 56.03% 72.35%
HSB/HSV 100° 35.27% 87.84%
CMYK 23.66% 0.00% 35.27%
12.16%

Color #ABE091 in popluar number systems.

HEX AB E0 91
Decimal 171 224 145
Binary 10101011 11100000 10010001
Octal 253 340 221

Shades and tints

Shades of #ABE091

#ABE091
(171,224,145)
#9CCC84
(156,204,132)
#8DB877
(141,184,119)
#7EA46A
(126,164,106)
#6F905D
(111,144,93)
#607C50
(96,124,80)
#516843
(81,104,67)
#425436
(66,84,54)
#334029
(51,64,41)
#242C1C
(36,44,28)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #ABE091

#ABE091
(171,224,145)
#B2E29B
(178,226,155)
#B9E4A5
(185,228,165)
#C0E6AF
(192,230,175)
#C7E8B9
(199,232,185)
#CEEAC3
(206,234,195)
#D5ECCD
(213,236,205)
#DCEED7
(220,238,215)
#E3F0E1
(227,240,225)
#EAF2EB
(234,242,235)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE091; }

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

This text font color is #ABE091.

Background Color

.myBgColor { background-color: #ABE091; }

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

This div background color is #ABE091.

Border color

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

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

This div border color is #ABE091.

Opacity

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

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

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

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

This text has shadow with #ABE091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE091.

Preview

Color preview on black background

This text has color #ABE091 on black background.


Color preview on white background

This text has color #ABE091 on white background.


Black color preview on #ABE091 background

This text has black color on #ABE091 background.


White color preview on #ABE091 background

This text has white color on #ABE091 background.


Related colors

Complementary color

Complementary color for #hex is #541F6E.


I love getcolorcode.com

Triadic colors

1 #91ABE0 and #E091AB with #ABE091 are triadic colors.

2 #91E0AB and #E0AB91 with #ABE091 are triadic colors.