COLOR #9CD39E

HEX: #9CD39E
RGB: (156,211,158)

Color info

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

RGB color model

#9CD39E color RGB value is (156,211,158).

  • red value is 156;
  • green value is 211;
  • blue value is 158.
RGB:
(156,211,158)
(61%,83%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 211 of 255 = 83%
B 158 of 255 = 62%

156
211
158

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

Portions of RGB colors in percentages

R + G + B =
156 + 211 + 158 = 525 (100%)
R 156 of 525 ~ 29.71%
G 211 of 525 ~ 40.19%
B 158 of 525 ~ 30.1%

%29.71
%40.19
%30.1

CMYK color model

#9CD39E color CMYK value is (26,0,25,17).

  • cyan value is 26.07%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 17.25%
CMYK:
(26,0,25,17)
C26M0Y25K17 
(26%,0%,25%,17%)
(0.26/0.00/0.25/0.17)	

CMYK percentages

%26.07
%0
%25.12
%17.25

Codes

Color #9CD39E in popluar color models

9CD39E
RGB156211158
HSL122°38.46%71.96%
HSB/HSV122°26.07%82.75%
CMYK26.07%0.00%25.12%
17.25%

Color #9CD39E in popluar number systems.

HEX9CD39E
Decimal156211158
Binary100111001101001110011110
Octal234323236

Shades and tints

Shades of #9CD39E

#9CD39E
(156,211,158)
#8EC090
(142,192,144)
#80AD82
(128,173,130)
#729A74
(114,154,116)
#648766
(100,135,102)
#567458
(86,116,88)
#48614A
(72,97,74)
#3A4E3C
(58,78,60)
#2C3B2E
(44,59,46)
#1E2820
(30,40,32)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #9CD39E

#9CD39E
(156,211,158)
#A5D7A6
(165,215,166)
#AEDBAE
(174,219,174)
#B7DFB6
(183,223,182)
#C0E3BE
(192,227,190)
#C9E7C6
(201,231,198)
#D2EBCE
(210,235,206)
#DBEFD6
(219,239,214)
#E4F3DE
(228,243,222)
#EDF7E6
(237,247,230)
#F6FBEE
(246,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD39E color. Also use rgb(156,211,158) instead hex code.

Text Font Color

.myTextColor { color: #9CD39E; }

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

This text font color is #9CD39E.


Background Color

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

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

This div background color is #9CD39E.


Border color

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

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

This div border color is #9CD39E.


Opacity

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

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

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

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

This text has shadow with #9CD39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD39E on black background.


Color preview on white background

This text has color #9CD39E on white background.



Black color preview on #9CD39E background

This text has black color on #9CD39E background.


White color preview on #9CD39E background

This text has white color on #9CD39E background.