COLOR #96FA54

HEX: #96FA54
RGB: (150,250,84)

Color info

#96FA54 contains mainly green color. Web safe color of #96FA54 is #99FF66 (or #9F6).

RGB color model

#96FA54 color RGB value is (150,250,84).

  • red value is 150;
  • green value is 250;
  • blue value is 84.
RGB:
(150,250,84)
(59%,98%,33%)

RGB channels and saturation

R 150 of 255 = 59%
G 250 of 255 = 98%
B 84 of 255 = 33%

150
250
84

R + G + B ~ 63%. #96FA54 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 250 + 84 = 484 (100%)
R 150 of 484 ~ 30.99%
G 250 of 484 ~ 51.65%
B 84 of 484 ~ 17.36%

%30.99
%51.65
%17.36

CMYK color model

#96FA54 color CMYK value is (40,0,66,2).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 66.40%
  • key color value is 1.96%
CMYK:
(40,0,66,2)
C40M0Y66K2 
(40%,0%,66%,2%)
(0.40/0.00/0.66/0.02)	

CMYK percentages

%40
%0
%66.4
%1.96

Codes

Color #96FA54 in popluar color models

96FA54
RGB15025084
HSL96°94.32%65.49%
HSB/HSV96°66.40%98.04%
CMYK40.00%0.00%66.40%
1.96%

Color #96FA54 in popluar number systems.

HEX96FA54
Decimal15025084
Binary10010110111110101010100
Octal226372124

Shades and tints

Shades of #96FA54

#96FA54
(150,250,84)
#89E44D
(137,228,77)
#7CCE46
(124,206,70)
#6FB83F
(111,184,63)
#62A238
(98,162,56)
#558C31
(85,140,49)
#48762A
(72,118,42)
#3B6023
(59,96,35)
#2E4A1C
(46,74,28)
#213415
(33,52,21)
#141E0E
(20,30,14)
#000000
(0,0,0)

Tints of #96FA54

#96FA54
(150,250,84)
#9FFA63
(159,250,99)
#A8FA72
(168,250,114)
#B1FA81
(177,250,129)
#BAFA90
(186,250,144)
#C3FA9F
(195,250,159)
#CCFAAE
(204,250,174)
#D5FABD
(213,250,189)
#DEFACC
(222,250,204)
#E7FADB
(231,250,219)
#F0FAEA
(240,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FA54 color. Also use rgb(150,250,84) instead hex code.

Text Font Color

.myTextColor { color: #96FA54; }

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

This text font color is #96FA54.


Background Color

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

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

This div background color is #96FA54.


Border color

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

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

This div border color is #96FA54.


Opacity

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

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

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

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

This text has shadow with #96FA54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FA54 on black background.


Color preview on white background

This text has color #96FA54 on white background.



Black color preview on #96FA54 background

This text has black color on #96FA54 background.


White color preview on #96FA54 background

This text has white color on #96FA54 background.