COLOR #9CCB19

HEX: #9CCB19
RGB: (156,203,25)

Color info

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

RGB color model

#9CCB19 color RGB value is (156,203,25).

  • red value is 156;
  • green value is 203;
  • blue value is 25.
RGB:
(156,203,25)
(61%,80%,10%)

RGB channels and saturation

R 156 of 255 = 61%
G 203 of 255 = 80%
B 25 of 255 = 10%

156
203
25

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

Portions of RGB colors in percentages

R + G + B =
156 + 203 + 25 = 384 (100%)
R 156 of 384 ~ 40.63%
G 203 of 384 ~ 52.86%
B 25 of 384 ~ 6.51%

%40.63
%52.86

CMYK color model

#9CCB19 color CMYK value is (23,0,88,20).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 87.68%
  • key color value is 20.39%
CMYK:
(23,0,88,20)
C23M0Y88K20 
(23%,0%,88%,20%)
(0.23/0.00/0.88/0.20)	

CMYK percentages

%23.15
%0
%87.68
%20.39

Codes

Color #9CCB19 in popluar color models

9CCB19
RGB15620325
HSL76°78.07%44.71%
HSB/HSV76°87.68%79.61%
CMYK23.15%0.00%87.68%
20.39%

Color #9CCB19 in popluar number systems.

HEX9CCB19
Decimal15620325
Binary100111001100101111001
Octal23431331

Shades and tints

Shades of #9CCB19

#9CCB19
(156,203,25)
#8EB917
(142,185,23)
#80A715
(128,167,21)
#729513
(114,149,19)
#648311
(100,131,17)
#56710F
(86,113,15)
#485F0D
(72,95,13)
#3A4D0B
(58,77,11)
#2C3B09
(44,59,9)
#1E2907
(30,41,7)
#101705
(16,23,5)
#000000
(0,0,0)

Tints of #9CCB19

#9CCB19
(156,203,25)
#A5CF2D
(165,207,45)
#AED341
(174,211,65)
#B7D755
(183,215,85)
#C0DB69
(192,219,105)
#C9DF7D
(201,223,125)
#D2E391
(210,227,145)
#DBE7A5
(219,231,165)
#E4EBB9
(228,235,185)
#EDEFCD
(237,239,205)
#F6F3E1
(246,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCB19 color. Also use rgb(156,203,25) instead hex code.

Text Font Color

.myTextColor { color: #9CCB19; }

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

This text font color is #9CCB19.


Background Color

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

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

This div background color is #9CCB19.


Border color

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

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

This div border color is #9CCB19.


Opacity

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

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

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

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

This text has shadow with #9CCB19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCB19 on black background.


Color preview on white background

This text has color #9CCB19 on white background.



Black color preview on #9CCB19 background

This text has black color on #9CCB19 background.


White color preview on #9CCB19 background

This text has white color on #9CCB19 background.