COLOR #9EF983

HEX: #9EF983
RGB: (158,249,131)

Color info

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

RGB color model

#9EF983 color RGB value is (158,249,131).

  • red value is 158;
  • green value is 249;
  • blue value is 131.
RGB:
(158,249,131)
(62%,98%,51%)

RGB channels and saturation

R 158 of 255 = 62%
G 249 of 255 = 98%
B 131 of 255 = 51%

158
249
131

R + G + B ~ 70%. #9EF983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 249 + 131 = 538 (100%)
R 158 of 538 ~ 29.37%
G 249 of 538 ~ 46.28%
B 131 of 538 ~ 24.35%

%29.37
%46.28
%24.35

CMYK color model

#9EF983 color CMYK value is (37,0,47,2).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 47.39%
  • key color value is 2.35%
CMYK:
(37,0,47,2)
C37M0Y47K2 
(37%,0%,47%,2%)
(0.37/0.00/0.47/0.02)	

CMYK percentages

%36.55
%0
%47.39
%2.35

Codes

Color #9EF983 in popluar color models

9EF983
RGB158249131
HSL106°90.77%74.51%
HSB/HSV106°47.39%97.65%
CMYK36.55%0.00%47.39%
2.35%

Color #9EF983 in popluar number systems.

HEX9EF983
Decimal158249131
Binary100111101111100110000011
Octal236371203

Shades and tints

Shades of #9EF983

#9EF983
(158,249,131)
#90E378
(144,227,120)
#82CD6D
(130,205,109)
#74B762
(116,183,98)
#66A157
(102,161,87)
#588B4C
(88,139,76)
#4A7541
(74,117,65)
#3C5F36
(60,95,54)
#2E492B
(46,73,43)
#203320
(32,51,32)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #9EF983

#9EF983
(158,249,131)
#A6F98E
(166,249,142)
#AEF999
(174,249,153)
#B6F9A4
(182,249,164)
#BEF9AF
(190,249,175)
#C6F9BA
(198,249,186)
#CEF9C5
(206,249,197)
#D6F9D0
(214,249,208)
#DEF9DB
(222,249,219)
#E6F9E6
(230,249,230)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF983 color. Also use rgb(158,249,131) instead hex code.

Text Font Color

.myTextColor { color: #9EF983; }

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

This text font color is #9EF983.


Background Color

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

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

This div background color is #9EF983.


Border color

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

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

This div border color is #9EF983.


Opacity

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

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

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

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

This text has shadow with #9EF983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF983 on black background.


Color preview on white background

This text has color #9EF983 on white background.



Black color preview on #9EF983 background

This text has black color on #9EF983 background.


White color preview on #9EF983 background

This text has white color on #9EF983 background.