COLOR #84D094

HEX: #84D094
RGB: (132,208,148)

Color info

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

RGB color model

#84D094 color RGB value is (132,208,148).

  • red value is 132;
  • green value is 208;
  • blue value is 148.
RGB:
(132,208,148)
(52%,82%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 208 of 255 = 82%
B 148 of 255 = 58%

132
208
148

R + G + B ~ 64%. #84D094 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 208 + 148 = 488 (100%)
R 132 of 488 ~ 27.05%
G 208 of 488 ~ 42.62%
B 148 of 488 ~ 30.33%

%27.05
%42.62
%30.33

CMYK color model

#84D094 color CMYK value is (37,0,29,18).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 18.43%
CMYK:
(37,0,29,18)
C37M0Y29K18 
(37%,0%,29%,18%)
(0.37/0.00/0.29/0.18)	

CMYK percentages

%36.54
%0
%28.85
%18.43

Codes

Color #84D094 in popluar color models

84D094
RGB132208148
HSL133°44.71%66.67%
HSB/HSV133°36.54%81.57%
CMYK36.54%0.00%28.85%
18.43%

Color #84D094 in popluar number systems.

HEX84D094
Decimal132208148
Binary100001001101000010010100
Octal204320224

Shades and tints

Shades of #84D094

#84D094
(132,208,148)
#78BE87
(120,190,135)
#6CAC7A
(108,172,122)
#609A6D
(96,154,109)
#548860
(84,136,96)
#487653
(72,118,83)
#3C6446
(60,100,70)
#305239
(48,82,57)
#24402C
(36,64,44)
#182E1F
(24,46,31)
#0C1C12
(12,28,18)
#000000
(0,0,0)

Tints of #84D094

#84D094
(132,208,148)
#8FD49D
(143,212,157)
#9AD8A6
(154,216,166)
#A5DCAF
(165,220,175)
#B0E0B8
(176,224,184)
#BBE4C1
(187,228,193)
#C6E8CA
(198,232,202)
#D1ECD3
(209,236,211)
#DCF0DC
(220,240,220)
#E7F4E5
(231,244,229)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D094 color. Also use rgb(132,208,148) instead hex code.

Text Font Color

.myTextColor { color: #84D094; }

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

This text font color is #84D094.


Background Color

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

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

This div background color is #84D094.


Border color

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

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

This div border color is #84D094.


Opacity

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

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

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

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

This text has shadow with #84D094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D094 on black background.


Color preview on white background

This text has color #84D094 on white background.



Black color preview on #84D094 background

This text has black color on #84D094 background.


White color preview on #84D094 background

This text has white color on #84D094 background.