COLOR #ABC561

HEX: #ABC561
RGB: (171,197,97)

Color info

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

RGB color model

#ABC561 color RGB value is (171,197,97).

  • red value is 171;
  • green value is 197;
  • blue value is 97.
RGB:
(171,197,97)
(67%,77%,38%)

RGB channels and saturation

R 171 of 255 = 67%
G 197 of 255 = 77%
B 97 of 255 = 38%

171
197
97

R + G + B ~ 61%. #ABC561 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 197 + 97 = 465 (100%)
R 171 of 465 ~ 36.77%
G 197 of 465 ~ 42.37%
B 97 of 465 ~ 20.86%

%36.77
%42.37
%20.86

CMYK color model

#ABC561 color CMYK value is (13,0,51,23).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 50.76%
  • key color value is 22.75%
CMYK:
(13,0,51,23)
C13M0Y51K23 
(13%,0%,51%,23%)
(0.13/0.00/0.51/0.23)	

CMYK percentages

%13.2
%0
%50.76
%22.75

Codes

Color #ABC561 in popluar color models

ABC561
RGB17119797
HSL76°46.30%57.65%
HSB/HSV76°50.76%77.25%
CMYK13.20%0.00%50.76%
22.75%

Color #ABC561 in popluar number systems.

HEXABC561
Decimal17119797
Binary10101011110001011100001
Octal253305141

Shades and tints

Shades of #ABC561

#ABC561
(171,197,97)
#9CB459
(156,180,89)
#8DA351
(141,163,81)
#7E9249
(126,146,73)
#6F8141
(111,129,65)
#607039
(96,112,57)
#515F31
(81,95,49)
#424E29
(66,78,41)
#333D21
(51,61,33)
#242C19
(36,44,25)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #ABC561

#ABC561
(171,197,97)
#B2CA6F
(178,202,111)
#B9CF7D
(185,207,125)
#C0D48B
(192,212,139)
#C7D999
(199,217,153)
#CEDEA7
(206,222,167)
#D5E3B5
(213,227,181)
#DCE8C3
(220,232,195)
#E3EDD1
(227,237,209)
#EAF2DF
(234,242,223)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC561 color. Also use rgb(171,197,97) instead hex code.

Text Font Color

.myTextColor { color: #ABC561; }

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

This text font color is #ABC561.


Background Color

.myBgColor { background-color: #ABC561; }

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

This div background color is #ABC561.


Border color

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

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

This div border color is #ABC561.


Opacity

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

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

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

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

This text has shadow with #ABC561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC561 on black background.


Color preview on white background

This text has color #ABC561 on white background.



Black color preview on #ABC561 background

This text has black color on #ABC561 background.


White color preview on #ABC561 background

This text has white color on #ABC561 background.