COLOR #ABE981

HEX: #ABE981 RGB: (171,233,129)

Color info

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

RGB color model

#ABE981 color RGB value is (171,233,129).

RGB: (171,233,129) (67%, 91%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 233 of 255 = 91%
B 129 of 255 = 51%

171
233
129

R + G + B ~ 70%. #ABE981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 233 + 129 = 533 (100%)
R 171 of 533 ~ 32.08%
G 233 of 533 ~ 43.71%
B 129 of 533 ~ 24.2'%

%32.08
%43.71
%24.2

CMYK color model

#ABE981 color CMYK value is (27,0,45,9).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 8.63%

CMYK: (27,0,45,9)
C27M0Y45K9 (27%, 0%, 45%, 9%)
(0.27 / 0.00 / 0.45 / 0.09)

CMYK percentages

%26.61
%0
%44.64
%8.63

Codes

Color #ABE981 in popluar color models

AB E9 81
RGB 171 233 129
HSL 96° 70.27% 70.98%
HSB/HSV 96° 44.64% 91.37%
CMYK 26.61% 0.00% 44.64%
8.63%

Color #ABE981 in popluar number systems.

HEX AB E9 81
Decimal 171 233 129
Binary 10101011 11101001 10000001
Octal 253 351 201

Shades and tints

Shades of #ABE981

#ABE981
(171,233,129)
#9CD476
(156,212,118)
#8DBF6B
(141,191,107)
#7EAA60
(126,170,96)
#6F9555
(111,149,85)
#60804A
(96,128,74)
#516B3F
(81,107,63)
#425634
(66,86,52)
#334129
(51,65,41)
#242C1E
(36,44,30)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABE981

#ABE981
(171,233,129)
#B2EB8C
(178,235,140)
#B9ED97
(185,237,151)
#C0EFA2
(192,239,162)
#C7F1AD
(199,241,173)
#CEF3B8
(206,243,184)
#D5F5C3
(213,245,195)
#DCF7CE
(220,247,206)
#E3F9D9
(227,249,217)
#EAFBE4
(234,251,228)
#F1FDEF
(241,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE981; }

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

This text font color is #ABE981.

Background Color

.myBgColor { background-color: #ABE981; }

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

This div background color is #ABE981.

Border color

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

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

This div border color is #ABE981.

Opacity

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

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

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

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

This text has shadow with #ABE981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE981.

Preview

Color preview on black background

This text has color #ABE981 on black background.


Color preview on white background

This text has color #ABE981 on white background.


Black color preview on #ABE981 background

This text has black color on #ABE981 background.


White color preview on #ABE981 background

This text has white color on #ABE981 background.


Related colors

Complementary color

Complementary color for #hex is #54167E.


I love getcolorcode.com

Triadic colors

1 #81ABE9 and #E981AB with #ABE981 are triadic colors.

2 #81E9AB and #E9AB81 with #ABE981 are triadic colors.