COLOR #9CE542

HEX: #9CE542
RGB: (156,229,66)

Color info

#9CE542 contains mainly green color. Web safe color of #9CE542 is #99CC33 (or #9C3).

RGB color model

#9CE542 color RGB value is (156,229,66).

  • red value is 156;
  • green value is 229;
  • blue value is 66.
RGB:
(156,229,66)
(61%,90%,26%)

RGB channels and saturation

R 156 of 255 = 61%
G 229 of 255 = 90%
B 66 of 255 = 26%

156
229
66

R + G + B ~ 59%. #9CE542 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 229 + 66 = 451 (100%)
R 156 of 451 ~ 34.59%
G 229 of 451 ~ 50.78%
B 66 of 451 ~ 14.63%

%34.59
%50.78
%14.63

CMYK color model

#9CE542 color CMYK value is (32,0,71,10).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 71.18%
  • key color value is 10.20%
CMYK:
(32,0,71,10)
C32M0Y71K10 
(32%,0%,71%,10%)
(0.32/0.00/0.71/0.10)	

CMYK percentages

%31.88
%0
%71.18
%10.2

Codes

Color #9CE542 in popluar color models

9CE542
RGB15622966
HSL87°75.81%57.84%
HSB/HSV87°71.18%89.80%
CMYK31.88%0.00%71.18%
10.20%

Color #9CE542 in popluar number systems.

HEX9CE542
Decimal15622966
Binary10011100111001011000010
Octal234345102

Shades and tints

Shades of #9CE542

#9CE542
(156,229,66)
#8ED13C
(142,209,60)
#80BD36
(128,189,54)
#72A930
(114,169,48)
#64952A
(100,149,42)
#568124
(86,129,36)
#486D1E
(72,109,30)
#3A5918
(58,89,24)
#2C4512
(44,69,18)
#1E310C
(30,49,12)
#101D06
(16,29,6)
#000000
(0,0,0)

Tints of #9CE542

#9CE542
(156,229,66)
#A5E753
(165,231,83)
#AEE964
(174,233,100)
#B7EB75
(183,235,117)
#C0ED86
(192,237,134)
#C9EF97
(201,239,151)
#D2F1A8
(210,241,168)
#DBF3B9
(219,243,185)
#E4F5CA
(228,245,202)
#EDF7DB
(237,247,219)
#F6F9EC
(246,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE542 color. Also use rgb(156,229,66) instead hex code.

Text Font Color

.myTextColor { color: #9CE542; }

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

This text font color is #9CE542.


Background Color

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

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

This div background color is #9CE542.


Border color

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

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

This div border color is #9CE542.


Opacity

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

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

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

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

This text has shadow with #9CE542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE542 on black background.


Color preview on white background

This text has color #9CE542 on white background.



Black color preview on #9CE542 background

This text has black color on #9CE542 background.


White color preview on #9CE542 background

This text has white color on #9CE542 background.