COLOR #9EF745

HEX: #9EF745
RGB: (158,247,69)

Color info

#9EF745 contains mainly green color. Web safe color of #9EF745 is #99FF33 (or #9F3).

RGB color model

#9EF745 color RGB value is (158,247,69).

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

RGB channels and saturation

R 158 of 255 = 62%
G 247 of 255 = 97%
B 69 of 255 = 27%

158
247
69

R + G + B ~ 62%. #9EF745 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 247 + 69 = 474 (100%)
R 158 of 474 ~ 33.33%
G 247 of 474 ~ 52.11%
B 69 of 474 ~ 14.56%

%33.33
%52.11
%14.56

CMYK color model

#9EF745 color CMYK value is (36,0,72,3).

  • cyan value is 36.03%
  • magenta value is 0.00%
  • yellow value is 72.06%
  • key color value is 3.14%
CMYK:
(36,0,72,3)
C36M0Y72K3 
(36%,0%,72%,3%)
(0.36/0.00/0.72/0.03)	

CMYK percentages

%36.03
%0
%72.06
%3.14

Codes

Color #9EF745 in popluar color models

9EF745
RGB15824769
HSL90°91.75%61.96%
HSB/HSV90°72.06%96.86%
CMYK36.03%0.00%72.06%
3.14%

Color #9EF745 in popluar number systems.

HEX9EF745
Decimal15824769
Binary10011110111101111000101
Octal236367105

Shades and tints

Shades of #9EF745

#9EF745
(158,247,69)
#90E13F
(144,225,63)
#82CB39
(130,203,57)
#74B533
(116,181,51)
#669F2D
(102,159,45)
#588927
(88,137,39)
#4A7321
(74,115,33)
#3C5D1B
(60,93,27)
#2E4715
(46,71,21)
#20310F
(32,49,15)
#121B09
(18,27,9)
#000000
(0,0,0)

Tints of #9EF745

#9EF745
(158,247,69)
#A6F755
(166,247,85)
#AEF765
(174,247,101)
#B6F775
(182,247,117)
#BEF785
(190,247,133)
#C6F795
(198,247,149)
#CEF7A5
(206,247,165)
#D6F7B5
(214,247,181)
#DEF7C5
(222,247,197)
#E6F7D5
(230,247,213)
#EEF7E5
(238,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF745; }

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

This text font color is #9EF745.


Background Color

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

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

This div background color is #9EF745.


Border color

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

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

This div border color is #9EF745.


Opacity

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

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

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

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

This text has shadow with #9EF745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF745 on black background.


Color preview on white background

This text has color #9EF745 on white background.



Black color preview on #9EF745 background

This text has black color on #9EF745 background.


White color preview on #9EF745 background

This text has white color on #9EF745 background.