COLOR #ABC45C

HEX: #ABC45C
RGB: (171,196,92)

Color info

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

RGB color model

#ABC45C color RGB value is (171,196,92).

  • red value is 171;
  • green value is 196;
  • blue value is 92.
RGB:
(171,196,92)
(67%,77%,36%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 92 of 255 = 36%

171
196
92

R + G + B ~ 60%. #ABC45C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 196 + 92 = 459 (100%)
R 171 of 459 ~ 37.25%
G 196 of 459 ~ 42.7%
B 92 of 459 ~ 20.04%

%37.25
%42.7
%20.04

CMYK color model

#ABC45C color CMYK value is (13,0,53,23).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 23.14%
CMYK:
(13,0,53,23)
C13M0Y53K23 
(13%,0%,53%,23%)
(0.13/0.00/0.53/0.23)	

CMYK percentages

%12.76
%0
%53.06
%23.14

Codes

Color #ABC45C in popluar color models

ABC45C
RGB17119692
HSL74°46.85%56.47%
HSB/HSV74°53.06%76.86%
CMYK12.76%0.00%53.06%
23.14%

Color #ABC45C in popluar number systems.

HEXABC45C
Decimal17119692
Binary10101011110001001011100
Octal253304134

Shades and tints

Shades of #ABC45C

#ABC45C
(171,196,92)
#9CB354
(156,179,84)
#8DA24C
(141,162,76)
#7E9144
(126,145,68)
#6F803C
(111,128,60)
#606F34
(96,111,52)
#515E2C
(81,94,44)
#424D24
(66,77,36)
#333C1C
(51,60,28)
#242B14
(36,43,20)
#151A0C
(21,26,12)
#000000
(0,0,0)

Tints of #ABC45C

#ABC45C
(171,196,92)
#B2C96A
(178,201,106)
#B9CE78
(185,206,120)
#C0D386
(192,211,134)
#C7D894
(199,216,148)
#CEDDA2
(206,221,162)
#D5E2B0
(213,226,176)
#DCE7BE
(220,231,190)
#E3ECCC
(227,236,204)
#EAF1DA
(234,241,218)
#F1F6E8
(241,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC45C color. Also use rgb(171,196,92) instead hex code.

Text Font Color

.myTextColor { color: #ABC45C; }

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

This text font color is #ABC45C.


Background Color

.myBgColor { background-color: #ABC45C; }

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

This div background color is #ABC45C.


Border color

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

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

This div border color is #ABC45C.


Opacity

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

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

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

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

This text has shadow with #ABC45C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC45C on black background.


Color preview on white background

This text has color #ABC45C on white background.



Black color preview on #ABC45C background

This text has black color on #ABC45C background.


White color preview on #ABC45C background

This text has white color on #ABC45C background.