COLOR #ABD61A

HEX: #ABD61A
RGB: (171,214,26)

Color info

#ABD61A contains mainly red and green colors. Web safe color of #ABD61A is #99CC00 (or #9C0).

RGB color model

#ABD61A color RGB value is (171,214,26).

  • red value is 171;
  • green value is 214;
  • blue value is 26.
RGB:
(171,214,26)
(67%,84%,10%)

RGB channels and saturation

R 171 of 255 = 67%
G 214 of 255 = 84%
B 26 of 255 = 10%

171
214
26

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

Portions of RGB colors in percentages

R + G + B =
171 + 214 + 26 = 411 (100%)
R 171 of 411 ~ 41.61%
G 214 of 411 ~ 52.07%
B 26 of 411 ~ 6.33%

%41.61
%52.07

CMYK color model

#ABD61A color CMYK value is (20,0,88,16).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 87.85%
  • key color value is 16.08%
CMYK:
(20,0,88,16)
C20M0Y88K16 
(20%,0%,88%,16%)
(0.20/0.00/0.88/0.16)	

CMYK percentages

%20.09
%0
%87.85
%16.08

Codes

Color #ABD61A in popluar color models

ABD61A
RGB17121426
HSL74°78.33%47.06%
HSB/HSV74°87.85%83.92%
CMYK20.09%0.00%87.85%
16.08%

Color #ABD61A in popluar number systems.

HEXABD61A
Decimal17121426
Binary101010111101011011010
Octal25332632

Shades and tints

Shades of #ABD61A

#ABD61A
(171,214,26)
#9CC318
(156,195,24)
#8DB016
(141,176,22)
#7E9D14
(126,157,20)
#6F8A12
(111,138,18)
#607710
(96,119,16)
#51640E
(81,100,14)
#42510C
(66,81,12)
#333E0A
(51,62,10)
#242B08
(36,43,8)
#151806
(21,24,6)
#000000
(0,0,0)

Tints of #ABD61A

#ABD61A
(171,214,26)
#B2D92E
(178,217,46)
#B9DC42
(185,220,66)
#C0DF56
(192,223,86)
#C7E26A
(199,226,106)
#CEE57E
(206,229,126)
#D5E892
(213,232,146)
#DCEBA6
(220,235,166)
#E3EEBA
(227,238,186)
#EAF1CE
(234,241,206)
#F1F4E2
(241,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD61A color. Also use rgb(171,214,26) instead hex code.

Text Font Color

.myTextColor { color: #ABD61A; }

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

This text font color is #ABD61A.


Background Color

.myBgColor { background-color: #ABD61A; }

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

This div background color is #ABD61A.


Border color

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

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

This div border color is #ABD61A.


Opacity

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

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

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

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

This text has shadow with #ABD61A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD61A on black background.


Color preview on white background

This text has color #ABD61A on white background.



Black color preview on #ABD61A background

This text has black color on #ABD61A background.


White color preview on #ABD61A background

This text has white color on #ABD61A background.