COLOR #96D079

HEX: #96D079 RGB: (150,208,121)

Color info

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

RGB color model

#96D079 color RGB value is (150,208,121).

RGB: (150,208,121) (59%, 82%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 208 of 255 = 82%
B 121 of 255 = 47%

150
208
121

R + G + B ~ 63%. #96D079 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 208 + 121 = 479 (100%)
R 150 of 479 ~ 31.32%
G 208 of 479 ~ 43.42%
B 121 of 479 ~ 25.26'%

%31.32
%43.42
%25.26

CMYK color model

#96D079 color CMYK value is (28,0,42,18).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 41.83%
  • key color value is 18.43%

CMYK: (28,0,42,18)
C28M0Y42K18 (28%, 0%, 42%, 18%)
(0.28 / 0.00 / 0.42 / 0.18)

CMYK percentages

%27.88
%0
%41.83
%18.43

Codes

Color #96D079 in popluar color models

96 D0 79
RGB 150 208 121
HSL 100° 48.07% 64.51%
HSB/HSV 100° 41.83% 81.57%
CMYK 27.88% 0.00% 41.83%
18.43%

Color #96D079 in popluar number systems.

HEX 96 D0 79
Decimal 150 208 121
Binary 10010110 11010000 1111001
Octal 226 320 171

Shades and tints

Shades of #96D079

#96D079
(150,208,121)
#89BE6E
(137,190,110)
#7CAC63
(124,172,99)
#6F9A58
(111,154,88)
#62884D
(98,136,77)
#557642
(85,118,66)
#486437
(72,100,55)
#3B522C
(59,82,44)
#2E4021
(46,64,33)
#212E16
(33,46,22)
#141C0B
(20,28,11)
#000000
(0,0,0)

Tints of #96D079

#96D079
(150,208,121)
#9FD485
(159,212,133)
#A8D891
(168,216,145)
#B1DC9D
(177,220,157)
#BAE0A9
(186,224,169)
#C3E4B5
(195,228,181)
#CCE8C1
(204,232,193)
#D5ECCD
(213,236,205)
#DEF0D9
(222,240,217)
#E7F4E5
(231,244,229)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D079 color. Also use rgb(150,208,121) instead hex code.

Text Font Color

.myTextColor { color: #96D079; }

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

This text font color is #96D079.

Background Color

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

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

This div background color is #96D079.

Border color

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

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

This div border color is #96D079.

Opacity

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

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

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

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

This text has shadow with #96D079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D079.

Preview

Color preview on black background

This text has color #96D079 on black background.


Color preview on white background

This text has color #96D079 on white background.


Black color preview on #96D079 background

This text has black color on #96D079 background.


White color preview on #96D079 background

This text has white color on #96D079 background.


Related colors

Complementary color

Complementary color for #hex is #692F86.


I love getcolorcode.com

Triadic colors

1 #7996D0 and #D07996 with #96D079 are triadic colors.

2 #79D096 and #D09679 with #96D079 are triadic colors.