COLOR #96D36B

HEX: #96D36B RGB: (150,211,107)

Color info

#96D36B contains mainly green color. Web safe color of #96D36B is #99CC66 (or #9C6).

RGB color model

#96D36B color RGB value is (150,211,107).

RGB: (150,211,107) (59%, 83%, 42%)

RGB channels and saturation

R 150 of 255 = 59%
G 211 of 255 = 83%
B 107 of 255 = 42%

150
211
107

R + G + B ~ 61%. #96D36B is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 211 + 107 = 468 (100%)
R 150 of 468 ~ 32.05%
G 211 of 468 ~ 45.09%
B 107 of 468 ~ 22.86'%

%32.05
%45.09
%22.86

CMYK color model

#96D36B color CMYK value is (29,0,49,17).

  • cyan value is 28.91%
  • magenta value is 0.00%
  • yellow value is 49.29%
  • key color value is 17.25%

CMYK: (29,0,49,17)
C29M0Y49K17 (29%, 0%, 49%, 17%)
(0.29 / 0.00 / 0.49 / 0.17)

CMYK percentages

%28.91
%0
%49.29
%17.25

Codes

Color #96D36B in popluar color models

96 D3 6B
RGB 150 211 107
HSL 95° 54.17% 62.35%
HSB/HSV 95° 49.29% 82.75%
CMYK 28.91% 0.00% 49.29%
17.25%

Color #96D36B in popluar number systems.

HEX 96 D3 6B
Decimal 150 211 107
Binary 10010110 11010011 1101011
Octal 226 323 153

Shades and tints

Shades of #96D36B

#96D36B
(150,211,107)
#89C062
(137,192,98)
#7CAD59
(124,173,89)
#6F9A50
(111,154,80)
#628747
(98,135,71)
#55743E
(85,116,62)
#486135
(72,97,53)
#3B4E2C
(59,78,44)
#2E3B23
(46,59,35)
#21281A
(33,40,26)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #96D36B

#96D36B
(150,211,107)
#9FD778
(159,215,120)
#A8DB85
(168,219,133)
#B1DF92
(177,223,146)
#BAE39F
(186,227,159)
#C3E7AC
(195,231,172)
#CCEBB9
(204,235,185)
#D5EFC6
(213,239,198)
#DEF3D3
(222,243,211)
#E7F7E0
(231,247,224)
#F0FBED
(240,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D36B color. Also use rgb(150,211,107) instead hex code.

Text Font Color

.myTextColor { color: #96D36B; }

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

This text font color is #96D36B.

Background Color

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

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

This div background color is #96D36B.

Border color

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

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

This div border color is #96D36B.

Opacity

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

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

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

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

This text has shadow with #96D36B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D36B.

Preview

Color preview on black background

This text has color #96D36B on black background.


Color preview on white background

This text has color #96D36B on white background.


Black color preview on #96D36B background

This text has black color on #96D36B background.


White color preview on #96D36B background

This text has white color on #96D36B background.


Related colors

Complementary color

Complementary color for #hex is #692C94.


I love getcolorcode.com

Triadic colors

1 #6B96D3 and #D36B96 with #96D36B are triadic colors.

2 #6BD396 and #D3966B with #96D36B are triadic colors.