COLOR #ABEF7B

HEX: #ABEF7B RGB: (171,239,123)

Color info

#ABEF7B contains mainly green color. Web safe color of #ABEF7B is #99FF66 (or #9F6).

RGB color model

#ABEF7B color RGB value is (171,239,123).

RGB: (171,239,123) (67%, 94%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 239 of 255 = 94%
B 123 of 255 = 48%

171
239
123

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

Portions of RGB colors in percentages

R + G + B = 171 + 239 + 123 = 533 (100%)
R 171 of 533 ~ 32.08%
G 239 of 533 ~ 44.84%
B 123 of 533 ~ 23.08'%

%32.08
%44.84
%23.08

CMYK color model

#ABEF7B color CMYK value is (28,0,49,6).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 48.54%
  • key color value is 6.27%

CMYK: (28,0,49,6)
C28M0Y49K6 (28%, 0%, 49%, 6%)
(0.28 / 0.00 / 0.49 / 0.06)

CMYK percentages

%28.45
%0
%48.54
%6.27

Codes

Color #ABEF7B in popluar color models

AB EF 7B
RGB 171 239 123
HSL 95° 78.38% 70.98%
HSB/HSV 95° 48.54% 93.73%
CMYK 28.45% 0.00% 48.54%
6.27%

Color #ABEF7B in popluar number systems.

HEX AB EF 7B
Decimal 171 239 123
Binary 10101011 11101111 1111011
Octal 253 357 173

Shades and tints

Shades of #ABEF7B

#ABEF7B
(171,239,123)
#9CDA70
(156,218,112)
#8DC565
(141,197,101)
#7EB05A
(126,176,90)
#6F9B4F
(111,155,79)
#608644
(96,134,68)
#517139
(81,113,57)
#425C2E
(66,92,46)
#334723
(51,71,35)
#243218
(36,50,24)
#151D0D
(21,29,13)
#000000
(0,0,0)

Tints of #ABEF7B

#ABEF7B
(171,239,123)
#B2F087
(178,240,135)
#B9F193
(185,241,147)
#C0F29F
(192,242,159)
#C7F3AB
(199,243,171)
#CEF4B7
(206,244,183)
#D5F5C3
(213,245,195)
#DCF6CF
(220,246,207)
#E3F7DB
(227,247,219)
#EAF8E7
(234,248,231)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEF7B; }

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

This text font color is #ABEF7B.

Background Color

.myBgColor { background-color: #ABEF7B; }

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

This div background color is #ABEF7B.

Border color

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

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

This div border color is #ABEF7B.

Opacity

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

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

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

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

This text has shadow with #ABEF7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEF7B.

Preview

Color preview on black background

This text has color #ABEF7B on black background.


Color preview on white background

This text has color #ABEF7B on white background.


Black color preview on #ABEF7B background

This text has black color on #ABEF7B background.


White color preview on #ABEF7B background

This text has white color on #ABEF7B background.


Related colors

Complementary color

Complementary color for #hex is #541084.


I love getcolorcode.com

Triadic colors

1 #7BABEF and #EF7BAB with #ABEF7B are triadic colors.

2 #7BEFAB and #EFAB7B with #ABEF7B are triadic colors.