COLOR #ABEF81

HEX: #ABEF81 RGB: (171,239,129)

Color info

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

RGB color model

#ABEF81 color RGB value is (171,239,129).

RGB: (171,239,129) (67%, 94%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 239 of 255 = 94%
B 129 of 255 = 51%

171
239
129

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

Portions of RGB colors in percentages

R + G + B = 171 + 239 + 129 = 539 (100%)
R 171 of 539 ~ 31.73%
G 239 of 539 ~ 44.34%
B 129 of 539 ~ 23.93'%

%31.73
%44.34
%23.93

CMYK color model

#ABEF81 color CMYK value is (28,0,46,6).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 6.27%
CMYK: (28,0,46,6) C28M0Y46K6 (28%,0%,46%,6%) (0.28/0.00/0.46/0.06) 

CMYK percentages

%28.45
%0
%46.03
%6.27

Codes

Color #ABEF81 in popluar color models

AB EF 81
RGB 171 239 129
HSL 97° 77.46% 72.16%
HSB/HSV 97° 46.03% 93.73%
CMYK 28.45% 0.00% 46.03%
6.27%

Color #ABEF81 in popluar number systems.

HEX AB EF 81
Decimal 171 239 129
Binary 10101011 11101111 10000001
Octal 253 357 201

Shades and tints

Shades of #ABEF81

#ABEF81
(171,239,129)
#9CDA76
(156,218,118)
#8DC56B
(141,197,107)
#7EB060
(126,176,96)
#6F9B55
(111,155,85)
#60864A
(96,134,74)
#51713F
(81,113,63)
#425C34
(66,92,52)
#334729
(51,71,41)
#24321E
(36,50,30)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #ABEF81

#ABEF81
(171,239,129)
#B2F08C
(178,240,140)
#B9F197
(185,241,151)
#C0F2A2
(192,242,162)
#C7F3AD
(199,243,173)
#CEF4B8
(206,244,184)
#D5F5C3
(213,245,195)
#DCF6CE
(220,246,206)
#E3F7D9
(227,247,217)
#EAF8E4
(234,248,228)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEF81; }

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

This text font color is #ABEF81.

Background Color

.myBgColor { background-color: #ABEF81; }

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

This div background color is #ABEF81.

Border color

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

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

This div border color is #ABEF81.

Opacity

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

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

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

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

This text has shadow with #ABEF81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEF81.

Preview

Color preview on black background

This text has color #ABEF81 on black background.


Color preview on white background

This text has color #ABEF81 on white background.


Black color preview on #ABEF81 background

This text has black color on #ABEF81 background.


White color preview on #ABEF81 background

This text has white color on #ABEF81 background.


Related colors

Complementary color

Complementary color for #hex is #54107E.


I love getcolorcode.com

Triadic colors

1 #81ABEF and #EF81AB with #ABEF81 are triadic colors.

2 #81EFAB and #EFAB81 with #ABEF81 are triadic colors.