COLOR #9CEE16

HEX: #9CEE16
RGB: (156,238,22)

Color info

#9CEE16 contains mainly green color. Web safe color of #9CEE16 is #99FF00 (or #9F0).

RGB color model

#9CEE16 color RGB value is (156,238,22).

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

RGB channels and saturation

R 156 of 255 = 61%
G 238 of 255 = 93%
B 22 of 255 = 9%

156
238
22

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

Portions of RGB colors in percentages

R + G + B =
156 + 238 + 22 = 416 (100%)
R 156 of 416 ~ 37.5%
G 238 of 416 ~ 57.21%
B 22 of 416 ~ 5.29%

%37.5
%57.21

CMYK color model

#9CEE16 color CMYK value is (34,0,91,7).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 90.76%
  • key color value is 6.67%
CMYK:
(34,0,91,7)
C34M0Y91K7 
(34%,0%,91%,7%)
(0.34/0.00/0.91/0.07)	

CMYK percentages

%34.45
%0
%90.76
%6.67

Codes

Color #9CEE16 in popluar color models

9CEE16
RGB15623822
HSL83°86.40%50.98%
HSB/HSV83°90.76%93.33%
CMYK34.45%0.00%90.76%
6.67%

Color #9CEE16 in popluar number systems.

HEX9CEE16
Decimal15623822
Binary100111001110111010110
Octal23435626

Shades and tints

Shades of #9CEE16

#9CEE16
(156,238,22)
#8ED914
(142,217,20)
#80C412
(128,196,18)
#72AF10
(114,175,16)
#649A0E
(100,154,14)
#56850C
(86,133,12)
#48700A
(72,112,10)
#3A5B08
(58,91,8)
#2C4606
(44,70,6)
#1E3104
(30,49,4)
#101C02
(16,28,2)
#000000
(0,0,0)

Tints of #9CEE16

#9CEE16
(156,238,22)
#A5EF2B
(165,239,43)
#AEF040
(174,240,64)
#B7F155
(183,241,85)
#C0F26A
(192,242,106)
#C9F37F
(201,243,127)
#D2F494
(210,244,148)
#DBF5A9
(219,245,169)
#E4F6BE
(228,246,190)
#EDF7D3
(237,247,211)
#F6F8E8
(246,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CEE16; }

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

This text font color is #9CEE16.


Background Color

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

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

This div background color is #9CEE16.


Border color

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

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

This div border color is #9CEE16.


Opacity

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

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

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

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

This text has shadow with #9CEE16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEE16 on black background.


Color preview on white background

This text has color #9CEE16 on white background.



Black color preview on #9CEE16 background

This text has black color on #9CEE16 background.


White color preview on #9CEE16 background

This text has white color on #9CEE16 background.