COLOR #96C99A

HEX: #96C99A RGB: (150,201,154)

Color info

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

RGB color model

#96C99A color RGB value is (150,201,154).

RGB: (150,201,154) (59%, 79%, 60%)

RGB channels and saturation

R 150 of 255 = 59%
G 201 of 255 = 79%
B 154 of 255 = 60%

150
201
154

R + G + B ~ 66%. #96C99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 201 + 154 = 505 (100%)
R 150 of 505 ~ 29.7%
G 201 of 505 ~ 39.8%
B 154 of 505 ~ 30.5'%

%29.7
%39.8
%30.5

CMYK color model

#96C99A color CMYK value is (25,0,23,21).

  • cyan value is 25.37%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 21.18%

CMYK: (25,0,23,21)
C25M0Y23K21 (25%, 0%, 23%, 21%)
(0.25 / 0.00 / 0.23 / 0.21)

CMYK percentages

%25.37
%0
%23.38
%21.18

Codes

Color #96C99A in popluar color models

96 C9 9A
RGB 150 201 154
HSL 125° 32.08% 68.82%
HSB/HSV 125° 25.37% 78.82%
CMYK 25.37% 0.00% 23.38%
21.18%

Color #96C99A in popluar number systems.

HEX 96 C9 9A
Decimal 150 201 154
Binary 10010110 11001001 10011010
Octal 226 311 232

Shades and tints

Shades of #96C99A

#96C99A
(150,201,154)
#89B78C
(137,183,140)
#7CA57E
(124,165,126)
#6F9370
(111,147,112)
#628162
(98,129,98)
#556F54
(85,111,84)
#485D46
(72,93,70)
#3B4B38
(59,75,56)
#2E392A
(46,57,42)
#21271C
(33,39,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #96C99A

#96C99A
(150,201,154)
#9FCDA3
(159,205,163)
#A8D1AC
(168,209,172)
#B1D5B5
(177,213,181)
#BAD9BE
(186,217,190)
#C3DDC7
(195,221,199)
#CCE1D0
(204,225,208)
#D5E5D9
(213,229,217)
#DEE9E2
(222,233,226)
#E7EDEB
(231,237,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C99A color. Also use rgb(150,201,154) instead hex code.

Text Font Color

.myTextColor { color: #96C99A; }

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

This text font color is #96C99A.

Background Color

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

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

This div background color is #96C99A.

Border color

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

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

This div border color is #96C99A.

Opacity

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

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

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

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

This text has shadow with #96C99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C99A.

Preview

Color preview on black background

This text has color #96C99A on black background.


Color preview on white background

This text has color #96C99A on white background.


Black color preview on #96C99A background

This text has black color on #96C99A background.


White color preview on #96C99A background

This text has white color on #96C99A background.


Related colors

Complementary color

Complementary color for #hex is #693665.


I love getcolorcode.com

Triadic colors

1 #9A96C9 and #C99A96 with #96C99A are triadic colors.

2 #9AC996 and #C9969A with #96C99A are triadic colors.