COLOR #9CCC26

HEX: #9CCC26
RGB: (156,204,38)

Color info

#9CCC26 contains mainly red and green colors. Web safe color of #9CCC26 is #99CC33 (or #9C3).

RGB color model

#9CCC26 color RGB value is (156,204,38).

  • red value is 156;
  • green value is 204;
  • blue value is 38.
RGB:
(156,204,38)
(61%,80%,15%)

RGB channels and saturation

R 156 of 255 = 61%
G 204 of 255 = 80%
B 38 of 255 = 15%

156
204
38

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

Portions of RGB colors in percentages

R + G + B =
156 + 204 + 38 = 398 (100%)
R 156 of 398 ~ 39.2%
G 204 of 398 ~ 51.26%
B 38 of 398 ~ 9.55%

%39.2
%51.26
%9.55

CMYK color model

#9CCC26 color CMYK value is (24,0,81,20).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 81.37%
  • key color value is 20.00%
CMYK:
(24,0,81,20)
C24M0Y81K20 
(24%,0%,81%,20%)
(0.24/0.00/0.81/0.20)	

CMYK percentages

%23.53
%0
%81.37
%20

Codes

Color #9CCC26 in popluar color models

9CCC26
RGB15620438
HSL77°68.60%47.45%
HSB/HSV77°81.37%80.00%
CMYK23.53%0.00%81.37%
20.00%

Color #9CCC26 in popluar number systems.

HEX9CCC26
Decimal15620438
Binary1001110011001100100110
Octal23431446

Shades and tints

Shades of #9CCC26

#9CCC26
(156,204,38)
#8EBA23
(142,186,35)
#80A820
(128,168,32)
#72961D
(114,150,29)
#64841A
(100,132,26)
#567217
(86,114,23)
#486014
(72,96,20)
#3A4E11
(58,78,17)
#2C3C0E
(44,60,14)
#1E2A0B
(30,42,11)
#101808
(16,24,8)
#000000
(0,0,0)

Tints of #9CCC26

#9CCC26
(156,204,38)
#A5D039
(165,208,57)
#AED44C
(174,212,76)
#B7D85F
(183,216,95)
#C0DC72
(192,220,114)
#C9E085
(201,224,133)
#D2E498
(210,228,152)
#DBE8AB
(219,232,171)
#E4ECBE
(228,236,190)
#EDF0D1
(237,240,209)
#F6F4E4
(246,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCC26 color. Also use rgb(156,204,38) instead hex code.

Text Font Color

.myTextColor { color: #9CCC26; }

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

This text font color is #9CCC26.


Background Color

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

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

This div background color is #9CCC26.


Border color

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

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

This div border color is #9CCC26.


Opacity

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

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

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

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

This text has shadow with #9CCC26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCC26 on black background.


Color preview on white background

This text has color #9CCC26 on white background.



Black color preview on #9CCC26 background

This text has black color on #9CCC26 background.


White color preview on #9CCC26 background

This text has white color on #9CCC26 background.