COLOR #9EF87C

HEX: #9EF87C RGB: (158,248,124)

Color info

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

RGB color model

#9EF87C color RGB value is (158,248,124).

RGB: (158,248,124) (62%, 97%, 49%)

RGB channels and saturation

R 158 of 255 = 62%
G 248 of 255 = 97%
B 124 of 255 = 49%

158
248
124

R + G + B ~ 69%. #9EF87C is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 248 + 124 = 530 (100%)
R 158 of 530 ~ 29.81%
G 248 of 530 ~ 46.79%
B 124 of 530 ~ 23.4'%

%29.81
%46.79
%23.4

CMYK color model

#9EF87C color CMYK value is (36,0,50,3).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 2.75%
CMYK: (36,0,50,3) C36M0Y50K3 (36%,0%,50%,3%) (0.36/0.00/0.50/0.03) 

CMYK percentages

%36.29
%0
%50
%2.75

Codes

Color #9EF87C in popluar color models

9E F8 7C
RGB 158 248 124
HSL 104° 89.86% 72.94%
HSB/HSV 104° 50.00% 97.25%
CMYK 36.29% 0.00% 50.00%
2.75%

Color #9EF87C in popluar number systems.

HEX 9E F8 7C
Decimal 158 248 124
Binary 10011110 11111000 1111100
Octal 236 370 174

Shades and tints

Shades of #9EF87C

#9EF87C
(158,248,124)
#90E271
(144,226,113)
#82CC66
(130,204,102)
#74B65B
(116,182,91)
#66A050
(102,160,80)
#588A45
(88,138,69)
#4A743A
(74,116,58)
#3C5E2F
(60,94,47)
#2E4824
(46,72,36)
#203219
(32,50,25)
#121C0E
(18,28,14)
#000000
(0,0,0)

Tints of #9EF87C

#9EF87C
(158,248,124)
#A6F887
(166,248,135)
#AEF892
(174,248,146)
#B6F89D
(182,248,157)
#BEF8A8
(190,248,168)
#C6F8B3
(198,248,179)
#CEF8BE
(206,248,190)
#D6F8C9
(214,248,201)
#DEF8D4
(222,248,212)
#E6F8DF
(230,248,223)
#EEF8EA
(238,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF87C color. Also use rgb(158,248,124) instead hex code.

Text Font Color

.myTextColor { color: #9EF87C; }

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

This text font color is #9EF87C.

Background Color

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

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

This div background color is #9EF87C.

Border color

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

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

This div border color is #9EF87C.

Opacity

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

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

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

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

This text has shadow with #9EF87C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EF87C.

Preview

Color preview on black background

This text has color #9EF87C on black background.


Color preview on white background

This text has color #9EF87C on white background.


Black color preview on #9EF87C background

This text has black color on #9EF87C background.


White color preview on #9EF87C background

This text has white color on #9EF87C background.


Related colors

Complementary color

Complementary color for #hex is #610783.


I love getcolorcode.com

Triadic colors

1 #7C9EF8 and #F87C9E with #9EF87C are triadic colors.

2 #7CF89E and #F89E7C with #9EF87C are triadic colors.