COLOR #96CA68

HEX: #96CA68 RGB: (150,202,104)

Color info

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

RGB color model

#96CA68 color RGB value is (150,202,104).

RGB: (150,202,104) (59%, 79%, 41%)

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 104 of 255 = 41%

150
202
104

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

Portions of RGB colors in percentages

R + G + B = 150 + 202 + 104 = 456 (100%)
R 150 of 456 ~ 32.89%
G 202 of 456 ~ 44.3%
B 104 of 456 ~ 22.81'%

%32.89
%44.3
%22.81

CMYK color model

#96CA68 color CMYK value is (26,0,49,21).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 48.51%
  • key color value is 20.78%
CMYK: (26,0,49,21) C26M0Y49K21 (26%,0%,49%,21%) (0.26/0.00/0.49/0.21) 

CMYK percentages

%25.74
%0
%48.51
%20.78

Codes

Color #96CA68 in popluar color models

96 CA 68
RGB 150 202 104
HSL 92° 48.04% 60.00%
HSB/HSV 92° 48.51% 79.22%
CMYK 25.74% 0.00% 48.51%
20.78%

Color #96CA68 in popluar number systems.

HEX 96 CA 68
Decimal 150 202 104
Binary 10010110 11001010 1101000
Octal 226 312 150

Shades and tints

Shades of #96CA68

#96CA68
(150,202,104)
#89B85F
(137,184,95)
#7CA656
(124,166,86)
#6F944D
(111,148,77)
#628244
(98,130,68)
#55703B
(85,112,59)
#485E32
(72,94,50)
#3B4C29
(59,76,41)
#2E3A20
(46,58,32)
#212817
(33,40,23)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #96CA68

#96CA68
(150,202,104)
#9FCE75
(159,206,117)
#A8D282
(168,210,130)
#B1D68F
(177,214,143)
#BADA9C
(186,218,156)
#C3DEA9
(195,222,169)
#CCE2B6
(204,226,182)
#D5E6C3
(213,230,195)
#DEEAD0
(222,234,208)
#E7EEDD
(231,238,221)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CA68; }

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

This text font color is #96CA68.

Background Color

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

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

This div background color is #96CA68.

Border color

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

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

This div border color is #96CA68.

Opacity

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

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

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

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

This text has shadow with #96CA68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CA68.

Preview

Color preview on black background

This text has color #96CA68 on black background.


Color preview on white background

This text has color #96CA68 on white background.


Black color preview on #96CA68 background

This text has black color on #96CA68 background.


White color preview on #96CA68 background

This text has white color on #96CA68 background.


Related colors

Complementary color

Complementary color for #hex is #693597.


I love getcolorcode.com

Triadic colors

1 #6896CA and #CA6896 with #96CA68 are triadic colors.

2 #68CA96 and #CA9668 with #96CA68 are triadic colors.