COLOR #96DA6D

HEX: #96DA6D RGB: (150,218,109)

Color info

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

RGB color model

#96DA6D color RGB value is (150,218,109).

RGB: (150,218,109) (59%, 85%, 43%)

RGB channels and saturation

R 150 of 255 = 59%
G 218 of 255 = 85%
B 109 of 255 = 43%

150
218
109

R + G + B ~ 62%. #96DA6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 218 + 109 = 477 (100%)
R 150 of 477 ~ 31.45%
G 218 of 477 ~ 45.7%
B 109 of 477 ~ 22.85'%

%31.45
%45.7
%22.85

CMYK color model

#96DA6D color CMYK value is (31,0,50,15).

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 14.51%
CMYK: (31,0,50,15) C31M0Y50K15 (31%,0%,50%,15%) (0.31/0.00/0.50/0.15) 

CMYK percentages

%31.19
%0
%50
%14.51

Codes

Color #96DA6D in popluar color models

96 DA 6D
RGB 150 218 109
HSL 97° 59.56% 64.12%
HSB/HSV 97° 50.00% 85.49%
CMYK 31.19% 0.00% 50.00%
14.51%

Color #96DA6D in popluar number systems.

HEX 96 DA 6D
Decimal 150 218 109
Binary 10010110 11011010 1101101
Octal 226 332 155

Shades and tints

Shades of #96DA6D

#96DA6D
(150,218,109)
#89C764
(137,199,100)
#7CB45B
(124,180,91)
#6FA152
(111,161,82)
#628E49
(98,142,73)
#557B40
(85,123,64)
#486837
(72,104,55)
#3B552E
(59,85,46)
#2E4225
(46,66,37)
#212F1C
(33,47,28)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #96DA6D

#96DA6D
(150,218,109)
#9FDD7A
(159,221,122)
#A8E087
(168,224,135)
#B1E394
(177,227,148)
#BAE6A1
(186,230,161)
#C3E9AE
(195,233,174)
#CCECBB
(204,236,187)
#D5EFC8
(213,239,200)
#DEF2D5
(222,242,213)
#E7F5E2
(231,245,226)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DA6D color. Also use rgb(150,218,109) instead hex code.

Text Font Color

.myTextColor { color: #96DA6D; }

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

This text font color is #96DA6D.

Background Color

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

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

This div background color is #96DA6D.

Border color

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

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

This div border color is #96DA6D.

Opacity

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

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

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

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

This text has shadow with #96DA6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DA6D.

Preview

Color preview on black background

This text has color #96DA6D on black background.


Color preview on white background

This text has color #96DA6D on white background.


Black color preview on #96DA6D background

This text has black color on #96DA6D background.


White color preview on #96DA6D background

This text has white color on #96DA6D background.


Related colors

Complementary color

Complementary color for #hex is #692592.


I love getcolorcode.com

Triadic colors

1 #6D96DA and #DA6D96 with #96DA6D are triadic colors.

2 #6DDA96 and #DA966D with #96DA6D are triadic colors.