COLOR #96CA6C

HEX: #96CA6C RGB: (150,202,108)

Color info

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

RGB color model

#96CA6C color RGB value is (150,202,108).

RGB: (150,202,108) (59%, 79%, 42%)

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 108 of 255 = 42%

150
202
108

R + G + B ~ 60%. #96CA6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 202 + 108 = 460 (100%)
R 150 of 460 ~ 32.61%
G 202 of 460 ~ 43.91%
B 108 of 460 ~ 23.48'%

%32.61
%43.91
%23.48

CMYK color model

#96CA6C color CMYK value is (26,0,47,21).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 46.53%
  • key color value is 20.78%

CMYK: (26,0,47,21)
C26M0Y47K21 (26%, 0%, 47%, 21%)
(0.26 / 0.00 / 0.47 / 0.21)

CMYK percentages

%25.74
%0
%46.53
%20.78

Codes

Color #96CA6C in popluar color models

96 CA 6C
RGB 150 202 108
HSL 93° 47.00% 60.78%
HSB/HSV 93° 46.53% 79.22%
CMYK 25.74% 0.00% 46.53%
20.78%

Color #96CA6C in popluar number systems.

HEX 96 CA 6C
Decimal 150 202 108
Binary 10010110 11001010 1101100
Octal 226 312 154

Shades and tints

Shades of #96CA6C

#96CA6C
(150,202,108)
#89B863
(137,184,99)
#7CA65A
(124,166,90)
#6F9451
(111,148,81)
#628248
(98,130,72)
#55703F
(85,112,63)
#485E36
(72,94,54)
#3B4C2D
(59,76,45)
#2E3A24
(46,58,36)
#21281B
(33,40,27)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #96CA6C

#96CA6C
(150,202,108)
#9FCE79
(159,206,121)
#A8D286
(168,210,134)
#B1D693
(177,214,147)
#BADAA0
(186,218,160)
#C3DEAD
(195,222,173)
#CCE2BA
(204,226,186)
#D5E6C7
(213,230,199)
#DEEAD4
(222,234,212)
#E7EEE1
(231,238,225)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CA6C color. Also use rgb(150,202,108) instead hex code.

Text Font Color

.myTextColor { color: #96CA6C; }

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

This text font color is #96CA6C.

Background Color

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

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

This div background color is #96CA6C.

Border color

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

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

This div border color is #96CA6C.

Opacity

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

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

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

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

This text has shadow with #96CA6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CA6C.

Preview

Color preview on black background

This text has color #96CA6C on black background.


Color preview on white background

This text has color #96CA6C on white background.


Black color preview on #96CA6C background

This text has black color on #96CA6C background.


White color preview on #96CA6C background

This text has white color on #96CA6C background.


Related colors

Complementary color

Complementary color for #hex is #693593.


I love getcolorcode.com

Triadic colors

1 #6C96CA and #CA6C96 with #96CA6C are triadic colors.

2 #6CCA96 and #CA966C with #96CA6C are triadic colors.