COLOR #ABD479

HEX: #ABD479
RGB: (171,212,121)

Color info

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

RGB color model

#ABD479 color RGB value is (171,212,121).

  • red value is 171;
  • green value is 212;
  • blue value is 121.
RGB:
(171,212,121)
(67%,83%,47%)

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 121 of 255 = 47%

171
212
121

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

Portions of RGB colors in percentages

R + G + B =
171 + 212 + 121 = 504 (100%)
R 171 of 504 ~ 33.93%
G 212 of 504 ~ 42.06%
B 121 of 504 ~ 24.01%

%33.93
%42.06
%24.01

CMYK color model

#ABD479 color CMYK value is (19,0,43,17).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 16.86%
CMYK:
(19,0,43,17)
C19M0Y43K17 
(19%,0%,43%,17%)
(0.19/0.00/0.43/0.17)	

CMYK percentages

%19.34
%0
%42.92
%16.86

Codes

Color #ABD479 in popluar color models

ABD479
RGB171212121
HSL87°51.41%65.29%
HSB/HSV87°42.92%83.14%
CMYK19.34%0.00%42.92%
16.86%

Color #ABD479 in popluar number systems.

HEXABD479
Decimal171212121
Binary10101011110101001111001
Octal253324171

Shades and tints

Shades of #ABD479

#ABD479
(171,212,121)
#9CC16E
(156,193,110)
#8DAE63
(141,174,99)
#7E9B58
(126,155,88)
#6F884D
(111,136,77)
#607542
(96,117,66)
#516237
(81,98,55)
#424F2C
(66,79,44)
#333C21
(51,60,33)
#242916
(36,41,22)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #ABD479

#ABD479
(171,212,121)
#B2D785
(178,215,133)
#B9DA91
(185,218,145)
#C0DD9D
(192,221,157)
#C7E0A9
(199,224,169)
#CEE3B5
(206,227,181)
#D5E6C1
(213,230,193)
#DCE9CD
(220,233,205)
#E3ECD9
(227,236,217)
#EAEFE5
(234,239,229)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD479 color. Also use rgb(171,212,121) instead hex code.

Text Font Color

.myTextColor { color: #ABD479; }

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

This text font color is #ABD479.


Background Color

.myBgColor { background-color: #ABD479; }

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

This div background color is #ABD479.


Border color

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

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

This div border color is #ABD479.


Opacity

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

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

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

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

This text has shadow with #ABD479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD479 on black background.


Color preview on white background

This text has color #ABD479 on white background.



Black color preview on #ABD479 background

This text has black color on #ABD479 background.


White color preview on #ABD479 background

This text has white color on #ABD479 background.