COLOR #ABD210

HEX: #ABD210
RGB: (171,210,16)

Color info

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

RGB color model

#ABD210 color RGB value is (171,210,16).

  • red value is 171;
  • green value is 210;
  • blue value is 16.
RGB:
(171,210,16)
(67%,82%,6%)

RGB channels and saturation

R 171 of 255 = 67%
G 210 of 255 = 82%
B 16 of 255 = 6%

171
210
16

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

Portions of RGB colors in percentages

R + G + B =
171 + 210 + 16 = 397 (100%)
R 171 of 397 ~ 43.07%
G 210 of 397 ~ 52.9%
B 16 of 397 ~ 4.03%

%43.07
%52.9

CMYK color model

#ABD210 color CMYK value is (19,0,92,18).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 92.38%
  • key color value is 17.65%
CMYK:
(19,0,92,18)
C19M0Y92K18 
(19%,0%,92%,18%)
(0.19/0.00/0.92/0.18)	

CMYK percentages

%18.57
%0
%92.38
%17.65

Codes

Color #ABD210 in popluar color models

ABD210
RGB17121016
HSL72°85.84%44.31%
HSB/HSV72°92.38%82.35%
CMYK18.57%0.00%92.38%
17.65%

Color #ABD210 in popluar number systems.

HEXABD210
Decimal17121016
Binary101010111101001010000
Octal25332220

Shades and tints

Shades of #ABD210

#ABD210
(171,210,16)
#9CBF0F
(156,191,15)
#8DAC0E
(141,172,14)
#7E990D
(126,153,13)
#6F860C
(111,134,12)
#60730B
(96,115,11)
#51600A
(81,96,10)
#424D09
(66,77,9)
#333A08
(51,58,8)
#242707
(36,39,7)
#151406
(21,20,6)
#000000
(0,0,0)

Tints of #ABD210

#ABD210
(171,210,16)
#B2D625
(178,214,37)
#B9DA3A
(185,218,58)
#C0DE4F
(192,222,79)
#C7E264
(199,226,100)
#CEE679
(206,230,121)
#D5EA8E
(213,234,142)
#DCEEA3
(220,238,163)
#E3F2B8
(227,242,184)
#EAF6CD
(234,246,205)
#F1FAE2
(241,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD210 color. Also use rgb(171,210,16) instead hex code.

Text Font Color

.myTextColor { color: #ABD210; }

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

This text font color is #ABD210.


Background Color

.myBgColor { background-color: #ABD210; }

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

This div background color is #ABD210.


Border color

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

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

This div border color is #ABD210.


Opacity

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

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

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

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

This text has shadow with #ABD210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD210 on black background.


Color preview on white background

This text has color #ABD210 on white background.



Black color preview on #ABD210 background

This text has black color on #ABD210 background.


White color preview on #ABD210 background

This text has white color on #ABD210 background.