COLOR #ABD922

HEX: #ABD922
RGB: (171,217,34)

Color info

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

RGB color model

#ABD922 color RGB value is (171,217,34).

  • red value is 171;
  • green value is 217;
  • blue value is 34.
RGB:
(171,217,34)
(67%,85%,13%)

RGB channels and saturation

R 171 of 255 = 67%
G 217 of 255 = 85%
B 34 of 255 = 13%

171
217
34

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

Portions of RGB colors in percentages

R + G + B =
171 + 217 + 34 = 422 (100%)
R 171 of 422 ~ 40.52%
G 217 of 422 ~ 51.42%
B 34 of 422 ~ 8.06%

%40.52
%51.42

CMYK color model

#ABD922 color CMYK value is (21,0,84,15).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 84.33%
  • key color value is 14.90%
CMYK:
(21,0,84,15)
C21M0Y84K15 
(21%,0%,84%,15%)
(0.21/0.00/0.84/0.15)	

CMYK percentages

%21.2
%0
%84.33
%14.9

Codes

Color #ABD922 in popluar color models

ABD922
RGB17121734
HSL75°72.91%49.22%
HSB/HSV75°84.33%85.10%
CMYK21.20%0.00%84.33%
14.90%

Color #ABD922 in popluar number systems.

HEXABD922
Decimal17121734
Binary1010101111011001100010
Octal25333142

Shades and tints

Shades of #ABD922

#ABD922
(171,217,34)
#9CC61F
(156,198,31)
#8DB31C
(141,179,28)
#7EA019
(126,160,25)
#6F8D16
(111,141,22)
#607A13
(96,122,19)
#516710
(81,103,16)
#42540D
(66,84,13)
#33410A
(51,65,10)
#242E07
(36,46,7)
#151B04
(21,27,4)
#000000
(0,0,0)

Tints of #ABD922

#ABD922
(171,217,34)
#B2DC36
(178,220,54)
#B9DF4A
(185,223,74)
#C0E25E
(192,226,94)
#C7E572
(199,229,114)
#CEE886
(206,232,134)
#D5EB9A
(213,235,154)
#DCEEAE
(220,238,174)
#E3F1C2
(227,241,194)
#EAF4D6
(234,244,214)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD922 color. Also use rgb(171,217,34) instead hex code.

Text Font Color

.myTextColor { color: #ABD922; }

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

This text font color is #ABD922.


Background Color

.myBgColor { background-color: #ABD922; }

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

This div background color is #ABD922.


Border color

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

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

This div border color is #ABD922.


Opacity

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

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

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

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

This text has shadow with #ABD922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD922 on black background.


Color preview on white background

This text has color #ABD922 on white background.



Black color preview on #ABD922 background

This text has black color on #ABD922 background.


White color preview on #ABD922 background

This text has white color on #ABD922 background.