COLOR #93EA7F

HEX: #93EA7F RGB: (147,234,127)

Color info

#93EA7F contains mainly green color. Web safe color of #93EA7F is #99FF66 (or #9F6).

RGB color model

#93EA7F color RGB value is (147,234,127).

RGB: (147,234,127) (58%, 92%, 50%)

RGB channels and saturation

R 147 of 255 = 58%
G 234 of 255 = 92%
B 127 of 255 = 50%

147
234
127

R + G + B ~ 67%. #93EA7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 234 + 127 = 508 (100%)
R 147 of 508 ~ 28.94%
G 234 of 508 ~ 46.06%
B 127 of 508 ~ 25'%

%28.94
%46.06
%25

CMYK color model

#93EA7F color CMYK value is (37,0,46,8).

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 45.73%
  • key color value is 8.24%

CMYK: (37,0,46,8)
C37M0Y46K8 (37%, 0%, 46%, 8%)
(0.37 / 0.00 / 0.46 / 0.08)

CMYK percentages

%37.18
%0
%45.73
%8.24

Codes

Color #93EA7F in popluar color models

93 EA 7F
RGB 147 234 127
HSL 109° 71.81% 70.78%
HSB/HSV 109° 45.73% 91.76%
CMYK 37.18% 0.00% 45.73%
8.24%

Color #93EA7F in popluar number systems.

HEX 93 EA 7F
Decimal 147 234 127
Binary 10010011 11101010 1111111
Octal 223 352 177

Shades and tints

Shades of #93EA7F

#93EA7F
(147,234,127)
#86D574
(134,213,116)
#79C069
(121,192,105)
#6CAB5E
(108,171,94)
#5F9653
(95,150,83)
#528148
(82,129,72)
#456C3D
(69,108,61)
#385732
(56,87,50)
#2B4227
(43,66,39)
#1E2D1C
(30,45,28)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #93EA7F

#93EA7F
(147,234,127)
#9CEB8A
(156,235,138)
#A5EC95
(165,236,149)
#AEEDA0
(174,237,160)
#B7EEAB
(183,238,171)
#C0EFB6
(192,239,182)
#C9F0C1
(201,240,193)
#D2F1CC
(210,241,204)
#DBF2D7
(219,242,215)
#E4F3E2
(228,243,226)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93EA7F color. Also use rgb(147,234,127) instead hex code.

Text Font Color

.myTextColor { color: #93EA7F; }

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

This text font color is #93EA7F.

Background Color

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

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

This div background color is #93EA7F.

Border color

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

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

This div border color is #93EA7F.

Opacity

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

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

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

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

This text has shadow with #93EA7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93EA7F.

Preview

Color preview on black background

This text has color #93EA7F on black background.


Color preview on white background

This text has color #93EA7F on white background.


Black color preview on #93EA7F background

This text has black color on #93EA7F background.


White color preview on #93EA7F background

This text has white color on #93EA7F background.


Related colors

Complementary color

Complementary color for #hex is #6C1580.


I love getcolorcode.com

Triadic colors

1 #7F93EA and #EA7F93 with #93EA7F are triadic colors.

2 #7FEA93 and #EA937F with #93EA7F are triadic colors.