COLOR #93E812

HEX: #93E812
RGB: (147,232,18)

Color info

#93E812 contains mainly green color. Web safe color of #93E812 is #99FF00 (or #9F0).

RGB color model

#93E812 color RGB value is (147,232,18).

  • red value is 147;
  • green value is 232;
  • blue value is 18.
RGB:
(147,232,18)
(58%,91%,7%)

RGB channels and saturation

R 147 of 255 = 58%
G 232 of 255 = 91%
B 18 of 255 = 7%

147
232
18

R + G + B ~ 52%. #93E812 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 232 + 18 = 397 (100%)
R 147 of 397 ~ 37.03%
G 232 of 397 ~ 58.44%
B 18 of 397 ~ 4.53%

%37.03
%58.44

CMYK color model

#93E812 color CMYK value is (37,0,92,9).

  • cyan value is 36.64%
  • magenta value is 0.00%
  • yellow value is 92.24%
  • key color value is 9.02%
CMYK:
(37,0,92,9)
C37M0Y92K9 
(37%,0%,92%,9%)
(0.37/0.00/0.92/0.09)	

CMYK percentages

%36.64
%0
%92.24
%9.02

Codes

Color #93E812 in popluar color models

93E812
RGB14723218
HSL84°85.60%49.02%
HSB/HSV84°92.24%90.98%
CMYK36.64%0.00%92.24%
9.02%

Color #93E812 in popluar number systems.

HEX93E812
Decimal14723218
Binary100100111110100010010
Octal22335022

Shades and tints

Shades of #93E812

#93E812
(147,232,18)
#86D311
(134,211,17)
#79BE10
(121,190,16)
#6CA90F
(108,169,15)
#5F940E
(95,148,14)
#527F0D
(82,127,13)
#456A0C
(69,106,12)
#38550B
(56,85,11)
#2B400A
(43,64,10)
#1E2B09
(30,43,9)
#111608
(17,22,8)
#000000
(0,0,0)

Tints of #93E812

#93E812
(147,232,18)
#9CEA27
(156,234,39)
#A5EC3C
(165,236,60)
#AEEE51
(174,238,81)
#B7F066
(183,240,102)
#C0F27B
(192,242,123)
#C9F490
(201,244,144)
#D2F6A5
(210,246,165)
#DBF8BA
(219,248,186)
#E4FACF
(228,250,207)
#EDFCE4
(237,252,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E812 color. Also use rgb(147,232,18) instead hex code.

Text Font Color

.myTextColor { color: #93E812; }

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

This text font color is #93E812.


Background Color

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

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

This div background color is #93E812.


Border color

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

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

This div border color is #93E812.


Opacity

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

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

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

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

This text has shadow with #93E812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E812 on black background.


Color preview on white background

This text has color #93E812 on white background.



Black color preview on #93E812 background

This text has black color on #93E812 background.


White color preview on #93E812 background

This text has white color on #93E812 background.