COLOR #ABD84A

HEX: #ABD84A RGB: (171,216,74)

Color info

#ABD84A contains mainly red and green colors. Web safe color of #ABD84A is #99CC33 (or #9C3).

RGB color model

#ABD84A color RGB value is (171,216,74).

RGB: (171,216,74) (67%, 85%, 29%)

RGB channels and saturation

R 171 of 255 = 67%
G 216 of 255 = 85%
B 74 of 255 = 29%

171
216
74

R + G + B ~ 60%. #ABD84A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 216 + 74 = 461 (100%)
R 171 of 461 ~ 37.09%
G 216 of 461 ~ 46.85%
B 74 of 461 ~ 16.05'%

%37.09
%46.85
%16.05

CMYK color model

#ABD84A color CMYK value is (21,0,66,15).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 65.74%
  • key color value is 15.29%

CMYK: (21,0,66,15)
C21M0Y66K15 (21%, 0%, 66%, 15%)
(0.21 / 0.00 / 0.66 / 0.15)

CMYK percentages

%20.83
%0
%65.74
%15.29

Codes

Color #ABD84A in popluar color models

AB D8 4A
RGB 171 216 74
HSL 79° 64.55% 56.86%
HSB/HSV 79° 65.74% 84.71%
CMYK 20.83% 0.00% 65.74%
15.29%

Color #ABD84A in popluar number systems.

HEX AB D8 4A
Decimal 171 216 74
Binary 10101011 11011000 1001010
Octal 253 330 112

Shades and tints

Shades of #ABD84A

#ABD84A
(171,216,74)
#9CC544
(156,197,68)
#8DB23E
(141,178,62)
#7E9F38
(126,159,56)
#6F8C32
(111,140,50)
#60792C
(96,121,44)
#516626
(81,102,38)
#425320
(66,83,32)
#33401A
(51,64,26)
#242D14
(36,45,20)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #ABD84A

#ABD84A
(171,216,74)
#B2DB5A
(178,219,90)
#B9DE6A
(185,222,106)
#C0E17A
(192,225,122)
#C7E48A
(199,228,138)
#CEE79A
(206,231,154)
#D5EAAA
(213,234,170)
#DCEDBA
(220,237,186)
#E3F0CA
(227,240,202)
#EAF3DA
(234,243,218)
#F1F6EA
(241,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD84A color. Also use rgb(171,216,74) instead hex code.

Text Font Color

.myTextColor { color: #ABD84A; }

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

This text font color is #ABD84A.

Background Color

.myBgColor { background-color: #ABD84A; }

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

This div background color is #ABD84A.

Border color

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

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

This div border color is #ABD84A.

Opacity

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

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

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

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

This text has shadow with #ABD84A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD84A.

Preview

Color preview on black background

This text has color #ABD84A on black background.


Color preview on white background

This text has color #ABD84A on white background.


Black color preview on #ABD84A background

This text has black color on #ABD84A background.


White color preview on #ABD84A background

This text has white color on #ABD84A background.


Related colors

Complementary color

Complementary color for #hex is #5427B5.


I love getcolorcode.com

Triadic colors

1 #4AABD8 and #D84AAB with #ABD84A are triadic colors.

2 #4AD8AB and #D8AB4A with #ABD84A are triadic colors.