COLOR #96F02A

HEX: #96F02A
RGB: (150,240,42)

Color info

#96F02A contains mainly green color. Web safe color of #96F02A is #99FF33 (or #9F3).

RGB color model

#96F02A color RGB value is (150,240,42).

  • red value is 150;
  • green value is 240;
  • blue value is 42.
RGB:
(150,240,42)
(59%,94%,16%)

RGB channels and saturation

R 150 of 255 = 59%
G 240 of 255 = 94%
B 42 of 255 = 16%

150
240
42

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

Portions of RGB colors in percentages

R + G + B =
150 + 240 + 42 = 432 (100%)
R 150 of 432 ~ 34.72%
G 240 of 432 ~ 55.56%
B 42 of 432 ~ 9.72%

%34.72
%55.56
%9.72

CMYK color model

#96F02A color CMYK value is (38,0,83,6).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 82.50%
  • key color value is 5.88%
CMYK:
(38,0,83,6)
C38M0Y83K6 
(38%,0%,83%,6%)
(0.38/0.00/0.83/0.06)	

CMYK percentages

%37.5
%0
%82.5
%5.88

Codes

Color #96F02A in popluar color models

96F02A
RGB15024042
HSL87°86.84%55.29%
HSB/HSV87°82.50%94.12%
CMYK37.50%0.00%82.50%
5.88%

Color #96F02A in popluar number systems.

HEX96F02A
Decimal15024042
Binary1001011011110000101010
Octal22636052

Shades and tints

Shades of #96F02A

#96F02A
(150,240,42)
#89DB27
(137,219,39)
#7CC624
(124,198,36)
#6FB121
(111,177,33)
#629C1E
(98,156,30)
#55871B
(85,135,27)
#487218
(72,114,24)
#3B5D15
(59,93,21)
#2E4812
(46,72,18)
#21330F
(33,51,15)
#141E0C
(20,30,12)
#000000
(0,0,0)

Tints of #96F02A

#96F02A
(150,240,42)
#9FF13D
(159,241,61)
#A8F250
(168,242,80)
#B1F363
(177,243,99)
#BAF476
(186,244,118)
#C3F589
(195,245,137)
#CCF69C
(204,246,156)
#D5F7AF
(213,247,175)
#DEF8C2
(222,248,194)
#E7F9D5
(231,249,213)
#F0FAE8
(240,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F02A color. Also use rgb(150,240,42) instead hex code.

Text Font Color

.myTextColor { color: #96F02A; }

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

This text font color is #96F02A.


Background Color

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

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

This div background color is #96F02A.


Border color

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

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

This div border color is #96F02A.


Opacity

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

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

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

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

This text has shadow with #96F02A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F02A on black background.


Color preview on white background

This text has color #96F02A on white background.



Black color preview on #96F02A background

This text has black color on #96F02A background.


White color preview on #96F02A background

This text has white color on #96F02A background.