COLOR #ABD42E

HEX: #ABD42E
RGB: (171,212,46)

Color info

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

RGB color model

#ABD42E color RGB value is (171,212,46).

  • red value is 171;
  • green value is 212;
  • blue value is 46.
RGB:
(171,212,46)
(67%,83%,18%)

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 46 of 255 = 18%

171
212
46

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

Portions of RGB colors in percentages

R + G + B =
171 + 212 + 46 = 429 (100%)
R 171 of 429 ~ 39.86%
G 212 of 429 ~ 49.42%
B 46 of 429 ~ 10.72%

%39.86
%49.42
%10.72

CMYK color model

#ABD42E color CMYK value is (19,0,78,17).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 78.30%
  • key color value is 16.86%
CMYK:
(19,0,78,17)
C19M0Y78K17 
(19%,0%,78%,17%)
(0.19/0.00/0.78/0.17)	

CMYK percentages

%19.34
%0
%78.3
%16.86

Codes

Color #ABD42E in popluar color models

ABD42E
RGB17121246
HSL75°65.87%50.59%
HSB/HSV75°78.30%83.14%
CMYK19.34%0.00%78.30%
16.86%

Color #ABD42E in popluar number systems.

HEXABD42E
Decimal17121246
Binary1010101111010100101110
Octal25332456

Shades and tints

Shades of #ABD42E

#ABD42E
(171,212,46)
#9CC12A
(156,193,42)
#8DAE26
(141,174,38)
#7E9B22
(126,155,34)
#6F881E
(111,136,30)
#60751A
(96,117,26)
#516216
(81,98,22)
#424F12
(66,79,18)
#333C0E
(51,60,14)
#24290A
(36,41,10)
#151606
(21,22,6)
#000000
(0,0,0)

Tints of #ABD42E

#ABD42E
(171,212,46)
#B2D741
(178,215,65)
#B9DA54
(185,218,84)
#C0DD67
(192,221,103)
#C7E07A
(199,224,122)
#CEE38D
(206,227,141)
#D5E6A0
(213,230,160)
#DCE9B3
(220,233,179)
#E3ECC6
(227,236,198)
#EAEFD9
(234,239,217)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD42E color. Also use rgb(171,212,46) instead hex code.

Text Font Color

.myTextColor { color: #ABD42E; }

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

This text font color is #ABD42E.


Background Color

.myBgColor { background-color: #ABD42E; }

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

This div background color is #ABD42E.


Border color

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

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

This div border color is #ABD42E.


Opacity

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

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

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

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

This text has shadow with #ABD42E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD42E on black background.


Color preview on white background

This text has color #ABD42E on white background.



Black color preview on #ABD42E background

This text has black color on #ABD42E background.


White color preview on #ABD42E background

This text has white color on #ABD42E background.