COLOR #9EE18D

HEX: #9EE18D RGB: (158,225,141)

Color info

#9EE18D contains mainly green color. Web safe color of #9EE18D is #99CC99 (or #9C9).

RGB color model

#9EE18D color RGB value is (158,225,141).

RGB: (158,225,141) (62%, 88%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 225 of 255 = 88%
B 141 of 255 = 55%

158
225
141

R + G + B ~ 68%. #9EE18D is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 225 + 141 = 524 (100%)
R 158 of 524 ~ 30.15%
G 225 of 524 ~ 42.94%
B 141 of 524 ~ 26.91'%

%30.15
%42.94
%26.91

CMYK color model

#9EE18D color CMYK value is (30,0,37,12).

  • cyan value is 29.78%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 11.76%
CMYK: (30,0,37,12) C30M0Y37K12 (30%,0%,37%,12%) (0.30/0.00/0.37/0.12) 

CMYK percentages

%29.78
%0
%37.33
%11.76

Codes

Color #9EE18D in popluar color models

9E E1 8D
RGB 158 225 141
HSL 108° 58.33% 71.76%
HSB/HSV 108° 37.33% 88.24%
CMYK 29.78% 0.00% 37.33%
11.76%

Color #9EE18D in popluar number systems.

HEX 9E E1 8D
Decimal 158 225 141
Binary 10011110 11100001 10001101
Octal 236 341 215

Shades and tints

Shades of #9EE18D

#9EE18D
(158,225,141)
#90CD81
(144,205,129)
#82B975
(130,185,117)
#74A569
(116,165,105)
#66915D
(102,145,93)
#587D51
(88,125,81)
#4A6945
(74,105,69)
#3C5539
(60,85,57)
#2E412D
(46,65,45)
#202D21
(32,45,33)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #9EE18D

#9EE18D
(158,225,141)
#A6E397
(166,227,151)
#AEE5A1
(174,229,161)
#B6E7AB
(182,231,171)
#BEE9B5
(190,233,181)
#C6EBBF
(198,235,191)
#CEEDC9
(206,237,201)
#D6EFD3
(214,239,211)
#DEF1DD
(222,241,221)
#E6F3E7
(230,243,231)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE18D color. Also use rgb(158,225,141) instead hex code.

Text Font Color

.myTextColor { color: #9EE18D; }

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

This text font color is #9EE18D.

Background Color

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

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

This div background color is #9EE18D.

Border color

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

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

This div border color is #9EE18D.

Opacity

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

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

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

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

This text has shadow with #9EE18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE18D.

Preview

Color preview on black background

This text has color #9EE18D on black background.


Color preview on white background

This text has color #9EE18D on white background.


Black color preview on #9EE18D background

This text has black color on #9EE18D background.


White color preview on #9EE18D background

This text has white color on #9EE18D background.


Related colors

Complementary color

Complementary color for #hex is #611E72.


I love getcolorcode.com

Triadic colors

1 #8D9EE1 and #E18D9E with #9EE18D are triadic colors.

2 #8DE19E and #E19E8D with #9EE18D are triadic colors.