COLOR #9CE850

HEX: #9CE850
RGB: (156,232,80)

Color info

#9CE850 contains mainly green color. Web safe color of #9CE850 is #99FF66 (or #9F6).

RGB color model

#9CE850 color RGB value is (156,232,80).

  • red value is 156;
  • green value is 232;
  • blue value is 80.
RGB:
(156,232,80)
(61%,91%,31%)

RGB channels and saturation

R 156 of 255 = 61%
G 232 of 255 = 91%
B 80 of 255 = 31%

156
232
80

R + G + B ~ 61%. #9CE850 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 232 + 80 = 468 (100%)
R 156 of 468 ~ 33.33%
G 232 of 468 ~ 49.57%
B 80 of 468 ~ 17.09%

%33.33
%49.57
%17.09

CMYK color model

#9CE850 color CMYK value is (33,0,66,9).

  • cyan value is 32.76%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 9.02%
CMYK:
(33,0,66,9)
C33M0Y66K9 
(33%,0%,66%,9%)
(0.33/0.00/0.66/0.09)	

CMYK percentages

%32.76
%0
%65.52
%9.02

Codes

Color #9CE850 in popluar color models

9CE850
RGB15623280
HSL90°76.77%61.18%
HSB/HSV90°65.52%90.98%
CMYK32.76%0.00%65.52%
9.02%

Color #9CE850 in popluar number systems.

HEX9CE850
Decimal15623280
Binary10011100111010001010000
Octal234350120

Shades and tints

Shades of #9CE850

#9CE850
(156,232,80)
#8ED349
(142,211,73)
#80BE42
(128,190,66)
#72A93B
(114,169,59)
#649434
(100,148,52)
#567F2D
(86,127,45)
#486A26
(72,106,38)
#3A551F
(58,85,31)
#2C4018
(44,64,24)
#1E2B11
(30,43,17)
#10160A
(16,22,10)
#000000
(0,0,0)

Tints of #9CE850

#9CE850
(156,232,80)
#A5EA5F
(165,234,95)
#AEEC6E
(174,236,110)
#B7EE7D
(183,238,125)
#C0F08C
(192,240,140)
#C9F29B
(201,242,155)
#D2F4AA
(210,244,170)
#DBF6B9
(219,246,185)
#E4F8C8
(228,248,200)
#EDFAD7
(237,250,215)
#F6FCE6
(246,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE850 color. Also use rgb(156,232,80) instead hex code.

Text Font Color

.myTextColor { color: #9CE850; }

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

This text font color is #9CE850.


Background Color

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

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

This div background color is #9CE850.


Border color

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

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

This div border color is #9CE850.


Opacity

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

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

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

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

This text has shadow with #9CE850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE850 on black background.


Color preview on white background

This text has color #9CE850 on white background.



Black color preview on #9CE850 background

This text has black color on #9CE850 background.


White color preview on #9CE850 background

This text has white color on #9CE850 background.