COLOR #93E059

HEX: #93E059 RGB: (147,224,89)

Color info

#93E059 contains mainly green color. Web safe color of #93E059 is #99CC66 (or #9C6).

RGB color model

#93E059 color RGB value is (147,224,89).

RGB: (147,224,89) (58%, 88%, 35%)

RGB channels and saturation

R 147 of 255 = 58%
G 224 of 255 = 88%
B 89 of 255 = 35%

147
224
89

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

Portions of RGB colors in percentages

R + G + B = 147 + 224 + 89 = 460 (100%)
R 147 of 460 ~ 31.96%
G 224 of 460 ~ 48.7%
B 89 of 460 ~ 19.35'%

%31.96
%48.7
%19.35

CMYK color model

#93E059 color CMYK value is (34,0,60,12).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 60.27%
  • key color value is 12.16%
CMYK: (34,0,60,12) C34M0Y60K12 (34%,0%,60%,12%) (0.34/0.00/0.60/0.12) 

CMYK percentages

%34.38
%0
%60.27
%12.16

Codes

Color #93E059 in popluar color models

93 E0 59
RGB 147 224 89
HSL 94° 68.53% 61.37%
HSB/HSV 94° 60.27% 87.84%
CMYK 34.38% 0.00% 60.27%
12.16%

Color #93E059 in popluar number systems.

HEX 93 E0 59
Decimal 147 224 89
Binary 10010011 11100000 1011001
Octal 223 340 131

Shades and tints

Shades of #93E059

#93E059
(147,224,89)
#86CC51
(134,204,81)
#79B849
(121,184,73)
#6CA441
(108,164,65)
#5F9039
(95,144,57)
#527C31
(82,124,49)
#456829
(69,104,41)
#385421
(56,84,33)
#2B4019
(43,64,25)
#1E2C11
(30,44,17)
#111809
(17,24,9)
#000000
(0,0,0)

Tints of #93E059

#93E059
(147,224,89)
#9CE268
(156,226,104)
#A5E477
(165,228,119)
#AEE686
(174,230,134)
#B7E895
(183,232,149)
#C0EAA4
(192,234,164)
#C9ECB3
(201,236,179)
#D2EEC2
(210,238,194)
#DBF0D1
(219,240,209)
#E4F2E0
(228,242,224)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E059 color. Also use rgb(147,224,89) instead hex code.

Text Font Color

.myTextColor { color: #93E059; }

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

This text font color is #93E059.

Background Color

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

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

This div background color is #93E059.

Border color

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

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

This div border color is #93E059.

Opacity

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

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

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

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

This text has shadow with #93E059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93E059.

Preview

Color preview on black background

This text has color #93E059 on black background.


Color preview on white background

This text has color #93E059 on white background.


Black color preview on #93E059 background

This text has black color on #93E059 background.


White color preview on #93E059 background

This text has white color on #93E059 background.


Related colors

Complementary color

Complementary color for #hex is #6C1FA6.


I love getcolorcode.com

Triadic colors

1 #5993E0 and #E05993 with #93E059 are triadic colors.

2 #59E093 and #E09359 with #93E059 are triadic colors.