COLOR #9EF780

HEX: #9EF780
RGB: (158,247,128)

Color info

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

RGB color model

#9EF780 color RGB value is (158,247,128).

  • red value is 158;
  • green value is 247;
  • blue value is 128.
RGB:
(158,247,128)
(62%,97%,50%)

RGB channels and saturation

R 158 of 255 = 62%
G 247 of 255 = 97%
B 128 of 255 = 50%

158
247
128

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

Portions of RGB colors in percentages

R + G + B =
158 + 247 + 128 = 533 (100%)
R 158 of 533 ~ 29.64%
G 247 of 533 ~ 46.34%
B 128 of 533 ~ 24.02%

%29.64
%46.34
%24.02

CMYK color model

#9EF780 color CMYK value is (36,0,48,3).

  • cyan value is 36.03%
  • magenta value is 0.00%
  • yellow value is 48.18%
  • key color value is 3.14%
CMYK:
(36,0,48,3)
C36M0Y48K3 
(36%,0%,48%,3%)
(0.36/0.00/0.48/0.03)	

CMYK percentages

%36.03
%0
%48.18
%3.14

Codes

Color #9EF780 in popluar color models

9EF780
RGB158247128
HSL105°88.15%73.53%
HSB/HSV105°48.18%96.86%
CMYK36.03%0.00%48.18%
3.14%

Color #9EF780 in popluar number systems.

HEX9EF780
Decimal158247128
Binary100111101111011110000000
Octal236367200

Shades and tints

Shades of #9EF780

#9EF780
(158,247,128)
#90E175
(144,225,117)
#82CB6A
(130,203,106)
#74B55F
(116,181,95)
#669F54
(102,159,84)
#588949
(88,137,73)
#4A733E
(74,115,62)
#3C5D33
(60,93,51)
#2E4728
(46,71,40)
#20311D
(32,49,29)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #9EF780

#9EF780
(158,247,128)
#A6F78B
(166,247,139)
#AEF796
(174,247,150)
#B6F7A1
(182,247,161)
#BEF7AC
(190,247,172)
#C6F7B7
(198,247,183)
#CEF7C2
(206,247,194)
#D6F7CD
(214,247,205)
#DEF7D8
(222,247,216)
#E6F7E3
(230,247,227)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF780 color. Also use rgb(158,247,128) instead hex code.

Text Font Color

.myTextColor { color: #9EF780; }

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

This text font color is #9EF780.


Background Color

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

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

This div background color is #9EF780.


Border color

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

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

This div border color is #9EF780.


Opacity

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

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

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

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

This text has shadow with #9EF780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF780 on black background.


Color preview on white background

This text has color #9EF780 on white background.



Black color preview on #9EF780 background

This text has black color on #9EF780 background.


White color preview on #9EF780 background

This text has white color on #9EF780 background.