COLOR #96EA80

HEX: #96EA80 RGB: (150,234,128)

Color info

#96EA80 contains mainly green color. Web safe color of #96EA80 is #99FF66 (or #9F6).

RGB color model

#96EA80 color RGB value is (150,234,128).

RGB: (150,234,128) (59%, 92%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 234 of 255 = 92%
B 128 of 255 = 50%

150
234
128

R + G + B ~ 67%. #96EA80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 234 + 128 = 512 (100%)
R 150 of 512 ~ 29.3%
G 234 of 512 ~ 45.7%
B 128 of 512 ~ 25'%

%29.3
%45.7
%25

CMYK color model

#96EA80 color CMYK value is (36,0,45,8).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 45.30%
  • key color value is 8.24%
CMYK: (36,0,45,8) C36M0Y45K8 (36%,0%,45%,8%) (0.36/0.00/0.45/0.08) 

CMYK percentages

%35.9
%0
%45.3
%8.24

Codes

Color #96EA80 in popluar color models

96 EA 80
RGB 150 234 128
HSL 108° 71.62% 70.98%
HSB/HSV 108° 45.30% 91.76%
CMYK 35.90% 0.00% 45.30%
8.24%

Color #96EA80 in popluar number systems.

HEX 96 EA 80
Decimal 150 234 128
Binary 10010110 11101010 10000000
Octal 226 352 200

Shades and tints

Shades of #96EA80

#96EA80
(150,234,128)
#89D575
(137,213,117)
#7CC06A
(124,192,106)
#6FAB5F
(111,171,95)
#629654
(98,150,84)
#558149
(85,129,73)
#486C3E
(72,108,62)
#3B5733
(59,87,51)
#2E4228
(46,66,40)
#212D1D
(33,45,29)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96EA80

#96EA80
(150,234,128)
#9FEB8B
(159,235,139)
#A8EC96
(168,236,150)
#B1EDA1
(177,237,161)
#BAEEAC
(186,238,172)
#C3EFB7
(195,239,183)
#CCF0C2
(204,240,194)
#D5F1CD
(213,241,205)
#DEF2D8
(222,242,216)
#E7F3E3
(231,243,227)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EA80 color. Also use rgb(150,234,128) instead hex code.

Text Font Color

.myTextColor { color: #96EA80; }

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

This text font color is #96EA80.

Background Color

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

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

This div background color is #96EA80.

Border color

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

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

This div border color is #96EA80.

Opacity

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

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

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

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

This text has shadow with #96EA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96EA80.

Preview

Color preview on black background

This text has color #96EA80 on black background.


Color preview on white background

This text has color #96EA80 on white background.


Black color preview on #96EA80 background

This text has black color on #96EA80 background.


White color preview on #96EA80 background

This text has white color on #96EA80 background.


Related colors

Complementary color

Complementary color for #hex is #69157F.


I love getcolorcode.com

Triadic colors

1 #8096EA and #EA8096 with #96EA80 are triadic colors.

2 #80EA96 and #EA9680 with #96EA80 are triadic colors.