COLOR #84C174

HEX: #84C174 RGB: (132,193,116)

Color info

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

RGB color model

#84C174 color RGB value is (132,193,116).

RGB: (132,193,116) (52%, 76%, 45%)

RGB channels and saturation

R 132 of 255 = 52%
G 193 of 255 = 76%
B 116 of 255 = 45%

132
193
116

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

Portions of RGB colors in percentages

R + G + B = 132 + 193 + 116 = 441 (100%)
R 132 of 441 ~ 29.93%
G 193 of 441 ~ 43.76%
B 116 of 441 ~ 26.3'%

%29.93
%43.76
%26.3

CMYK color model

#84C174 color CMYK value is (32,0,40,24).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 39.90%
  • key color value is 24.31%
CMYK: (32,0,40,24) C32M0Y40K24 (32%,0%,40%,24%) (0.32/0.00/0.40/0.24) 

CMYK percentages

%31.61
%0
%39.9
%24.31

Codes

Color #84C174 in popluar color models

84 C1 74
RGB 132 193 116
HSL 108° 38.31% 60.59%
HSB/HSV 108° 39.90% 75.69%
CMYK 31.61% 0.00% 39.90%
24.31%

Color #84C174 in popluar number systems.

HEX 84 C1 74
Decimal 132 193 116
Binary 10000100 11000001 1110100
Octal 204 301 164

Shades and tints

Shades of #84C174

#84C174
(132,193,116)
#78B06A
(120,176,106)
#6C9F60
(108,159,96)
#608E56
(96,142,86)
#547D4C
(84,125,76)
#486C42
(72,108,66)
#3C5B38
(60,91,56)
#304A2E
(48,74,46)
#243924
(36,57,36)
#18281A
(24,40,26)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #84C174

#84C174
(132,193,116)
#8FC680
(143,198,128)
#9ACB8C
(154,203,140)
#A5D098
(165,208,152)
#B0D5A4
(176,213,164)
#BBDAB0
(187,218,176)
#C6DFBC
(198,223,188)
#D1E4C8
(209,228,200)
#DCE9D4
(220,233,212)
#E7EEE0
(231,238,224)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C174 color. Also use rgb(132,193,116) instead hex code.

Text Font Color

.myTextColor { color: #84C174; }

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

This text font color is #84C174.

Background Color

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

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

This div background color is #84C174.

Border color

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

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

This div border color is #84C174.

Opacity

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

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

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

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

This text has shadow with #84C174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C174.

Preview

Color preview on black background

This text has color #84C174 on black background.


Color preview on white background

This text has color #84C174 on white background.


Black color preview on #84C174 background

This text has black color on #84C174 background.


White color preview on #84C174 background

This text has white color on #84C174 background.


Related colors

Complementary color

Complementary color for #hex is #7B3E8B.


I love getcolorcode.com

Triadic colors

1 #7484C1 and #C17484 with #84C174 are triadic colors.

2 #74C184 and #C18474 with #84C174 are triadic colors.