COLOR #93E994

HEX: #93E994
RGB: (147,233,148)

Color info

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

RGB color model

#93E994 color RGB value is (147,233,148).

  • red value is 147;
  • green value is 233;
  • blue value is 148.
RGB:
(147,233,148)
(58%,91%,58%)

RGB channels and saturation

R 147 of 255 = 58%
G 233 of 255 = 91%
B 148 of 255 = 58%

147
233
148

R + G + B ~ 69%. #93E994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 233 + 148 = 528 (100%)
R 147 of 528 ~ 27.84%
G 233 of 528 ~ 44.13%
B 148 of 528 ~ 28.03%

%27.84
%44.13
%28.03

CMYK color model

#93E994 color CMYK value is (37,0,36,9).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 36.48%
  • key color value is 8.63%
CMYK:
(37,0,36,9)
C37M0Y36K9 
(37%,0%,36%,9%)
(0.37/0.00/0.36/0.09)	

CMYK percentages

%36.91
%0
%36.48
%8.63

Codes

Color #93E994 in popluar color models

93E994
RGB147233148
HSL121°66.15%74.51%
HSB/HSV121°36.91%91.37%
CMYK36.91%0.00%36.48%
8.63%

Color #93E994 in popluar number systems.

HEX93E994
Decimal147233148
Binary100100111110100110010100
Octal223351224

Shades and tints

Shades of #93E994

#93E994
(147,233,148)
#86D487
(134,212,135)
#79BF7A
(121,191,122)
#6CAA6D
(108,170,109)
#5F9560
(95,149,96)
#528053
(82,128,83)
#456B46
(69,107,70)
#385639
(56,86,57)
#2B412C
(43,65,44)
#1E2C1F
(30,44,31)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #93E994

#93E994
(147,233,148)
#9CEB9D
(156,235,157)
#A5EDA6
(165,237,166)
#AEEFAF
(174,239,175)
#B7F1B8
(183,241,184)
#C0F3C1
(192,243,193)
#C9F5CA
(201,245,202)
#D2F7D3
(210,247,211)
#DBF9DC
(219,249,220)
#E4FBE5
(228,251,229)
#EDFDEE
(237,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E994 color. Also use rgb(147,233,148) instead hex code.

Text Font Color

.myTextColor { color: #93E994; }

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

This text font color is #93E994.


Background Color

.myBgColor { background-color: #93E994; }

<div style="background-color:#93E994">Inner text</div>

This div background color is #93E994.


Border color

.myBorderColor { border: 1px solid #93E994; }

<div style="border:3px solid #93E994">Div</div>

This div border color is #93E994.


Opacity

.myOpacity80 { color: #93E994; opacity: 0.8; }

<p style="color:#93E994;opacity:0.8;">80%</p>

Text with #93E994 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 #93E994;}

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

This text has shadow with #93E994 color.

.textShadow {text-shadow: 3px 3px 1px #93E994, 3px 3px 1px red;}

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

This text has shadow with #93E994 primary color and red secondary color.


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

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

This text has shadow with #93E994 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E994 on black background.


Color preview on white background

This text has color #93E994 on white background.



Black color preview on #93E994 background

This text has black color on #93E994 background.


White color preview on #93E994 background

This text has white color on #93E994 background.