COLOR #93EE9A

HEX: #93EE9A
RGB: (147,238,154)

Color info

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

RGB color model

#93EE9A color RGB value is (147,238,154).

  • red value is 147;
  • green value is 238;
  • blue value is 154.
RGB:
(147,238,154)
(58%,93%,60%)

RGB channels and saturation

R 147 of 255 = 58%
G 238 of 255 = 93%
B 154 of 255 = 60%

147
238
154

R + G + B ~ 70%. #93EE9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 238 + 154 = 539 (100%)
R 147 of 539 ~ 27.27%
G 238 of 539 ~ 44.16%
B 154 of 539 ~ 28.57%

%27.27
%44.16
%28.57

CMYK color model

#93EE9A color CMYK value is (38,0,35,7).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 6.67%
CMYK:
(38,0,35,7)
C38M0Y35K7 
(38%,0%,35%,7%)
(0.38/0.00/0.35/0.07)	

CMYK percentages

%38.24
%0
%35.29
%6.67

Codes

Color #93EE9A in popluar color models

93EE9A
RGB147238154
HSL125°72.80%75.49%
HSB/HSV125°38.24%93.33%
CMYK38.24%0.00%35.29%
6.67%

Color #93EE9A in popluar number systems.

HEX93EE9A
Decimal147238154
Binary100100111110111010011010
Octal223356232

Shades and tints

Shades of #93EE9A

#93EE9A
(147,238,154)
#86D98C
(134,217,140)
#79C47E
(121,196,126)
#6CAF70
(108,175,112)
#5F9A62
(95,154,98)
#528554
(82,133,84)
#457046
(69,112,70)
#385B38
(56,91,56)
#2B462A
(43,70,42)
#1E311C
(30,49,28)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #93EE9A

#93EE9A
(147,238,154)
#9CEFA3
(156,239,163)
#A5F0AC
(165,240,172)
#AEF1B5
(174,241,181)
#B7F2BE
(183,242,190)
#C0F3C7
(192,243,199)
#C9F4D0
(201,244,208)
#D2F5D9
(210,245,217)
#DBF6E2
(219,246,226)
#E4F7EB
(228,247,235)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93EE9A color. Also use rgb(147,238,154) instead hex code.

Text Font Color

.myTextColor { color: #93EE9A; }

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

This text font color is #93EE9A.


Background Color

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

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

This div background color is #93EE9A.


Border color

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

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

This div border color is #93EE9A.


Opacity

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

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

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

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

This text has shadow with #93EE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EE9A on black background.


Color preview on white background

This text has color #93EE9A on white background.



Black color preview on #93EE9A background

This text has black color on #93EE9A background.


White color preview on #93EE9A background

This text has white color on #93EE9A background.