COLOR #84C36A

HEX: #84C36A
RGB: (132,195,106)

Color info

#84C36A contains mainly green color. Web safe color of #84C36A is #99CC66 (or #9C6).

RGB color model

#84C36A color RGB value is (132,195,106).

  • red value is 132;
  • green value is 195;
  • blue value is 106.
RGB:
(132,195,106)
(52%,76%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 195 of 255 = 76%
B 106 of 255 = 42%

132
195
106

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

Portions of RGB colors in percentages

R + G + B =
132 + 195 + 106 = 433 (100%)
R 132 of 433 ~ 30.48%
G 195 of 433 ~ 45.03%
B 106 of 433 ~ 24.48%

%30.48
%45.03
%24.48

CMYK color model

#84C36A color CMYK value is (32,0,46,24).

  • cyan value is 32.31%
  • magenta value is 0.00%
  • yellow value is 45.64%
  • key color value is 23.53%
CMYK:
(32,0,46,24)
C32M0Y46K24 
(32%,0%,46%,24%)
(0.32/0.00/0.46/0.24)	

CMYK percentages

%32.31
%0
%45.64
%23.53

Codes

Color #84C36A in popluar color models

84C36A
RGB132195106
HSL102°42.58%59.02%
HSB/HSV102°45.64%76.47%
CMYK32.31%0.00%45.64%
23.53%

Color #84C36A in popluar number systems.

HEX84C36A
Decimal132195106
Binary10000100110000111101010
Octal204303152

Shades and tints

Shades of #84C36A

#84C36A
(132,195,106)
#78B261
(120,178,97)
#6CA158
(108,161,88)
#60904F
(96,144,79)
#547F46
(84,127,70)
#486E3D
(72,110,61)
#3C5D34
(60,93,52)
#304C2B
(48,76,43)
#243B22
(36,59,34)
#182A19
(24,42,25)
#0C1910
(12,25,16)
#000000
(0,0,0)

Tints of #84C36A

#84C36A
(132,195,106)
#8FC877
(143,200,119)
#9ACD84
(154,205,132)
#A5D291
(165,210,145)
#B0D79E
(176,215,158)
#BBDCAB
(187,220,171)
#C6E1B8
(198,225,184)
#D1E6C5
(209,230,197)
#DCEBD2
(220,235,210)
#E7F0DF
(231,240,223)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C36A color. Also use rgb(132,195,106) instead hex code.

Text Font Color

.myTextColor { color: #84C36A; }

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

This text font color is #84C36A.


Background Color

.myBgColor { background-color: #84C36A; }

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

This div background color is #84C36A.


Border color

.myBorderColor { border: 1px solid #84C36A; }

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

This div border color is #84C36A.


Opacity

.myOpacity80 { color: #84C36A; opacity: 0.8; }

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

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

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

This text has shadow with #84C36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C36A on black background.


Color preview on white background

This text has color #84C36A on white background.



Black color preview on #84C36A background

This text has black color on #84C36A background.


White color preview on #84C36A background

This text has white color on #84C36A background.