COLOR #96D162

HEX: #96D162 RGB: (150,209,98)

Color info

#96D162 contains mainly red and green colors. Web safe color of #96D162 is #99CC66 (or #9C6).

RGB color model

#96D162 color RGB value is (150,209,98).

RGB: (150,209,98) (59%, 82%, 38%)

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 98 of 255 = 38%

150
209
98

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

Portions of RGB colors in percentages

R + G + B = 150 + 209 + 98 = 457 (100%)
R 150 of 457 ~ 32.82%
G 209 of 457 ~ 45.73%
B 98 of 457 ~ 21.44'%

%32.82
%45.73
%21.44

CMYK color model

#96D162 color CMYK value is (28,0,53,18).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 53.11%
  • key color value is 18.04%

CMYK: (28,0,53,18)
C28M0Y53K18 (28%, 0%, 53%, 18%)
(0.28 / 0.00 / 0.53 / 0.18)

CMYK percentages

%28.23
%0
%53.11
%18.04

Codes

Color #96D162 in popluar color models

96 D1 62
RGB 150 209 98
HSL 92° 54.68% 60.20%
HSB/HSV 92° 53.11% 81.96%
CMYK 28.23% 0.00% 53.11%
18.04%

Color #96D162 in popluar number systems.

HEX 96 D1 62
Decimal 150 209 98
Binary 10010110 11010001 1100010
Octal 226 321 142

Shades and tints

Shades of #96D162

#96D162
(150,209,98)
#89BE5A
(137,190,90)
#7CAB52
(124,171,82)
#6F984A
(111,152,74)
#628542
(98,133,66)
#55723A
(85,114,58)
#485F32
(72,95,50)
#3B4C2A
(59,76,42)
#2E3922
(46,57,34)
#21261A
(33,38,26)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #96D162

#96D162
(150,209,98)
#9FD570
(159,213,112)
#A8D97E
(168,217,126)
#B1DD8C
(177,221,140)
#BAE19A
(186,225,154)
#C3E5A8
(195,229,168)
#CCE9B6
(204,233,182)
#D5EDC4
(213,237,196)
#DEF1D2
(222,241,210)
#E7F5E0
(231,245,224)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D162 color. Also use rgb(150,209,98) instead hex code.

Text Font Color

.myTextColor { color: #96D162; }

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

This text font color is #96D162.

Background Color

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

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

This div background color is #96D162.

Border color

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

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

This div border color is #96D162.

Opacity

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

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

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

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

This text has shadow with #96D162 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D162.

Preview

Color preview on black background

This text has color #96D162 on black background.


Color preview on white background

This text has color #96D162 on white background.


Black color preview on #96D162 background

This text has black color on #96D162 background.


White color preview on #96D162 background

This text has white color on #96D162 background.


Related colors

Complementary color

Complementary color for #hex is #692E9D.


I love getcolorcode.com

Triadic colors

1 #6296D1 and #D16296 with #96D162 are triadic colors.

2 #62D196 and #D19662 with #96D162 are triadic colors.