COLOR #9EF363

HEX: #9EF363
RGB: (158,243,99)

Color info

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

RGB color model

#9EF363 color RGB value is (158,243,99).

  • red value is 158;
  • green value is 243;
  • blue value is 99.
RGB:
(158,243,99)
(62%,95%,39%)

RGB channels and saturation

R 158 of 255 = 62%
G 243 of 255 = 95%
B 99 of 255 = 39%

158
243
99

R + G + B ~ 65%. #9EF363 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 243 + 99 = 500 (100%)
R 158 of 500 ~ 31.6%
G 243 of 500 ~ 48.6%
B 99 of 500 ~ 19.8%

%31.6
%48.6
%19.8

CMYK color model

#9EF363 color CMYK value is (35,0,59,5).

  • cyan value is 34.98%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 4.71%
CMYK:
(35,0,59,5)
C35M0Y59K5 
(35%,0%,59%,5%)
(0.35/0.00/0.59/0.05)	

CMYK percentages

%34.98
%0
%59.26
%4.71

Codes

Color #9EF363 in popluar color models

9EF363
RGB15824399
HSL95°85.71%67.06%
HSB/HSV95°59.26%95.29%
CMYK34.98%0.00%59.26%
4.71%

Color #9EF363 in popluar number systems.

HEX9EF363
Decimal15824399
Binary10011110111100111100011
Octal236363143

Shades and tints

Shades of #9EF363

#9EF363
(158,243,99)
#90DD5A
(144,221,90)
#82C751
(130,199,81)
#74B148
(116,177,72)
#669B3F
(102,155,63)
#588536
(88,133,54)
#4A6F2D
(74,111,45)
#3C5924
(60,89,36)
#2E431B
(46,67,27)
#202D12
(32,45,18)
#121709
(18,23,9)
#000000
(0,0,0)

Tints of #9EF363

#9EF363
(158,243,99)
#A6F471
(166,244,113)
#AEF57F
(174,245,127)
#B6F68D
(182,246,141)
#BEF79B
(190,247,155)
#C6F8A9
(198,248,169)
#CEF9B7
(206,249,183)
#D6FAC5
(214,250,197)
#DEFBD3
(222,251,211)
#E6FCE1
(230,252,225)
#EEFDEF
(238,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF363 color. Also use rgb(158,243,99) instead hex code.

Text Font Color

.myTextColor { color: #9EF363; }

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

This text font color is #9EF363.


Background Color

.myBgColor { background-color: #9EF363; }

<div style="background-color:#9EF363">Inner text</div>

This div background color is #9EF363.


Border color

.myBorderColor { border: 1px solid #9EF363; }

<div style="border:3px solid #9EF363">Div</div>

This div border color is #9EF363.


Opacity

.myOpacity80 { color: #9EF363; opacity: 0.8; }

<p style="color:#9EF363;opacity:0.8;">80%</p>

Text with #9EF363 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 #9EF363;}

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

This text has shadow with #9EF363 color.

.textShadow {text-shadow: 3px 3px 1px #9EF363, 3px 3px 1px red;}

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

This text has shadow with #9EF363 primary color and red secondary color.


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

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

This text has shadow with #9EF363 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF363 on black background.


Color preview on white background

This text has color #9EF363 on white background.



Black color preview on #9EF363 background

This text has black color on #9EF363 background.


White color preview on #9EF363 background

This text has white color on #9EF363 background.