COLOR #ABD78A

HEX: #ABD78A RGB: (171,215,138)

Color info

#ABD78A contains mainly red and green colors. Web safe color of #ABD78A is #99CC99 (or #9C9).

RGB color model

#ABD78A color RGB value is (171,215,138).

RGB: (171,215,138) (67%, 84%, 54%)

RGB channels and saturation

R 171 of 255 = 67%
G 215 of 255 = 84%
B 138 of 255 = 54%

171
215
138

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

Portions of RGB colors in percentages

R + G + B = 171 + 215 + 138 = 524 (100%)
R 171 of 524 ~ 32.63%
G 215 of 524 ~ 41.03%
B 138 of 524 ~ 26.34'%

%32.63
%41.03
%26.34

CMYK color model

#ABD78A color CMYK value is (20,0,36,16).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 35.81%
  • key color value is 15.69%

CMYK: (20,0,36,16)
C20M0Y36K16 (20%, 0%, 36%, 16%)
(0.20 / 0.00 / 0.36 / 0.16)

CMYK percentages

%20.47
%0
%35.81
%15.69

Codes

Color #ABD78A in popluar color models

AB D7 8A
RGB 171 215 138
HSL 94° 49.04% 69.22%
HSB/HSV 94° 35.81% 84.31%
CMYK 20.47% 0.00% 35.81%
15.69%

Color #ABD78A in popluar number systems.

HEX AB D7 8A
Decimal 171 215 138
Binary 10101011 11010111 10001010
Octal 253 327 212

Shades and tints

Shades of #ABD78A

#ABD78A
(171,215,138)
#9CC47E
(156,196,126)
#8DB172
(141,177,114)
#7E9E66
(126,158,102)
#6F8B5A
(111,139,90)
#60784E
(96,120,78)
#516542
(81,101,66)
#425236
(66,82,54)
#333F2A
(51,63,42)
#242C1E
(36,44,30)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABD78A

#ABD78A
(171,215,138)
#B2DA94
(178,218,148)
#B9DD9E
(185,221,158)
#C0E0A8
(192,224,168)
#C7E3B2
(199,227,178)
#CEE6BC
(206,230,188)
#D5E9C6
(213,233,198)
#DCECD0
(220,236,208)
#E3EFDA
(227,239,218)
#EAF2E4
(234,242,228)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD78A color. Also use rgb(171,215,138) instead hex code.

Text Font Color

.myTextColor { color: #ABD78A; }

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

This text font color is #ABD78A.

Background Color

.myBgColor { background-color: #ABD78A; }

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

This div background color is #ABD78A.

Border color

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

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

This div border color is #ABD78A.

Opacity

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

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

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

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

This text has shadow with #ABD78A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD78A.

Preview

Color preview on black background

This text has color #ABD78A on black background.


Color preview on white background

This text has color #ABD78A on white background.


Black color preview on #ABD78A background

This text has black color on #ABD78A background.


White color preview on #ABD78A background

This text has white color on #ABD78A background.


Related colors

Complementary color

Complementary color for #hex is #542875.


I love getcolorcode.com

Triadic colors

1 #8AABD7 and #D78AAB with #ABD78A are triadic colors.

2 #8AD7AB and #D7AB8A with #ABD78A are triadic colors.