COLOR #96FD0E

HEX: #96FD0E
RGB: (150,253,14)

Color info

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

RGB color model

#96FD0E color RGB value is (150,253,14).

  • red value is 150;
  • green value is 253;
  • blue value is 14.
RGB:
(150,253,14)
(59%,99%,5%)

RGB channels and saturation

R 150 of 255 = 59%
G 253 of 255 = 99%
B 14 of 255 = 5%

150
253
14

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

Portions of RGB colors in percentages

R + G + B =
150 + 253 + 14 = 417 (100%)
R 150 of 417 ~ 35.97%
G 253 of 417 ~ 60.67%
B 14 of 417 ~ 3.36%

%35.97
%60.67

CMYK color model

#96FD0E color CMYK value is (41,0,94,1).

  • cyan value is 40.71%
  • magenta value is 0.00%
  • yellow value is 94.47%
  • key color value is 0.78%
CMYK:
(41,0,94,1)
C41M0Y94K1 
(41%,0%,94%,1%)
(0.41/0.00/0.94/0.01)	

CMYK percentages

%40.71
%0
%94.47
%0.78

Codes

Color #96FD0E in popluar color models

96FD0E
RGB15025314
HSL86°98.35%52.35%
HSB/HSV86°94.47%99.22%
CMYK40.71%0.00%94.47%
0.78%

Color #96FD0E in popluar number systems.

HEX96FD0E
Decimal15025314
Binary10010110111111011110
Octal22637516

Shades and tints

Shades of #96FD0E

#96FD0E
(150,253,14)
#89E60D
(137,230,13)
#7CCF0C
(124,207,12)
#6FB80B
(111,184,11)
#62A10A
(98,161,10)
#558A09
(85,138,9)
#487308
(72,115,8)
#3B5C07
(59,92,7)
#2E4506
(46,69,6)
#212E05
(33,46,5)
#141704
(20,23,4)
#000000
(0,0,0)

Tints of #96FD0E

#96FD0E
(150,253,14)
#9FFD23
(159,253,35)
#A8FD38
(168,253,56)
#B1FD4D
(177,253,77)
#BAFD62
(186,253,98)
#C3FD77
(195,253,119)
#CCFD8C
(204,253,140)
#D5FDA1
(213,253,161)
#DEFDB6
(222,253,182)
#E7FDCB
(231,253,203)
#F0FDE0
(240,253,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FD0E color. Also use rgb(150,253,14) instead hex code.

Text Font Color

.myTextColor { color: #96FD0E; }

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

This text font color is #96FD0E.


Background Color

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

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

This div background color is #96FD0E.


Border color

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

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

This div border color is #96FD0E.


Opacity

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

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

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

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

This text has shadow with #96FD0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FD0E on black background.


Color preview on white background

This text has color #96FD0E on white background.



Black color preview on #96FD0E background

This text has black color on #96FD0E background.


White color preview on #96FD0E background

This text has white color on #96FD0E background.