COLOR #84E98A

HEX: #84E98A RGB: (132,233,138)

Color info

#84E98A contains mainly green color. Web safe color of #84E98A is #99FF99 (or #9F9).

RGB color model

#84E98A color RGB value is (132,233,138).

RGB: (132,233,138) (52%, 91%, 54%)

RGB channels and saturation

R 132 of 255 = 52%
G 233 of 255 = 91%
B 138 of 255 = 54%

132
233
138

R + G + B ~ 66%. #84E98A is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 233 + 138 = 503 (100%)
R 132 of 503 ~ 26.24%
G 233 of 503 ~ 46.32%
B 138 of 503 ~ 27.44'%

%26.24
%46.32
%27.44

CMYK color model

#84E98A color CMYK value is (43,0,41,9).

  • cyan value is 43.35%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 8.63%

CMYK: (43,0,41,9)
C43M0Y41K9 (43%, 0%, 41%, 9%)
(0.43 / 0.00 / 0.41 / 0.09)

CMYK percentages

%43.35
%0
%40.77
%8.63

Codes

Color #84E98A in popluar color models

84 E9 8A
RGB 132 233 138
HSL 124° 69.66% 71.57%
HSB/HSV 124° 43.35% 91.37%
CMYK 43.35% 0.00% 40.77%
8.63%

Color #84E98A in popluar number systems.

HEX 84 E9 8A
Decimal 132 233 138
Binary 10000100 11101001 10001010
Octal 204 351 212

Shades and tints

Shades of #84E98A

#84E98A
(132,233,138)
#78D47E
(120,212,126)
#6CBF72
(108,191,114)
#60AA66
(96,170,102)
#54955A
(84,149,90)
#48804E
(72,128,78)
#3C6B42
(60,107,66)
#305636
(48,86,54)
#24412A
(36,65,42)
#182C1E
(24,44,30)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #84E98A

#84E98A
(132,233,138)
#8FEB94
(143,235,148)
#9AED9E
(154,237,158)
#A5EFA8
(165,239,168)
#B0F1B2
(176,241,178)
#BBF3BC
(187,243,188)
#C6F5C6
(198,245,198)
#D1F7D0
(209,247,208)
#DCF9DA
(220,249,218)
#E7FBE4
(231,251,228)
#F2FDEE
(242,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E98A; }

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

This text font color is #84E98A.

Background Color

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

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

This div background color is #84E98A.

Border color

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

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

This div border color is #84E98A.

Opacity

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

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

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

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

This text has shadow with #84E98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84E98A.

Preview

Color preview on black background

This text has color #84E98A on black background.


Color preview on white background

This text has color #84E98A on white background.


Black color preview on #84E98A background

This text has black color on #84E98A background.


White color preview on #84E98A background

This text has white color on #84E98A background.


Related colors

Complementary color

Complementary color for #hex is #7B1675.


I love getcolorcode.com

Triadic colors

1 #8A84E9 and #E98A84 with #84E98A are triadic colors.

2 #8AE984 and #E9848A with #84E98A are triadic colors.