COLOR #ABC845

HEX: #ABC845
RGB: (171,200,69)

Color info

#ABC845 contains mainly red and green colors. Web safe color of #ABC845 is #99CC33 (or #9C3).

RGB color model

#ABC845 color RGB value is (171,200,69).

  • red value is 171;
  • green value is 200;
  • blue value is 69.
RGB:
(171,200,69)
(67%,78%,27%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 69 of 255 = 27%

171
200
69

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

Portions of RGB colors in percentages

R + G + B =
171 + 200 + 69 = 440 (100%)
R 171 of 440 ~ 38.86%
G 200 of 440 ~ 45.45%
B 69 of 440 ~ 15.68%

%38.86
%45.45
%15.68

CMYK color model

#ABC845 color CMYK value is (15,0,66,22).

  • cyan value is 14.50%
  • magenta value is 0.00%
  • yellow value is 65.50%
  • key color value is 21.57%
CMYK:
(15,0,66,22)
C15M0Y66K22 
(15%,0%,66%,22%)
(0.15/0.00/0.66/0.22)	

CMYK percentages

%14.5
%0
%65.5
%21.57

Codes

Color #ABC845 in popluar color models

ABC845
RGB17120069
HSL73°54.36%52.75%
HSB/HSV73°65.50%78.43%
CMYK14.50%0.00%65.50%
21.57%

Color #ABC845 in popluar number systems.

HEXABC845
Decimal17120069
Binary10101011110010001000101
Octal253310105

Shades and tints

Shades of #ABC845

#ABC845
(171,200,69)
#9CB63F
(156,182,63)
#8DA439
(141,164,57)
#7E9233
(126,146,51)
#6F802D
(111,128,45)
#606E27
(96,110,39)
#515C21
(81,92,33)
#424A1B
(66,74,27)
#333815
(51,56,21)
#24260F
(36,38,15)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #ABC845

#ABC845
(171,200,69)
#B2CD55
(178,205,85)
#B9D265
(185,210,101)
#C0D775
(192,215,117)
#C7DC85
(199,220,133)
#CEE195
(206,225,149)
#D5E6A5
(213,230,165)
#DCEBB5
(220,235,181)
#E3F0C5
(227,240,197)
#EAF5D5
(234,245,213)
#F1FAE5
(241,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC845 color. Also use rgb(171,200,69) instead hex code.

Text Font Color

.myTextColor { color: #ABC845; }

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

This text font color is #ABC845.


Background Color

.myBgColor { background-color: #ABC845; }

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

This div background color is #ABC845.


Border color

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

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

This div border color is #ABC845.


Opacity

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

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

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

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

This text has shadow with #ABC845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC845 on black background.


Color preview on white background

This text has color #ABC845 on white background.



Black color preview on #ABC845 background

This text has black color on #ABC845 background.


White color preview on #ABC845 background

This text has white color on #ABC845 background.