COLOR #9CCE0D

HEX: #9CCE0D
RGB: (156,206,13)

Color info

#9CCE0D contains mainly red and green colors. Web safe color of #9CCE0D is #99CC00 (or #9C0).

RGB color model

#9CCE0D color RGB value is (156,206,13).

  • red value is 156;
  • green value is 206;
  • blue value is 13.
RGB: (156,206,13) (61%,81%,5%)

RGB channels and saturation

R 156 of 255 = 61%
G 206 of 255 = 81%
B 13 of 255 = 5%

156
206
13

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

Portions of RGB colors in percentages

R + G + B =
156 + 206 + 13 = 375 (100%)
R 156 of 375 ~ 41.6%
G 206 of 375 ~ 54.93%
B 13 of 375 ~ 3.47%

%41.6
%54.93

CMYK color model

#9CCE0D color CMYK value is (24,0,94,19).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 93.69%
  • key color value is 19.22%
CMYK: (24,0,94,19) C24M0Y94K19 (24%,0%,94%,19%) (0.24/0.00/0.94/0.19)

CMYK percentages

%24.27
%0
%93.69
%19.22

Codes

Color #9CCE0D in popluar color models

9CCE0D
RGB15620613
HSL76°88.13%42.94%
HSB/HSV76°93.69%80.78%
CMYK24.27%0.00%93.69%
19.22%

Color #9CCE0D in popluar number systems.

HEX9CCE0D
Decimal15620613
Binary10011100110011101101
Octal23431615

Shades and tints

Shades of #9CCE0D

#9CCE0D
(156,206,13)
#8EBC0C
(142,188,12)
#80AA0B
(128,170,11)
#72980A
(114,152,10)
#648609
(100,134,9)
#567408
(86,116,8)
#486207
(72,98,7)
#3A5006
(58,80,6)
#2C3E05
(44,62,5)
#1E2C04
(30,44,4)
#101A03
(16,26,3)
#000000
(0,0,0)

Tints of #9CCE0D

#9CCE0D
(156,206,13)
#A5D223
(165,210,35)
#AED639
(174,214,57)
#B7DA4F
(183,218,79)
#C0DE65
(192,222,101)
#C9E27B
(201,226,123)
#D2E691
(210,230,145)
#DBEAA7
(219,234,167)
#E4EEBD
(228,238,189)
#EDF2D3
(237,242,211)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCE0D color. Also use rgb(156,206,13) instead hex code.

Text Font Color

.myTextColor { color: #9CCE0D; }

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

This text font color is #9CCE0D.


Background Color

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

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

This div background color is #9CCE0D.


Border color

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

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

This div border color is #9CCE0D.


Opacity

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

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

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

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

This text has shadow with #9CCE0D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9CCE0D on black background.


Color preview on white background

This text has color #9CCE0D on white background.



Black color preview on #9CCE0D background

This text has black color on #9CCE0D background.


White color preview on #9CCE0D background

This text has white color on #9CCE0D background.