COLOR #9CEF12

HEX: #9CEF12
RGB: (156,239,18)

Color info

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

RGB color model

#9CEF12 color RGB value is (156,239,18).

  • red value is 156;
  • green value is 239;
  • blue value is 18.
RGB:
(156,239,18)
(61%,94%,7%)

RGB channels and saturation

R 156 of 255 = 61%
G 239 of 255 = 94%
B 18 of 255 = 7%

156
239
18

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

Portions of RGB colors in percentages

R + G + B =
156 + 239 + 18 = 413 (100%)
R 156 of 413 ~ 37.77%
G 239 of 413 ~ 57.87%
B 18 of 413 ~ 4.36%

%37.77
%57.87

CMYK color model

#9CEF12 color CMYK value is (35,0,92,6).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 92.47%
  • key color value is 6.27%
CMYK:
(35,0,92,6)
C35M0Y92K6 
(35%,0%,92%,6%)
(0.35/0.00/0.92/0.06)	

CMYK percentages

%34.73
%0
%92.47
%6.27

Codes

Color #9CEF12 in popluar color models

9CEF12
RGB15623918
HSL83°87.35%50.39%
HSB/HSV83°92.47%93.73%
CMYK34.73%0.00%92.47%
6.27%

Color #9CEF12 in popluar number systems.

HEX9CEF12
Decimal15623918
Binary100111001110111110010
Octal23435722

Shades and tints

Shades of #9CEF12

#9CEF12
(156,239,18)
#8EDA11
(142,218,17)
#80C510
(128,197,16)
#72B00F
(114,176,15)
#649B0E
(100,155,14)
#56860D
(86,134,13)
#48710C
(72,113,12)
#3A5C0B
(58,92,11)
#2C470A
(44,71,10)
#1E3209
(30,50,9)
#101D08
(16,29,8)
#000000
(0,0,0)

Tints of #9CEF12

#9CEF12
(156,239,18)
#A5F027
(165,240,39)
#AEF13C
(174,241,60)
#B7F251
(183,242,81)
#C0F366
(192,243,102)
#C9F47B
(201,244,123)
#D2F590
(210,245,144)
#DBF6A5
(219,246,165)
#E4F7BA
(228,247,186)
#EDF8CF
(237,248,207)
#F6F9E4
(246,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEF12 color. Also use rgb(156,239,18) instead hex code.

Text Font Color

.myTextColor { color: #9CEF12; }

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

This text font color is #9CEF12.


Background Color

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

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

This div background color is #9CEF12.


Border color

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

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

This div border color is #9CEF12.


Opacity

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

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

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

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

This text has shadow with #9CEF12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEF12 on black background.


Color preview on white background

This text has color #9CEF12 on white background.



Black color preview on #9CEF12 background

This text has black color on #9CEF12 background.


White color preview on #9CEF12 background

This text has white color on #9CEF12 background.