COLOR #93E58F

HEX: #93E58F
RGB: (147,229,143)

Color info

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

RGB color model

#93E58F color RGB value is (147,229,143).

  • red value is 147;
  • green value is 229;
  • blue value is 143.
RGB:
(147,229,143)
(58%,90%,56%)

RGB channels and saturation

R 147 of 255 = 58%
G 229 of 255 = 90%
B 143 of 255 = 56%

147
229
143

R + G + B ~ 68%. #93E58F is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 229 + 143 = 519 (100%)
R 147 of 519 ~ 28.32%
G 229 of 519 ~ 44.12%
B 143 of 519 ~ 27.55%

%28.32
%44.12
%27.55

CMYK color model

#93E58F color CMYK value is (36,0,38,10).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 37.55%
  • key color value is 10.20%
CMYK:
(36,0,38,10)
C36M0Y38K10 
(36%,0%,38%,10%)
(0.36/0.00/0.38/0.10)	

CMYK percentages

%35.81
%0
%37.55
%10.2

Codes

Color #93E58F in popluar color models

93E58F
RGB147229143
HSL117°62.32%72.94%
HSB/HSV117°37.55%89.80%
CMYK35.81%0.00%37.55%
10.20%

Color #93E58F in popluar number systems.

HEX93E58F
Decimal147229143
Binary100100111110010110001111
Octal223345217

Shades and tints

Shades of #93E58F

#93E58F
(147,229,143)
#86D182
(134,209,130)
#79BD75
(121,189,117)
#6CA968
(108,169,104)
#5F955B
(95,149,91)
#52814E
(82,129,78)
#456D41
(69,109,65)
#385934
(56,89,52)
#2B4527
(43,69,39)
#1E311A
(30,49,26)
#111D0D
(17,29,13)
#000000
(0,0,0)

Tints of #93E58F

#93E58F
(147,229,143)
#9CE799
(156,231,153)
#A5E9A3
(165,233,163)
#AEEBAD
(174,235,173)
#B7EDB7
(183,237,183)
#C0EFC1
(192,239,193)
#C9F1CB
(201,241,203)
#D2F3D5
(210,243,213)
#DBF5DF
(219,245,223)
#E4F7E9
(228,247,233)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E58F color. Also use rgb(147,229,143) instead hex code.

Text Font Color

.myTextColor { color: #93E58F; }

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

This text font color is #93E58F.


Background Color

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

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

This div background color is #93E58F.


Border color

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

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

This div border color is #93E58F.


Opacity

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

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

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

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

This text has shadow with #93E58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E58F on black background.


Color preview on white background

This text has color #93E58F on white background.



Black color preview on #93E58F background

This text has black color on #93E58F background.


White color preview on #93E58F background

This text has white color on #93E58F background.