COLOR #84C68A

HEX: #84C68A RGB: (132,198,138)

Color info

#84C68A contains mainly green color. Web safe color of #84C68A is #99CC99 (or #9C9).

RGB color model

#84C68A color RGB value is (132,198,138).

RGB: (132,198,138) (52%, 78%, 54%)

RGB channels and saturation

R 132 of 255 = 52%
G 198 of 255 = 78%
B 138 of 255 = 54%

132
198
138

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

Portions of RGB colors in percentages

R + G + B = 132 + 198 + 138 = 468 (100%)
R 132 of 468 ~ 28.21%
G 198 of 468 ~ 42.31%
B 138 of 468 ~ 29.49'%

%28.21
%42.31
%29.49

CMYK color model

#84C68A color CMYK value is (33,0,30,22).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 22.35%

CMYK: (33,0,30,22)
C33M0Y30K22 (33%, 0%, 30%, 22%)
(0.33 / 0.00 / 0.30 / 0.22)

CMYK percentages

%33.33
%0
%30.3
%22.35

Codes

Color #84C68A in popluar color models

84 C6 8A
RGB 132 198 138
HSL 125° 36.67% 64.71%
HSB/HSV 125° 33.33% 77.65%
CMYK 33.33% 0.00% 30.30%
22.35%

Color #84C68A in popluar number systems.

HEX 84 C6 8A
Decimal 132 198 138
Binary 10000100 11000110 10001010
Octal 204 306 212

Shades and tints

Shades of #84C68A

#84C68A
(132,198,138)
#78B47E
(120,180,126)
#6CA272
(108,162,114)
#609066
(96,144,102)
#547E5A
(84,126,90)
#486C4E
(72,108,78)
#3C5A42
(60,90,66)
#304836
(48,72,54)
#24362A
(36,54,42)
#18241E
(24,36,30)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #84C68A

#84C68A
(132,198,138)
#8FCB94
(143,203,148)
#9AD09E
(154,208,158)
#A5D5A8
(165,213,168)
#B0DAB2
(176,218,178)
#BBDFBC
(187,223,188)
#C6E4C6
(198,228,198)
#D1E9D0
(209,233,208)
#DCEEDA
(220,238,218)
#E7F3E4
(231,243,228)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C68A color. Also use rgb(132,198,138) instead hex code.

Text Font Color

.myTextColor { color: #84C68A; }

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

This text font color is #84C68A.

Background Color

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

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

This div background color is #84C68A.

Border color

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

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

This div border color is #84C68A.

Opacity

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

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

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

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

This text has shadow with #84C68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C68A.

Preview

Color preview on black background

This text has color #84C68A on black background.


Color preview on white background

This text has color #84C68A on white background.


Black color preview on #84C68A background

This text has black color on #84C68A background.


White color preview on #84C68A background

This text has white color on #84C68A background.


Related colors

Complementary color

Complementary color for #hex is #7B3975.


I love getcolorcode.com

Triadic colors

1 #8A84C6 and #C68A84 with #84C68A are triadic colors.

2 #8AC684 and #C6848A with #84C68A are triadic colors.