COLOR #87B22A

HEX: #87B22A
RGB: (135,178,42)

Color info

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

RGB color model

#87B22A color RGB value is (135,178,42).

  • red value is 135;
  • green value is 178;
  • blue value is 42.
RGB:
(135,178,42)
(53%,70%,16%)

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 42 of 255 = 16%

135
178
42

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

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 42 = 355 (100%)
R 135 of 355 ~ 38.03%
G 178 of 355 ~ 50.14%
B 42 of 355 ~ 11.83%

%38.03
%50.14
%11.83

CMYK color model

#87B22A color CMYK value is (24,0,76,30).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 76.40%
  • key color value is 30.20%
CMYK:
(24,0,76,30)
C24M0Y76K30 
(24%,0%,76%,30%)
(0.24/0.00/0.76/0.30)	

CMYK percentages

%24.16
%0
%76.4
%30.2

Codes

Color #87B22A in popluar color models

87B22A
RGB13517842
HSL79°61.82%43.14%
HSB/HSV79°76.40%69.80%
CMYK24.16%0.00%76.40%
30.20%

Color #87B22A in popluar number systems.

HEX87B22A
Decimal13517842
Binary1000011110110010101010
Octal20726252

Shades and tints

Shades of #87B22A

#87B22A
(135,178,42)
#7BA227
(123,162,39)
#6F9224
(111,146,36)
#638221
(99,130,33)
#57721E
(87,114,30)
#4B621B
(75,98,27)
#3F5218
(63,82,24)
#334215
(51,66,21)
#273212
(39,50,18)
#1B220F
(27,34,15)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #87B22A

#87B22A
(135,178,42)
#91B93D
(145,185,61)
#9BC050
(155,192,80)
#A5C763
(165,199,99)
#AFCE76
(175,206,118)
#B9D589
(185,213,137)
#C3DC9C
(195,220,156)
#CDE3AF
(205,227,175)
#D7EAC2
(215,234,194)
#E1F1D5
(225,241,213)
#EBF8E8
(235,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B22A color. Also use rgb(135,178,42) instead hex code.

Text Font Color

.myTextColor { color: #87B22A; }

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

This text font color is #87B22A.


Background Color

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

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

This div background color is #87B22A.


Border color

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

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

This div border color is #87B22A.


Opacity

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

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

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

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

This text has shadow with #87B22A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B22A on black background.


Color preview on white background

This text has color #87B22A on white background.



Black color preview on #87B22A background

This text has black color on #87B22A background.


White color preview on #87B22A background

This text has white color on #87B22A background.