COLOR #96E48E

HEX: #96E48E RGB: (150,228,142)

Color info

#96E48E contains mainly green color. Web safe color of #96E48E is #99CC99 (or #9C9).

RGB color model

#96E48E color RGB value is (150,228,142).

RGB: (150,228,142) (59%, 89%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 228 of 255 = 89%
B 142 of 255 = 56%

150
228
142

R + G + B ~ 68%. #96E48E is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 228 + 142 = 520 (100%)
R 150 of 520 ~ 28.85%
G 228 of 520 ~ 43.85%
B 142 of 520 ~ 27.31'%

%28.85
%43.85
%27.31

CMYK color model

#96E48E color CMYK value is (34,0,38,11).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 10.59%

CMYK: (34,0,38,11)
C34M0Y38K11 (34%, 0%, 38%, 11%)
(0.34 / 0.00 / 0.38 / 0.11)

CMYK percentages

%34.21
%0
%37.72
%10.59

Codes

Color #96E48E in popluar color models

96 E4 8E
RGB 150 228 142
HSL 114° 61.43% 72.55%
HSB/HSV 114° 37.72% 89.41%
CMYK 34.21% 0.00% 37.72%
10.59%

Color #96E48E in popluar number systems.

HEX 96 E4 8E
Decimal 150 228 142
Binary 10010110 11100100 10001110
Octal 226 344 216

Shades and tints

Shades of #96E48E

#96E48E
(150,228,142)
#89D082
(137,208,130)
#7CBC76
(124,188,118)
#6FA86A
(111,168,106)
#62945E
(98,148,94)
#558052
(85,128,82)
#486C46
(72,108,70)
#3B583A
(59,88,58)
#2E442E
(46,68,46)
#213022
(33,48,34)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #96E48E

#96E48E
(150,228,142)
#9FE698
(159,230,152)
#A8E8A2
(168,232,162)
#B1EAAC
(177,234,172)
#BAECB6
(186,236,182)
#C3EEC0
(195,238,192)
#CCF0CA
(204,240,202)
#D5F2D4
(213,242,212)
#DEF4DE
(222,244,222)
#E7F6E8
(231,246,232)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E48E; }

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

This text font color is #96E48E.

Background Color

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

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

This div background color is #96E48E.

Border color

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

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

This div border color is #96E48E.

Opacity

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

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

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

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

This text has shadow with #96E48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96E48E.

Preview

Color preview on black background

This text has color #96E48E on black background.


Color preview on white background

This text has color #96E48E on white background.


Black color preview on #96E48E background

This text has black color on #96E48E background.


White color preview on #96E48E background

This text has white color on #96E48E background.


Related colors

Complementary color

Complementary color for #hex is #691B71.


I love getcolorcode.com

Triadic colors

1 #8E96E4 and #E48E96 with #96E48E are triadic colors.

2 #8EE496 and #E4968E with #96E48E are triadic colors.