COLOR #ABD18A

HEX: #ABD18A RGB: (171,209,138)

Color info

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

RGB color model

#ABD18A color RGB value is (171,209,138).

RGB: (171,209,138) (67%, 82%, 54%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 138 of 255 = 54%

171
209
138

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

Portions of RGB colors in percentages

R + G + B = 171 + 209 + 138 = 518 (100%)
R 171 of 518 ~ 33.01%
G 209 of 518 ~ 40.35%
B 138 of 518 ~ 26.64'%

%33.01
%40.35
%26.64

CMYK color model

#ABD18A color CMYK value is (18,0,34,18).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 33.97%
  • key color value is 18.04%

CMYK: (18,0,34,18)
C18M0Y34K18 (18%, 0%, 34%, 18%)
(0.18 / 0.00 / 0.34 / 0.18)

CMYK percentages

%18.18
%0
%33.97
%18.04

Codes

Color #ABD18A in popluar color models

AB D1 8A
RGB 171 209 138
HSL 92° 43.56% 68.04%
HSB/HSV 92° 33.97% 81.96%
CMYK 18.18% 0.00% 33.97%
18.04%

Color #ABD18A in popluar number systems.

HEX AB D1 8A
Decimal 171 209 138
Binary 10101011 11010001 10001010
Octal 253 321 212

Shades and tints

Shades of #ABD18A

#ABD18A
(171,209,138)
#9CBE7E
(156,190,126)
#8DAB72
(141,171,114)
#7E9866
(126,152,102)
#6F855A
(111,133,90)
#60724E
(96,114,78)
#515F42
(81,95,66)
#424C36
(66,76,54)
#33392A
(51,57,42)
#24261E
(36,38,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #ABD18A

#ABD18A
(171,209,138)
#B2D594
(178,213,148)
#B9D99E
(185,217,158)
#C0DDA8
(192,221,168)
#C7E1B2
(199,225,178)
#CEE5BC
(206,229,188)
#D5E9C6
(213,233,198)
#DCEDD0
(220,237,208)
#E3F1DA
(227,241,218)
#EAF5E4
(234,245,228)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD18A; }

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

This text font color is #ABD18A.

Background Color

.myBgColor { background-color: #ABD18A; }

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

This div background color is #ABD18A.

Border color

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

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

This div border color is #ABD18A.

Opacity

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

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

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

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

This text has shadow with #ABD18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD18A.

Preview

Color preview on black background

This text has color #ABD18A on black background.


Color preview on white background

This text has color #ABD18A on white background.


Black color preview on #ABD18A background

This text has black color on #ABD18A background.


White color preview on #ABD18A background

This text has white color on #ABD18A background.


Related colors

Complementary color

Complementary color for #hex is #542E75.


I love getcolorcode.com

Triadic colors

1 #8AABD1 and #D18AAB with #ABD18A are triadic colors.

2 #8AD1AB and #D1AB8A with #ABD18A are triadic colors.