COLOR #96CA5A

HEX: #96CA5A RGB: (150,202,90)

Color info

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

RGB color model

#96CA5A color RGB value is (150,202,90).

RGB: (150,202,90) (59%, 79%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 90 of 255 = 35%

150
202
90

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

Portions of RGB colors in percentages

R + G + B = 150 + 202 + 90 = 442 (100%)
R 150 of 442 ~ 33.94%
G 202 of 442 ~ 45.7%
B 90 of 442 ~ 20.36'%

%33.94
%45.7
%20.36

CMYK color model

#96CA5A color CMYK value is (26,0,55,21).

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

CMYK: (26,0,55,21)
C26M0Y55K21 (26%, 0%, 55%, 21%)
(0.26 / 0.00 / 0.55 / 0.21)

CMYK percentages

%25.74
%0
%55.45
%20.78

Codes

Color #96CA5A in popluar color models

96 CA 5A
RGB 150 202 90
HSL 88° 51.38% 57.25%
HSB/HSV 88° 55.45% 79.22%
CMYK 25.74% 0.00% 55.45%
20.78%

Color #96CA5A in popluar number systems.

HEX 96 CA 5A
Decimal 150 202 90
Binary 10010110 11001010 1011010
Octal 226 312 132

Shades and tints

Shades of #96CA5A

#96CA5A
(150,202,90)
#89B852
(137,184,82)
#7CA64A
(124,166,74)
#6F9442
(111,148,66)
#62823A
(98,130,58)
#557032
(85,112,50)
#485E2A
(72,94,42)
#3B4C22
(59,76,34)
#2E3A1A
(46,58,26)
#212812
(33,40,18)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #96CA5A

#96CA5A
(150,202,90)
#9FCE69
(159,206,105)
#A8D278
(168,210,120)
#B1D687
(177,214,135)
#BADA96
(186,218,150)
#C3DEA5
(195,222,165)
#CCE2B4
(204,226,180)
#D5E6C3
(213,230,195)
#DEEAD2
(222,234,210)
#E7EEE1
(231,238,225)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CA5A; }

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

This text font color is #96CA5A.

Background Color

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

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

This div background color is #96CA5A.

Border color

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

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

This div border color is #96CA5A.

Opacity

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

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

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

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

This text has shadow with #96CA5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CA5A.

Preview

Color preview on black background

This text has color #96CA5A on black background.


Color preview on white background

This text has color #96CA5A on white background.


Black color preview on #96CA5A background

This text has black color on #96CA5A background.


White color preview on #96CA5A background

This text has white color on #96CA5A background.


Related colors

Complementary color

Complementary color for #hex is #6935A5.


I love getcolorcode.com

Triadic colors

1 #5A96CA and #CA5A96 with #96CA5A are triadic colors.

2 #5ACA96 and #CA965A with #96CA5A are triadic colors.