COLOR #ABC76D

HEX: #ABC76D
RGB: (171,199,109)

Color info

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

RGB color model

#ABC76D color RGB value is (171,199,109).

  • red value is 171;
  • green value is 199;
  • blue value is 109.
RGB:
(171,199,109)
(67%,78%,43%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 109 of 255 = 43%

171
199
109

R + G + B ~ 63%. #ABC76D is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 199 + 109 = 479 (100%)
R 171 of 479 ~ 35.7%
G 199 of 479 ~ 41.54%
B 109 of 479 ~ 22.76%

%35.7
%41.54
%22.76

CMYK color model

#ABC76D color CMYK value is (14,0,45,22).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 45.23%
  • key color value is 21.96%
CMYK:
(14,0,45,22)
C14M0Y45K22 
(14%,0%,45%,22%)
(0.14/0.00/0.45/0.22)	

CMYK percentages

%14.07
%0
%45.23
%21.96

Codes

Color #ABC76D in popluar color models

ABC76D
RGB171199109
HSL79°44.55%60.39%
HSB/HSV79°45.23%78.04%
CMYK14.07%0.00%45.23%
21.96%

Color #ABC76D in popluar number systems.

HEXABC76D
Decimal171199109
Binary10101011110001111101101
Octal253307155

Shades and tints

Shades of #ABC76D

#ABC76D
(171,199,109)
#9CB564
(156,181,100)
#8DA35B
(141,163,91)
#7E9152
(126,145,82)
#6F7F49
(111,127,73)
#606D40
(96,109,64)
#515B37
(81,91,55)
#42492E
(66,73,46)
#333725
(51,55,37)
#24251C
(36,37,28)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABC76D

#ABC76D
(171,199,109)
#B2CC7A
(178,204,122)
#B9D187
(185,209,135)
#C0D694
(192,214,148)
#C7DBA1
(199,219,161)
#CEE0AE
(206,224,174)
#D5E5BB
(213,229,187)
#DCEAC8
(220,234,200)
#E3EFD5
(227,239,213)
#EAF4E2
(234,244,226)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC76D color. Also use rgb(171,199,109) instead hex code.

Text Font Color

.myTextColor { color: #ABC76D; }

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

This text font color is #ABC76D.


Background Color

.myBgColor { background-color: #ABC76D; }

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

This div background color is #ABC76D.


Border color

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

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

This div border color is #ABC76D.


Opacity

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

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

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

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

This text has shadow with #ABC76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC76D on black background.


Color preview on white background

This text has color #ABC76D on white background.



Black color preview on #ABC76D background

This text has black color on #ABC76D background.


White color preview on #ABC76D background

This text has white color on #ABC76D background.