COLOR #9EED76

HEX: #9EED76 RGB: (158,237,118)

Color info

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

RGB color model

#9EED76 color RGB value is (158,237,118).

RGB: (158,237,118) (62%, 93%, 46%)

RGB channels and saturation

R 158 of 255 = 62%
G 237 of 255 = 93%
B 118 of 255 = 46%

158
237
118

R + G + B ~ 67%. #9EED76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 237 + 118 = 513 (100%)
R 158 of 513 ~ 30.8%
G 237 of 513 ~ 46.2%
B 118 of 513 ~ 23'%

%30.8
%46.2
%23

CMYK color model

#9EED76 color CMYK value is (33,0,50,7).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 50.21%
  • key color value is 7.06%

CMYK: (33,0,50,7)
C33M0Y50K7 (33%, 0%, 50%, 7%)
(0.33 / 0.00 / 0.50 / 0.07)

CMYK percentages

%33.33
%0
%50.21
%7.06

Codes

Color #9EED76 in popluar color models

9E ED 76
RGB 158 237 118
HSL 100° 76.77% 69.61%
HSB/HSV 100° 50.21% 92.94%
CMYK 33.33% 0.00% 50.21%
7.06%

Color #9EED76 in popluar number systems.

HEX 9E ED 76
Decimal 158 237 118
Binary 10011110 11101101 1110110
Octal 236 355 166

Shades and tints

Shades of #9EED76

#9EED76
(158,237,118)
#90D86C
(144,216,108)
#82C362
(130,195,98)
#74AE58
(116,174,88)
#66994E
(102,153,78)
#588444
(88,132,68)
#4A6F3A
(74,111,58)
#3C5A30
(60,90,48)
#2E4526
(46,69,38)
#20301C
(32,48,28)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #9EED76

#9EED76
(158,237,118)
#A6EE82
(166,238,130)
#AEEF8E
(174,239,142)
#B6F09A
(182,240,154)
#BEF1A6
(190,241,166)
#C6F2B2
(198,242,178)
#CEF3BE
(206,243,190)
#D6F4CA
(214,244,202)
#DEF5D6
(222,245,214)
#E6F6E2
(230,246,226)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EED76 color. Also use rgb(158,237,118) instead hex code.

Text Font Color

.myTextColor { color: #9EED76; }

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

This text font color is #9EED76.

Background Color

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

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

This div background color is #9EED76.

Border color

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

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

This div border color is #9EED76.

Opacity

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

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

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

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

This text has shadow with #9EED76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EED76.

Preview

Color preview on black background

This text has color #9EED76 on black background.


Color preview on white background

This text has color #9EED76 on white background.


Black color preview on #9EED76 background

This text has black color on #9EED76 background.


White color preview on #9EED76 background

This text has white color on #9EED76 background.


Related colors

Complementary color

Complementary color for #hex is #611289.


I love getcolorcode.com

Triadic colors

1 #769EED and #ED769E with #9EED76 are triadic colors.

2 #76ED9E and #ED9E76 with #9EED76 are triadic colors.