COLOR #ABDD6A

HEX: #ABDD6A
RGB: (171,221,106)

Color info

#ABDD6A contains mainly red and green colors. Web safe color of #ABDD6A is #99CC66 (or #9C6).

RGB color model

#ABDD6A color RGB value is (171,221,106).

  • red value is 171;
  • green value is 221;
  • blue value is 106.
RGB:
(171,221,106)
(67%,87%,42%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 106 of 255 = 42%

171
221
106

R + G + B ~ 65%. #ABDD6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 221 + 106 = 498 (100%)
R 171 of 498 ~ 34.34%
G 221 of 498 ~ 44.38%
B 106 of 498 ~ 21.29%

%34.34
%44.38
%21.29

CMYK color model

#ABDD6A color CMYK value is (23,0,52,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 52.04%
  • key color value is 13.33%
CMYK:
(23,0,52,13)
C23M0Y52K13 
(23%,0%,52%,13%)
(0.23/0.00/0.52/0.13)	

CMYK percentages

%22.62
%0
%52.04
%13.33

Codes

Color #ABDD6A in popluar color models

ABDD6A
RGB171221106
HSL86°62.84%64.12%
HSB/HSV86°52.04%86.67%
CMYK22.62%0.00%52.04%
13.33%

Color #ABDD6A in popluar number systems.

HEXABDD6A
Decimal171221106
Binary10101011110111011101010
Octal253335152

Shades and tints

Shades of #ABDD6A

#ABDD6A
(171,221,106)
#9CC961
(156,201,97)
#8DB558
(141,181,88)
#7EA14F
(126,161,79)
#6F8D46
(111,141,70)
#60793D
(96,121,61)
#516534
(81,101,52)
#42512B
(66,81,43)
#333D22
(51,61,34)
#242919
(36,41,25)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #ABDD6A

#ABDD6A
(171,221,106)
#B2E077
(178,224,119)
#B9E384
(185,227,132)
#C0E691
(192,230,145)
#C7E99E
(199,233,158)
#CEECAB
(206,236,171)
#D5EFB8
(213,239,184)
#DCF2C5
(220,242,197)
#E3F5D2
(227,245,210)
#EAF8DF
(234,248,223)
#F1FBEC
(241,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDD6A color. Also use rgb(171,221,106) instead hex code.

Text Font Color

.myTextColor { color: #ABDD6A; }

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

This text font color is #ABDD6A.


Background Color

.myBgColor { background-color: #ABDD6A; }

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

This div background color is #ABDD6A.


Border color

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

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

This div border color is #ABDD6A.


Opacity

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

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

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

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

This text has shadow with #ABDD6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDD6A on black background.


Color preview on white background

This text has color #ABDD6A on white background.



Black color preview on #ABDD6A background

This text has black color on #ABDD6A background.


White color preview on #ABDD6A background

This text has white color on #ABDD6A background.