COLOR #ABDC70

HEX: #ABDC70 RGB: (171,220,112)

Color info

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

RGB color model

#ABDC70 color RGB value is (171,220,112).

RGB: (171,220,112) (67%, 86%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 220 of 255 = 86%
B 112 of 255 = 44%

171
220
112

R + G + B ~ 66%. #ABDC70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 220 + 112 = 503 (100%)
R 171 of 503 ~ 34%
G 220 of 503 ~ 43.74%
B 112 of 503 ~ 22.27'%

%34
%43.74
%22.27

CMYK color model

#ABDC70 color CMYK value is (22,0,49,14).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 49.09%
  • key color value is 13.73%

CMYK: (22,0,49,14)
C22M0Y49K14 (22%, 0%, 49%, 14%)
(0.22 / 0.00 / 0.49 / 0.14)

CMYK percentages

%22.27
%0
%49.09
%13.73

Codes

Color #ABDC70 in popluar color models

AB DC 70
RGB 171 220 112
HSL 87° 60.67% 65.10%
HSB/HSV 87° 49.09% 86.27%
CMYK 22.27% 0.00% 49.09%
13.73%

Color #ABDC70 in popluar number systems.

HEX AB DC 70
Decimal 171 220 112
Binary 10101011 11011100 1110000
Octal 253 334 160

Shades and tints

Shades of #ABDC70

#ABDC70
(171,220,112)
#9CC866
(156,200,102)
#8DB45C
(141,180,92)
#7EA052
(126,160,82)
#6F8C48
(111,140,72)
#60783E
(96,120,62)
#516434
(81,100,52)
#42502A
(66,80,42)
#333C20
(51,60,32)
#242816
(36,40,22)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #ABDC70

#ABDC70
(171,220,112)
#B2DF7D
(178,223,125)
#B9E28A
(185,226,138)
#C0E597
(192,229,151)
#C7E8A4
(199,232,164)
#CEEBB1
(206,235,177)
#D5EEBE
(213,238,190)
#DCF1CB
(220,241,203)
#E3F4D8
(227,244,216)
#EAF7E5
(234,247,229)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDC70 color. Also use rgb(171,220,112) instead hex code.

Text Font Color

.myTextColor { color: #ABDC70; }

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

This text font color is #ABDC70.

Background Color

.myBgColor { background-color: #ABDC70; }

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

This div background color is #ABDC70.

Border color

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

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

This div border color is #ABDC70.

Opacity

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

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

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

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

This text has shadow with #ABDC70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDC70.

Preview

Color preview on black background

This text has color #ABDC70 on black background.


Color preview on white background

This text has color #ABDC70 on white background.


Black color preview on #ABDC70 background

This text has black color on #ABDC70 background.


White color preview on #ABDC70 background

This text has white color on #ABDC70 background.


Related colors

Complementary color

Complementary color for #hex is #54238F.


I love getcolorcode.com

Triadic colors

1 #70ABDC and #DC70AB with #ABDC70 are triadic colors.

2 #70DCAB and #DCAB70 with #ABDC70 are triadic colors.