COLOR #96C58E

HEX: #96C58E RGB: (150,197,142)

Color info

#96C58E contains red, green and blue colors in about the same proportion. Web safe color of #96C58E is #99CC99 (or #9C9).

RGB color model

#96C58E color RGB value is (150,197,142).

RGB: (150,197,142) (59%, 77%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 197 of 255 = 77%
B 142 of 255 = 56%

150
197
142

R + G + B ~ 64%. #96C58E is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 197 + 142 = 489 (100%)
R 150 of 489 ~ 30.67%
G 197 of 489 ~ 40.29%
B 142 of 489 ~ 29.04'%

%30.67
%40.29
%29.04

CMYK color model

#96C58E color CMYK value is (24,0,28,23).

  • cyan value is 23.86%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 22.75%

CMYK: (24,0,28,23)
C24M0Y28K23 (24%, 0%, 28%, 23%)
(0.24 / 0.00 / 0.28 / 0.23)

CMYK percentages

%23.86
%0
%27.92
%22.75

Codes

Color #96C58E in popluar color models

96 C5 8E
RGB 150 197 142
HSL 111° 32.16% 66.47%
HSB/HSV 111° 27.92% 77.25%
CMYK 23.86% 0.00% 27.92%
22.75%

Color #96C58E in popluar number systems.

HEX 96 C5 8E
Decimal 150 197 142
Binary 10010110 11000101 10001110
Octal 226 305 216

Shades and tints

Shades of #96C58E

#96C58E
(150,197,142)
#89B482
(137,180,130)
#7CA376
(124,163,118)
#6F926A
(111,146,106)
#62815E
(98,129,94)
#557052
(85,112,82)
#485F46
(72,95,70)
#3B4E3A
(59,78,58)
#2E3D2E
(46,61,46)
#212C22
(33,44,34)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #96C58E

#96C58E
(150,197,142)
#9FCA98
(159,202,152)
#A8CFA2
(168,207,162)
#B1D4AC
(177,212,172)
#BAD9B6
(186,217,182)
#C3DEC0
(195,222,192)
#CCE3CA
(204,227,202)
#D5E8D4
(213,232,212)
#DEEDDE
(222,237,222)
#E7F2E8
(231,242,232)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C58E color. Also use rgb(150,197,142) instead hex code.

Text Font Color

.myTextColor { color: #96C58E; }

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

This text font color is #96C58E.

Background Color

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

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

This div background color is #96C58E.

Border color

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

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

This div border color is #96C58E.

Opacity

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

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

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

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

This text has shadow with #96C58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C58E.

Preview

Color preview on black background

This text has color #96C58E on black background.


Color preview on white background

This text has color #96C58E on white background.


Black color preview on #96C58E background

This text has black color on #96C58E background.


White color preview on #96C58E background

This text has white color on #96C58E background.


Related colors

Complementary color

Complementary color for #hex is #693A71.


I love getcolorcode.com

Triadic colors

1 #8E96C5 and #C58E96 with #96C58E are triadic colors.

2 #8EC596 and #C5968E with #96C58E are triadic colors.