COLOR #96CD13

HEX: #96CD13
RGB: (150,205,19)

Color info

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

RGB color model

#96CD13 color RGB value is (150,205,19).

  • red value is 150;
  • green value is 205;
  • blue value is 19.
RGB:
(150,205,19)
(59%,80%,7%)

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 19 of 255 = 7%

150
205
19

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

Portions of RGB colors in percentages

R + G + B =
150 + 205 + 19 = 374 (100%)
R 150 of 374 ~ 40.11%
G 205 of 374 ~ 54.81%
B 19 of 374 ~ 5.08%

%40.11
%54.81

CMYK color model

#96CD13 color CMYK value is (27,0,91,20).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 90.73%
  • key color value is 19.61%
CMYK:
(27,0,91,20)
C27M0Y91K20 
(27%,0%,91%,20%)
(0.27/0.00/0.91/0.20)	

CMYK percentages

%26.83
%0
%90.73
%19.61

Codes

Color #96CD13 in popluar color models

96CD13
RGB15020519
HSL78°83.04%43.92%
HSB/HSV78°90.73%80.39%
CMYK26.83%0.00%90.73%
19.61%

Color #96CD13 in popluar number systems.

HEX96CD13
Decimal15020519
Binary100101101100110110011
Octal22631523

Shades and tints

Shades of #96CD13

#96CD13
(150,205,19)
#89BB12
(137,187,18)
#7CA911
(124,169,17)
#6F9710
(111,151,16)
#62850F
(98,133,15)
#55730E
(85,115,14)
#48610D
(72,97,13)
#3B4F0C
(59,79,12)
#2E3D0B
(46,61,11)
#212B0A
(33,43,10)
#141909
(20,25,9)
#000000
(0,0,0)

Tints of #96CD13

#96CD13
(150,205,19)
#9FD128
(159,209,40)
#A8D53D
(168,213,61)
#B1D952
(177,217,82)
#BADD67
(186,221,103)
#C3E17C
(195,225,124)
#CCE591
(204,229,145)
#D5E9A6
(213,233,166)
#DEEDBB
(222,237,187)
#E7F1D0
(231,241,208)
#F0F5E5
(240,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CD13 color. Also use rgb(150,205,19) instead hex code.

Text Font Color

.myTextColor { color: #96CD13; }

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

This text font color is #96CD13.


Background Color

.myBgColor { background-color: #96CD13; }

<div style="background-color:#96CD13">Inner text</div>

This div background color is #96CD13.


Border color

.myBorderColor { border: 1px solid #96CD13; }

<div style="border:3px solid #96CD13">Div</div>

This div border color is #96CD13.


Opacity

.myOpacity80 { color: #96CD13; opacity: 0.8; }

<p style="color:#96CD13;opacity:0.8;">80%</p>

Text with #96CD13 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 #96CD13;}

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

This text has shadow with #96CD13 color.

.textShadow {text-shadow: 3px 3px 1px #96CD13, 3px 3px 1px red;}

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

This text has shadow with #96CD13 primary color and red secondary color.


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

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

This text has shadow with #96CD13 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CD13 on black background.


Color preview on white background

This text has color #96CD13 on white background.



Black color preview on #96CD13 background

This text has black color on #96CD13 background.


White color preview on #96CD13 background

This text has white color on #96CD13 background.