COLOR #ABD480

HEX: #ABD480
RGB: (171,212,128)

Color info

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

RGB color model

#ABD480 color RGB value is (171,212,128).

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

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 128 of 255 = 50%

171
212
128

R + G + B ~ 67%. #ABD480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 212 + 128 = 511 (100%)
R 171 of 511 ~ 33.46%
G 212 of 511 ~ 41.49%
B 128 of 511 ~ 25.05%

%33.46
%41.49
%25.05

CMYK color model

#ABD480 color CMYK value is (19,0,40,17).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(19,0,40,17)
C19M0Y40K17 
(19%,0%,40%,17%)
(0.19/0.00/0.40/0.17)	

CMYK percentages

%19.34
%0
%39.62
%16.86

Codes

Color #ABD480 in popluar color models

ABD480
RGB171212128
HSL89°49.41%66.67%
HSB/HSV89°39.62%83.14%
CMYK19.34%0.00%39.62%
16.86%

Color #ABD480 in popluar number systems.

HEXABD480
Decimal171212128
Binary101010111101010010000000
Octal253324200

Shades and tints

Shades of #ABD480

#ABD480
(171,212,128)
#9CC175
(156,193,117)
#8DAE6A
(141,174,106)
#7E9B5F
(126,155,95)
#6F8854
(111,136,84)
#607549
(96,117,73)
#51623E
(81,98,62)
#424F33
(66,79,51)
#333C28
(51,60,40)
#24291D
(36,41,29)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABD480

#ABD480
(171,212,128)
#B2D78B
(178,215,139)
#B9DA96
(185,218,150)
#C0DDA1
(192,221,161)
#C7E0AC
(199,224,172)
#CEE3B7
(206,227,183)
#D5E6C2
(213,230,194)
#DCE9CD
(220,233,205)
#E3ECD8
(227,236,216)
#EAEFE3
(234,239,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD480; }

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

This text font color is #ABD480.


Background Color

.myBgColor { background-color: #ABD480; }

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

This div background color is #ABD480.


Border color

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

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

This div border color is #ABD480.


Opacity

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

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

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

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

This text has shadow with #ABD480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD480 on black background.


Color preview on white background

This text has color #ABD480 on white background.



Black color preview on #ABD480 background

This text has black color on #ABD480 background.


White color preview on #ABD480 background

This text has white color on #ABD480 background.