COLOR #93E696

HEX: #93E696
RGB: (147,230,150)

Color info

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

RGB color model

#93E696 color RGB value is (147,230,150).

  • red value is 147;
  • green value is 230;
  • blue value is 150.
RGB:
(147,230,150)
(58%,90%,59%)

RGB channels and saturation

R 147 of 255 = 58%
G 230 of 255 = 90%
B 150 of 255 = 59%

147
230
150

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

Portions of RGB colors in percentages

R + G + B =
147 + 230 + 150 = 527 (100%)
R 147 of 527 ~ 27.89%
G 230 of 527 ~ 43.64%
B 150 of 527 ~ 28.46%

%27.89
%43.64
%28.46

CMYK color model

#93E696 color CMYK value is (36,0,35,10).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK:
(36,0,35,10)
C36M0Y35K10 
(36%,0%,35%,10%)
(0.36/0.00/0.35/0.10)	

CMYK percentages

%36.09
%0
%34.78
%9.8

Codes

Color #93E696 in popluar color models

93E696
RGB147230150
HSL122°62.41%73.92%
HSB/HSV122°36.09%90.20%
CMYK36.09%0.00%34.78%
9.80%

Color #93E696 in popluar number systems.

HEX93E696
Decimal147230150
Binary100100111110011010010110
Octal223346226

Shades and tints

Shades of #93E696

#93E696
(147,230,150)
#86D289
(134,210,137)
#79BE7C
(121,190,124)
#6CAA6F
(108,170,111)
#5F9662
(95,150,98)
#528255
(82,130,85)
#456E48
(69,110,72)
#385A3B
(56,90,59)
#2B462E
(43,70,46)
#1E3221
(30,50,33)
#111E14
(17,30,20)
#000000
(0,0,0)

Tints of #93E696

#93E696
(147,230,150)
#9CE89F
(156,232,159)
#A5EAA8
(165,234,168)
#AEECB1
(174,236,177)
#B7EEBA
(183,238,186)
#C0F0C3
(192,240,195)
#C9F2CC
(201,242,204)
#D2F4D5
(210,244,213)
#DBF6DE
(219,246,222)
#E4F8E7
(228,248,231)
#EDFAF0
(237,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E696 color. Also use rgb(147,230,150) instead hex code.

Text Font Color

.myTextColor { color: #93E696; }

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

This text font color is #93E696.


Background Color

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

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

This div background color is #93E696.


Border color

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

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

This div border color is #93E696.


Opacity

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

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

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

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

This text has shadow with #93E696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E696 on black background.


Color preview on white background

This text has color #93E696 on white background.



Black color preview on #93E696 background

This text has black color on #93E696 background.


White color preview on #93E696 background

This text has white color on #93E696 background.