COLOR #9ED46F

HEX: #9ED46F RGB: (158,212,111)

Color info

#9ED46F contains mainly red and green colors. Web safe color of #9ED46F is #99CC66 (or #9C6).

RGB color model

#9ED46F color RGB value is (158,212,111).

RGB: (158,212,111) (62%, 83%, 44%)

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 111 of 255 = 44%

158
212
111

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

Portions of RGB colors in percentages

R + G + B = 158 + 212 + 111 = 481 (100%)
R 158 of 481 ~ 32.85%
G 212 of 481 ~ 44.07%
B 111 of 481 ~ 23.08'%

%32.85
%44.07
%23.08

CMYK color model

#9ED46F color CMYK value is (25,0,48,17).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 16.86%
CMYK: (25,0,48,17) C25M0Y48K17 (25%,0%,48%,17%) (0.25/0.00/0.48/0.17) 

CMYK percentages

%25.47
%0
%47.64
%16.86

Codes

Color #9ED46F in popluar color models

9E D4 6F
RGB 158 212 111
HSL 92° 54.01% 63.33%
HSB/HSV 92° 47.64% 83.14%
CMYK 25.47% 0.00% 47.64%
16.86%

Color #9ED46F in popluar number systems.

HEX 9E D4 6F
Decimal 158 212 111
Binary 10011110 11010100 1101111
Octal 236 324 157

Shades and tints

Shades of #9ED46F

#9ED46F
(158,212,111)
#90C165
(144,193,101)
#82AE5B
(130,174,91)
#749B51
(116,155,81)
#668847
(102,136,71)
#58753D
(88,117,61)
#4A6233
(74,98,51)
#3C4F29
(60,79,41)
#2E3C1F
(46,60,31)
#202915
(32,41,21)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #9ED46F

#9ED46F
(158,212,111)
#A6D77C
(166,215,124)
#AEDA89
(174,218,137)
#B6DD96
(182,221,150)
#BEE0A3
(190,224,163)
#C6E3B0
(198,227,176)
#CEE6BD
(206,230,189)
#D6E9CA
(214,233,202)
#DEECD7
(222,236,215)
#E6EFE4
(230,239,228)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED46F color. Also use rgb(158,212,111) instead hex code.

Text Font Color

.myTextColor { color: #9ED46F; }

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

This text font color is #9ED46F.

Background Color

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

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

This div background color is #9ED46F.

Border color

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

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

This div border color is #9ED46F.

Opacity

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

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

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

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

This text has shadow with #9ED46F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED46F.

Preview

Color preview on black background

This text has color #9ED46F on black background.


Color preview on white background

This text has color #9ED46F on white background.


Black color preview on #9ED46F background

This text has black color on #9ED46F background.


White color preview on #9ED46F background

This text has white color on #9ED46F background.


Related colors

Complementary color

Complementary color for #hex is #612B90.


I love getcolorcode.com

Triadic colors

1 #6F9ED4 and #D46F9E with #9ED46F are triadic colors.

2 #6FD49E and #D49E6F with #9ED46F are triadic colors.