COLOR #9EE067

HEX: #9EE067
RGB: (158,224,103)

Color info

#9EE067 contains mainly green color. Web safe color of #9EE067 is #99CC66 (or #9C6).

RGB color model

#9EE067 color RGB value is (158,224,103).

  • red value is 158;
  • green value is 224;
  • blue value is 103.
RGB:
(158,224,103)
(62%,88%,40%)

RGB channels and saturation

R 158 of 255 = 62%
G 224 of 255 = 88%
B 103 of 255 = 40%

158
224
103

R + G + B ~ 63%. #9EE067 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 224 + 103 = 485 (100%)
R 158 of 485 ~ 32.58%
G 224 of 485 ~ 46.19%
B 103 of 485 ~ 21.24%

%32.58
%46.19
%21.24

CMYK color model

#9EE067 color CMYK value is (29,0,54,12).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 54.02%
  • key color value is 12.16%
CMYK:
(29,0,54,12)
C29M0Y54K12 
(29%,0%,54%,12%)
(0.29/0.00/0.54/0.12)	

CMYK percentages

%29.46
%0
%54.02
%12.16

Codes

Color #9EE067 in popluar color models

9EE067
RGB158224103
HSL93°66.12%64.12%
HSB/HSV93°54.02%87.84%
CMYK29.46%0.00%54.02%
12.16%

Color #9EE067 in popluar number systems.

HEX9EE067
Decimal158224103
Binary10011110111000001100111
Octal236340147

Shades and tints

Shades of #9EE067

#9EE067
(158,224,103)
#90CC5E
(144,204,94)
#82B855
(130,184,85)
#74A44C
(116,164,76)
#669043
(102,144,67)
#587C3A
(88,124,58)
#4A6831
(74,104,49)
#3C5428
(60,84,40)
#2E401F
(46,64,31)
#202C16
(32,44,22)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #9EE067

#9EE067
(158,224,103)
#A6E274
(166,226,116)
#AEE481
(174,228,129)
#B6E68E
(182,230,142)
#BEE89B
(190,232,155)
#C6EAA8
(198,234,168)
#CEECB5
(206,236,181)
#D6EEC2
(214,238,194)
#DEF0CF
(222,240,207)
#E6F2DC
(230,242,220)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE067 color. Also use rgb(158,224,103) instead hex code.

Text Font Color

.myTextColor { color: #9EE067; }

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

This text font color is #9EE067.


Background Color

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

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

This div background color is #9EE067.


Border color

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

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

This div border color is #9EE067.


Opacity

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

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

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

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

This text has shadow with #9EE067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE067 on black background.


Color preview on white background

This text has color #9EE067 on white background.



Black color preview on #9EE067 background

This text has black color on #9EE067 background.


White color preview on #9EE067 background

This text has white color on #9EE067 background.