COLOR #96CC80

HEX: #96CC80 RGB: (150,204,128)

Color info

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

RGB color model

#96CC80 color RGB value is (150,204,128).

RGB: (150,204,128) (59%, 80%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 128 of 255 = 50%

150
204
128

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

Portions of RGB colors in percentages

R + G + B = 150 + 204 + 128 = 482 (100%)
R 150 of 482 ~ 31.12%
G 204 of 482 ~ 42.32%
B 128 of 482 ~ 26.56'%

%31.12
%42.32
%26.56

CMYK color model

#96CC80 color CMYK value is (26,0,37,20).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%

CMYK: (26,0,37,20)
C26M0Y37K20 (26%, 0%, 37%, 20%)
(0.26 / 0.00 / 0.37 / 0.20)

CMYK percentages

%26.47
%0
%37.25
%20

Codes

Color #96CC80 in popluar color models

96 CC 80
RGB 150 204 128
HSL 103° 42.70% 65.10%
HSB/HSV 103° 37.25% 80.00%
CMYK 26.47% 0.00% 37.25%
20.00%

Color #96CC80 in popluar number systems.

HEX 96 CC 80
Decimal 150 204 128
Binary 10010110 11001100 10000000
Octal 226 314 200

Shades and tints

Shades of #96CC80

#96CC80
(150,204,128)
#89BA75
(137,186,117)
#7CA86A
(124,168,106)
#6F965F
(111,150,95)
#628454
(98,132,84)
#557249
(85,114,73)
#48603E
(72,96,62)
#3B4E33
(59,78,51)
#2E3C28
(46,60,40)
#212A1D
(33,42,29)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96CC80

#96CC80
(150,204,128)
#9FD08B
(159,208,139)
#A8D496
(168,212,150)
#B1D8A1
(177,216,161)
#BADCAC
(186,220,172)
#C3E0B7
(195,224,183)
#CCE4C2
(204,228,194)
#D5E8CD
(213,232,205)
#DEECD8
(222,236,216)
#E7F0E3
(231,240,227)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CC80 color. Also use rgb(150,204,128) instead hex code.

Text Font Color

.myTextColor { color: #96CC80; }

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

This text font color is #96CC80.

Background Color

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

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

This div background color is #96CC80.

Border color

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

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

This div border color is #96CC80.

Opacity

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

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

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

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

This text has shadow with #96CC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CC80.

Preview

Color preview on black background

This text has color #96CC80 on black background.


Color preview on white background

This text has color #96CC80 on white background.


Black color preview on #96CC80 background

This text has black color on #96CC80 background.


White color preview on #96CC80 background

This text has white color on #96CC80 background.


Related colors

Complementary color

Complementary color for #hex is #69337F.


I love getcolorcode.com

Triadic colors

1 #8096CC and #CC8096 with #96CC80 are triadic colors.

2 #80CC96 and #CC9680 with #96CC80 are triadic colors.