COLOR #9CE49E

HEX: #9CE49E
RGB: (156,228,158)

Color info

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

RGB color model

#9CE49E color RGB value is (156,228,158).

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

RGB channels and saturation

R 156 of 255 = 61%
G 228 of 255 = 89%
B 158 of 255 = 62%

156
228
158

R + G + B ~ 71%. #9CE49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 228 + 158 = 542 (100%)
R 156 of 542 ~ 28.78%
G 228 of 542 ~ 42.07%
B 158 of 542 ~ 29.15%

%28.78
%42.07
%29.15

CMYK color model

#9CE49E color CMYK value is (32,0,31,11).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 10.59%
CMYK:
(32,0,31,11)
C32M0Y31K11 
(32%,0%,31%,11%)
(0.32/0.00/0.31/0.11)	

CMYK percentages

%31.58
%0
%30.7
%10.59

Codes

Color #9CE49E in popluar color models

9CE49E
RGB156228158
HSL122°57.14%75.29%
HSB/HSV122°31.58%89.41%
CMYK31.58%0.00%30.70%
10.59%

Color #9CE49E in popluar number systems.

HEX9CE49E
Decimal156228158
Binary100111001110010010011110
Octal234344236

Shades and tints

Shades of #9CE49E

#9CE49E
(156,228,158)
#8ED090
(142,208,144)
#80BC82
(128,188,130)
#72A874
(114,168,116)
#649466
(100,148,102)
#568058
(86,128,88)
#486C4A
(72,108,74)
#3A583C
(58,88,60)
#2C442E
(44,68,46)
#1E3020
(30,48,32)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #9CE49E

#9CE49E
(156,228,158)
#A5E6A6
(165,230,166)
#AEE8AE
(174,232,174)
#B7EAB6
(183,234,182)
#C0ECBE
(192,236,190)
#C9EEC6
(201,238,198)
#D2F0CE
(210,240,206)
#DBF2D6
(219,242,214)
#E4F4DE
(228,244,222)
#EDF6E6
(237,246,230)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CE49E; }

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

This text font color is #9CE49E.


Background Color

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

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

This div background color is #9CE49E.


Border color

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

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

This div border color is #9CE49E.


Opacity

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

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

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

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

This text has shadow with #9CE49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE49E on black background.


Color preview on white background

This text has color #9CE49E on white background.



Black color preview on #9CE49E background

This text has black color on #9CE49E background.


White color preview on #9CE49E background

This text has white color on #9CE49E background.