COLOR #9EC398

HEX: #9EC398 RGB: (158,195,152)

Color info

#9EC398 contains red, green and blue colors in about the same proportion. Web safe color of #9EC398 is #99CC99 (or #9C9).

RGB color model

#9EC398 color RGB value is (158,195,152).

RGB: (158,195,152) (62%, 76%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 195 of 255 = 76%
B 152 of 255 = 60%

158
195
152

R + G + B ~ 66%. #9EC398 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 195 + 152 = 505 (100%)
R 158 of 505 ~ 31.29%
G 195 of 505 ~ 38.61%
B 152 of 505 ~ 30.1'%

%31.29
%38.61
%30.1

CMYK color model

#9EC398 color CMYK value is (19,0,22,24).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 23.53%

CMYK: (19,0,22,24)
C19M0Y22K24 (19%, 0%, 22%, 24%)
(0.19 / 0.00 / 0.22 / 0.24)

CMYK percentages

%18.97
%0
%22.05
%23.53

Codes

Color #9EC398 in popluar color models

9E C3 98
RGB 158 195 152
HSL 112° 26.38% 68.04%
HSB/HSV 112° 22.05% 76.47%
CMYK 18.97% 0.00% 22.05%
23.53%

Color #9EC398 in popluar number systems.

HEX 9E C3 98
Decimal 158 195 152
Binary 10011110 11000011 10011000
Octal 236 303 230

Shades and tints

Shades of #9EC398

#9EC398
(158,195,152)
#90B28B
(144,178,139)
#82A17E
(130,161,126)
#749071
(116,144,113)
#667F64
(102,127,100)
#586E57
(88,110,87)
#4A5D4A
(74,93,74)
#3C4C3D
(60,76,61)
#2E3B30
(46,59,48)
#202A23
(32,42,35)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #9EC398

#9EC398
(158,195,152)
#A6C8A1
(166,200,161)
#AECDAA
(174,205,170)
#B6D2B3
(182,210,179)
#BED7BC
(190,215,188)
#C6DCC5
(198,220,197)
#CEE1CE
(206,225,206)
#D6E6D7
(214,230,215)
#DEEBE0
(222,235,224)
#E6F0E9
(230,240,233)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC398 color. Also use rgb(158,195,152) instead hex code.

Text Font Color

.myTextColor { color: #9EC398; }

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

This text font color is #9EC398.

Background Color

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

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

This div background color is #9EC398.

Border color

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

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

This div border color is #9EC398.

Opacity

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

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

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

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

This text has shadow with #9EC398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC398.

Preview

Color preview on black background

This text has color #9EC398 on black background.


Color preview on white background

This text has color #9EC398 on white background.


Black color preview on #9EC398 background

This text has black color on #9EC398 background.


White color preview on #9EC398 background

This text has white color on #9EC398 background.


Related colors

Complementary color

Complementary color for #hex is #613C67.


I love getcolorcode.com

Triadic colors

1 #989EC3 and #C3989E with #9EC398 are triadic colors.

2 #98C39E and #C39E98 with #9EC398 are triadic colors.