COLOR #9CEE8D

HEX: #9CEE8D
RGB: (156,238,141)

Color info

#9CEE8D contains mainly green color. Web safe color of #9CEE8D is #99FF99 (or #9F9).

RGB color model

#9CEE8D color RGB value is (156,238,141).

  • red value is 156;
  • green value is 238;
  • blue value is 141.
RGB:
(156,238,141)
(61%,93%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 238 of 255 = 93%
B 141 of 255 = 55%

156
238
141

R + G + B ~ 70%. #9CEE8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 238 + 141 = 535 (100%)
R 156 of 535 ~ 29.16%
G 238 of 535 ~ 44.49%
B 141 of 535 ~ 26.36%

%29.16
%44.49
%26.36

CMYK color model

#9CEE8D color CMYK value is (34,0,41,7).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 6.67%
CMYK:
(34,0,41,7)
C34M0Y41K7 
(34%,0%,41%,7%)
(0.34/0.00/0.41/0.07)	

CMYK percentages

%34.45
%0
%40.76
%6.67

Codes

Color #9CEE8D in popluar color models

9CEE8D
RGB156238141
HSL111°74.05%74.31%
HSB/HSV111°40.76%93.33%
CMYK34.45%0.00%40.76%
6.67%

Color #9CEE8D in popluar number systems.

HEX9CEE8D
Decimal156238141
Binary100111001110111010001101
Octal234356215

Shades and tints

Shades of #9CEE8D

#9CEE8D
(156,238,141)
#8ED981
(142,217,129)
#80C475
(128,196,117)
#72AF69
(114,175,105)
#649A5D
(100,154,93)
#568551
(86,133,81)
#487045
(72,112,69)
#3A5B39
(58,91,57)
#2C462D
(44,70,45)
#1E3121
(30,49,33)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #9CEE8D

#9CEE8D
(156,238,141)
#A5EF97
(165,239,151)
#AEF0A1
(174,240,161)
#B7F1AB
(183,241,171)
#C0F2B5
(192,242,181)
#C9F3BF
(201,243,191)
#D2F4C9
(210,244,201)
#DBF5D3
(219,245,211)
#E4F6DD
(228,246,221)
#EDF7E7
(237,247,231)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEE8D color. Also use rgb(156,238,141) instead hex code.

Text Font Color

.myTextColor { color: #9CEE8D; }

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

This text font color is #9CEE8D.


Background Color

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

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

This div background color is #9CEE8D.


Border color

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

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

This div border color is #9CEE8D.


Opacity

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

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

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

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

This text has shadow with #9CEE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEE8D on black background.


Color preview on white background

This text has color #9CEE8D on white background.



Black color preview on #9CEE8D background

This text has black color on #9CEE8D background.


White color preview on #9CEE8D background

This text has white color on #9CEE8D background.