COLOR #96FA69

HEX: #96FA69
RGB: (150,250,105)

Color info

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

RGB color model

#96FA69 color RGB value is (150,250,105).

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

RGB channels and saturation

R 150 of 255 = 59%
G 250 of 255 = 98%
B 105 of 255 = 41%

150
250
105

R + G + B ~ 66%. #96FA69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 250 + 105 = 505 (100%)
R 150 of 505 ~ 29.7%
G 250 of 505 ~ 49.5%
B 105 of 505 ~ 20.79%

%29.7
%49.5
%20.79

CMYK color model

#96FA69 color CMYK value is (40,0,58,2).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 1.96%
CMYK:
(40,0,58,2)
C40M0Y58K2 
(40%,0%,58%,2%)
(0.40/0.00/0.58/0.02)	

CMYK percentages

%40
%0
%58
%1.96

Codes

Color #96FA69 in popluar color models

96FA69
RGB150250105
HSL101°93.55%69.61%
HSB/HSV101°58.00%98.04%
CMYK40.00%0.00%58.00%
1.96%

Color #96FA69 in popluar number systems.

HEX96FA69
Decimal150250105
Binary10010110111110101101001
Octal226372151

Shades and tints

Shades of #96FA69

#96FA69
(150,250,105)
#89E460
(137,228,96)
#7CCE57
(124,206,87)
#6FB84E
(111,184,78)
#62A245
(98,162,69)
#558C3C
(85,140,60)
#487633
(72,118,51)
#3B602A
(59,96,42)
#2E4A21
(46,74,33)
#213418
(33,52,24)
#141E0F
(20,30,15)
#000000
(0,0,0)

Tints of #96FA69

#96FA69
(150,250,105)
#9FFA76
(159,250,118)
#A8FA83
(168,250,131)
#B1FA90
(177,250,144)
#BAFA9D
(186,250,157)
#C3FAAA
(195,250,170)
#CCFAB7
(204,250,183)
#D5FAC4
(213,250,196)
#DEFAD1
(222,250,209)
#E7FADE
(231,250,222)
#F0FAEB
(240,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96FA69; }

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

This text font color is #96FA69.


Background Color

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

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

This div background color is #96FA69.


Border color

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

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

This div border color is #96FA69.


Opacity

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

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

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

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

This text has shadow with #96FA69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FA69 on black background.


Color preview on white background

This text has color #96FA69 on white background.



Black color preview on #96FA69 background

This text has black color on #96FA69 background.


White color preview on #96FA69 background

This text has white color on #96FA69 background.