COLOR #87AC4A

HEX: #87AC4A RGB: (135,172,74)

Color info

#87AC4A contains mainly red and green colors. Web safe color of #87AC4A is #999933 (or #993).

RGB color model

#87AC4A color RGB value is (135,172,74).

RGB: (135,172,74) (53%, 67%, 29%)

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 74 of 255 = 29%

135
172
74

R + G + B ~ 50%. #87AC4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 172 + 74 = 381 (100%)
R 135 of 381 ~ 35.43%
G 172 of 381 ~ 45.14%
B 74 of 381 ~ 19.42'%

%35.43
%45.14
%19.42

CMYK color model

#87AC4A color CMYK value is (22,0,57,33).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 56.98%
  • key color value is 32.55%

CMYK: (22,0,57,33)
C22M0Y57K33 (22%, 0%, 57%, 33%)
(0.22 / 0.00 / 0.57 / 0.33)

CMYK percentages

%21.51
%0
%56.98
%32.55

Codes

Color #87AC4A in popluar color models

87 AC 4A
RGB 135 172 74
HSL 83° 39.84% 48.24%
HSB/HSV 83° 56.98% 67.45%
CMYK 21.51% 0.00% 56.98%
32.55%

Color #87AC4A in popluar number systems.

HEX 87 AC 4A
Decimal 135 172 74
Binary 10000111 10101100 1001010
Octal 207 254 112

Shades and tints

Shades of #87AC4A

#87AC4A
(135,172,74)
#7B9D44
(123,157,68)
#6F8E3E
(111,142,62)
#637F38
(99,127,56)
#577032
(87,112,50)
#4B612C
(75,97,44)
#3F5226
(63,82,38)
#334320
(51,67,32)
#27341A
(39,52,26)
#1B2514
(27,37,20)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #87AC4A

#87AC4A
(135,172,74)
#91B35A
(145,179,90)
#9BBA6A
(155,186,106)
#A5C17A
(165,193,122)
#AFC88A
(175,200,138)
#B9CF9A
(185,207,154)
#C3D6AA
(195,214,170)
#CDDDBA
(205,221,186)
#D7E4CA
(215,228,202)
#E1EBDA
(225,235,218)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AC4A color. Also use rgb(135,172,74) instead hex code.

Text Font Color

.myTextColor { color: #87AC4A; }

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

This text font color is #87AC4A.

Background Color

.myBgColor { background-color: #87AC4A; }

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

This div background color is #87AC4A.

Border color

.myBorderColor { border: 1px solid #87AC4A; }

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

This div border color is #87AC4A.

Opacity

.myOpacity80 { color: #87AC4A; opacity: 0.8; }

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

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

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

This text has shadow with #87AC4A color.


.textShadow {text-shadow: 3px 3px 1px #87AC4A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87AC4A; -webkit-box-shadow: 1px 1px 3px 2px #87AC4A; box-shadow:1px 1px 3px 2px #87AC4A;">
Div content here
</div>

This div box has shadow with color #87AC4A.

Preview

Color preview on black background

This text has color #87AC4A on black background.


Color preview on white background

This text has color #87AC4A on white background.


Black color preview on #87AC4A background

This text has black color on #87AC4A background.


White color preview on #87AC4A background

This text has white color on #87AC4A background.


Related colors

Complementary color

Complementary color for #hex is #7853B5.


I love getcolorcode.com

Triadic colors

1 #4A87AC and #AC4A87 with #87AC4A are triadic colors.

2 #4AAC87 and #AC874A with #87AC4A are triadic colors.