COLOR #ABE17E

HEX: #ABE17E RGB: (171,225,126)

Color info

#ABE17E contains mainly red and green colors. Web safe color of #ABE17E is #99CC66 (or #9C6).

RGB color model

#ABE17E color RGB value is (171,225,126).

RGB: (171,225,126) (67%, 88%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 225 of 255 = 88%
B 126 of 255 = 49%

171
225
126

R + G + B ~ 68%. #ABE17E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 225 + 126 = 522 (100%)
R 171 of 522 ~ 32.76%
G 225 of 522 ~ 43.1%
B 126 of 522 ~ 24.14'%

%32.76
%43.1
%24.14

CMYK color model

#ABE17E color CMYK value is (24,0,44,12).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 11.76%
CMYK: (24,0,44,12) C24M0Y44K12 (24%,0%,44%,12%) (0.24/0.00/0.44/0.12) 

CMYK percentages

%24
%0
%44
%11.76

Codes

Color #ABE17E in popluar color models

AB E1 7E
RGB 171 225 126
HSL 93° 62.26% 68.82%
HSB/HSV 93° 44.00% 88.24%
CMYK 24.00% 0.00% 44.00%
11.76%

Color #ABE17E in popluar number systems.

HEX AB E1 7E
Decimal 171 225 126
Binary 10101011 11100001 1111110
Octal 253 341 176

Shades and tints

Shades of #ABE17E

#ABE17E
(171,225,126)
#9CCD73
(156,205,115)
#8DB968
(141,185,104)
#7EA55D
(126,165,93)
#6F9152
(111,145,82)
#607D47
(96,125,71)
#51693C
(81,105,60)
#425531
(66,85,49)
#334126
(51,65,38)
#242D1B
(36,45,27)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #ABE17E

#ABE17E
(171,225,126)
#B2E389
(178,227,137)
#B9E594
(185,229,148)
#C0E79F
(192,231,159)
#C7E9AA
(199,233,170)
#CEEBB5
(206,235,181)
#D5EDC0
(213,237,192)
#DCEFCB
(220,239,203)
#E3F1D6
(227,241,214)
#EAF3E1
(234,243,225)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE17E color. Also use rgb(171,225,126) instead hex code.

Text Font Color

.myTextColor { color: #ABE17E; }

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

This text font color is #ABE17E.

Background Color

.myBgColor { background-color: #ABE17E; }

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

This div background color is #ABE17E.

Border color

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

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

This div border color is #ABE17E.

Opacity

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

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

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

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

This text has shadow with #ABE17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE17E.

Preview

Color preview on black background

This text has color #ABE17E on black background.


Color preview on white background

This text has color #ABE17E on white background.


Black color preview on #ABE17E background

This text has black color on #ABE17E background.


White color preview on #ABE17E background

This text has white color on #ABE17E background.


Related colors

Complementary color

Complementary color for #hex is #541E81.


I love getcolorcode.com

Triadic colors

1 #7EABE1 and #E17EAB with #ABE17E are triadic colors.

2 #7EE1AB and #E1AB7E with #ABE17E are triadic colors.