COLOR #9EF09C

HEX: #9EF09C
RGB: (158,240,156)

Color info

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

RGB color model

#9EF09C color RGB value is (158,240,156).

  • red value is 158;
  • green value is 240;
  • blue value is 156.
RGB:
(158,240,156)
(62%,94%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 240 of 255 = 94%
B 156 of 255 = 61%

158
240
156

R + G + B ~ 72%. #9EF09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 240 + 156 = 554 (100%)
R 158 of 554 ~ 28.52%
G 240 of 554 ~ 43.32%
B 156 of 554 ~ 28.16%

%28.52
%43.32
%28.16

CMYK color model

#9EF09C color CMYK value is (34,0,35,6).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 5.88%
CMYK:
(34,0,35,6)
C34M0Y35K6 
(34%,0%,35%,6%)
(0.34/0.00/0.35/0.06)	

CMYK percentages

%34.17
%0
%35
%5.88

Codes

Color #9EF09C in popluar color models

9EF09C
RGB158240156
HSL119°73.68%77.65%
HSB/HSV119°35.00%94.12%
CMYK34.17%0.00%35.00%
5.88%

Color #9EF09C in popluar number systems.

HEX9EF09C
Decimal158240156
Binary100111101111000010011100
Octal236360234

Shades and tints

Shades of #9EF09C

#9EF09C
(158,240,156)
#90DB8E
(144,219,142)
#82C680
(130,198,128)
#74B172
(116,177,114)
#669C64
(102,156,100)
#588756
(88,135,86)
#4A7248
(74,114,72)
#3C5D3A
(60,93,58)
#2E482C
(46,72,44)
#20331E
(32,51,30)
#121E10
(18,30,16)
#000000
(0,0,0)

Tints of #9EF09C

#9EF09C
(158,240,156)
#A6F1A5
(166,241,165)
#AEF2AE
(174,242,174)
#B6F3B7
(182,243,183)
#BEF4C0
(190,244,192)
#C6F5C9
(198,245,201)
#CEF6D2
(206,246,210)
#D6F7DB
(214,247,219)
#DEF8E4
(222,248,228)
#E6F9ED
(230,249,237)
#EEFAF6
(238,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF09C color. Also use rgb(158,240,156) instead hex code.

Text Font Color

.myTextColor { color: #9EF09C; }

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

This text font color is #9EF09C.


Background Color

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

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

This div background color is #9EF09C.


Border color

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

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

This div border color is #9EF09C.


Opacity

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

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

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

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

This text has shadow with #9EF09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF09C on black background.


Color preview on white background

This text has color #9EF09C on white background.



Black color preview on #9EF09C background

This text has black color on #9EF09C background.


White color preview on #9EF09C background

This text has white color on #9EF09C background.