COLOR #ABE17F

HEX: #ABE17F RGB: (171,225,127)

Color info

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

RGB color model

#ABE17F color RGB value is (171,225,127).

RGB: (171,225,127) (67%, 88%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 225 of 255 = 88%
B 127 of 255 = 50%

171
225
127

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

Portions of RGB colors in percentages

R + G + B = 171 + 225 + 127 = 523 (100%)
R 171 of 523 ~ 32.7%
G 225 of 523 ~ 43.02%
B 127 of 523 ~ 24.28'%

%32.7
%43.02
%24.28

CMYK color model

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

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • 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
%43.56
%11.76

Codes

Color #ABE17F in popluar color models

AB E1 7F
RGB 171 225 127
HSL 93° 62.03% 69.02%
HSB/HSV 93° 43.56% 88.24%
CMYK 24.00% 0.00% 43.56%
11.76%

Color #ABE17F in popluar number systems.

HEX AB E1 7F
Decimal 171 225 127
Binary 10101011 11100001 1111111
Octal 253 341 177

Shades and tints

Shades of #ABE17F

#ABE17F
(171,225,127)
#9CCD74
(156,205,116)
#8DB969
(141,185,105)
#7EA55E
(126,165,94)
#6F9153
(111,145,83)
#607D48
(96,125,72)
#51693D
(81,105,61)
#425532
(66,85,50)
#334127
(51,65,39)
#242D1C
(36,45,28)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #ABE17F

#ABE17F
(171,225,127)
#B2E38A
(178,227,138)
#B9E595
(185,229,149)
#C0E7A0
(192,231,160)
#C7E9AB
(199,233,171)
#CEEBB6
(206,235,182)
#D5EDC1
(213,237,193)
#DCEFCC
(220,239,204)
#E3F1D7
(227,241,215)
#EAF3E2
(234,243,226)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE17F; }

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

This text font color is #ABE17F.

Background Color

.myBgColor { background-color: #ABE17F; }

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

This div background color is #ABE17F.

Border color

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

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

This div border color is #ABE17F.

Opacity

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

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

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

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

This text has shadow with #ABE17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE17F.

Preview

Color preview on black background

This text has color #ABE17F on black background.


Color preview on white background

This text has color #ABE17F on white background.


Black color preview on #ABE17F background

This text has black color on #ABE17F background.


White color preview on #ABE17F background

This text has white color on #ABE17F background.


Related colors

Complementary color

Complementary color for #hex is #541E80.


I love getcolorcode.com

Triadic colors

1 #7FABE1 and #E17FAB with #ABE17F are triadic colors.

2 #7FE1AB and #E1AB7F with #ABE17F are triadic colors.