COLOR #93EF92

HEX: #93EF92
RGB: (147,239,146)

Color info

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

RGB color model

#93EF92 color RGB value is (147,239,146).

  • red value is 147;
  • green value is 239;
  • blue value is 146.
RGB:
(147,239,146)
(58%,94%,57%)

RGB channels and saturation

R 147 of 255 = 58%
G 239 of 255 = 94%
B 146 of 255 = 57%

147
239
146

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

Portions of RGB colors in percentages

R + G + B =
147 + 239 + 146 = 532 (100%)
R 147 of 532 ~ 27.63%
G 239 of 532 ~ 44.92%
B 146 of 532 ~ 27.44%

%27.63
%44.92
%27.44

CMYK color model

#93EF92 color CMYK value is (38,0,39,6).

  • cyan value is 38.49%
  • magenta value is 0.00%
  • yellow value is 38.91%
  • key color value is 6.27%
CMYK:
(38,0,39,6)
C38M0Y39K6 
(38%,0%,39%,6%)
(0.38/0.00/0.39/0.06)	

CMYK percentages

%38.49
%0
%38.91
%6.27

Codes

Color #93EF92 in popluar color models

93EF92
RGB147239146
HSL119°74.40%75.49%
HSB/HSV119°38.91%93.73%
CMYK38.49%0.00%38.91%
6.27%

Color #93EF92 in popluar number systems.

HEX93EF92
Decimal147239146
Binary100100111110111110010010
Octal223357222

Shades and tints

Shades of #93EF92

#93EF92
(147,239,146)
#86DA85
(134,218,133)
#79C578
(121,197,120)
#6CB06B
(108,176,107)
#5F9B5E
(95,155,94)
#528651
(82,134,81)
#457144
(69,113,68)
#385C37
(56,92,55)
#2B472A
(43,71,42)
#1E321D
(30,50,29)
#111D10
(17,29,16)
#000000
(0,0,0)

Tints of #93EF92

#93EF92
(147,239,146)
#9CF09B
(156,240,155)
#A5F1A4
(165,241,164)
#AEF2AD
(174,242,173)
#B7F3B6
(183,243,182)
#C0F4BF
(192,244,191)
#C9F5C8
(201,245,200)
#D2F6D1
(210,246,209)
#DBF7DA
(219,247,218)
#E4F8E3
(228,248,227)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93EF92 color. Also use rgb(147,239,146) instead hex code.

Text Font Color

.myTextColor { color: #93EF92; }

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

This text font color is #93EF92.


Background Color

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

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

This div background color is #93EF92.


Border color

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

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

This div border color is #93EF92.


Opacity

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

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

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

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

This text has shadow with #93EF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EF92 on black background.


Color preview on white background

This text has color #93EF92 on white background.



Black color preview on #93EF92 background

This text has black color on #93EF92 background.


White color preview on #93EF92 background

This text has white color on #93EF92 background.