COLOR #96E285

HEX: #96E285 RGB: (150,226,133)

Color info

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

RGB color model

#96E285 color RGB value is (150,226,133).

RGB: (150,226,133) (59%, 89%, 52%)

RGB channels and saturation

R 150 of 255 = 59%
G 226 of 255 = 89%
B 133 of 255 = 52%

150
226
133

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

Portions of RGB colors in percentages

R + G + B = 150 + 226 + 133 = 509 (100%)
R 150 of 509 ~ 29.47%
G 226 of 509 ~ 44.4%
B 133 of 509 ~ 26.13'%

%29.47
%44.4
%26.13

CMYK color model

#96E285 color CMYK value is (34,0,41,11).

  • cyan value is 33.63%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 11.37%

CMYK: (34,0,41,11)
C34M0Y41K11 (34%, 0%, 41%, 11%)
(0.34 / 0.00 / 0.41 / 0.11)

CMYK percentages

%33.63
%0
%41.15
%11.37

Codes

Color #96E285 in popluar color models

96 E2 85
RGB 150 226 133
HSL 109° 61.59% 70.39%
HSB/HSV 109° 41.15% 88.63%
CMYK 33.63% 0.00% 41.15%
11.37%

Color #96E285 in popluar number systems.

HEX 96 E2 85
Decimal 150 226 133
Binary 10010110 11100010 10000101
Octal 226 342 205

Shades and tints

Shades of #96E285

#96E285
(150,226,133)
#89CE79
(137,206,121)
#7CBA6D
(124,186,109)
#6FA661
(111,166,97)
#629255
(98,146,85)
#557E49
(85,126,73)
#486A3D
(72,106,61)
#3B5631
(59,86,49)
#2E4225
(46,66,37)
#212E19
(33,46,25)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #96E285

#96E285
(150,226,133)
#9FE490
(159,228,144)
#A8E69B
(168,230,155)
#B1E8A6
(177,232,166)
#BAEAB1
(186,234,177)
#C3ECBC
(195,236,188)
#CCEEC7
(204,238,199)
#D5F0D2
(213,240,210)
#DEF2DD
(222,242,221)
#E7F4E8
(231,244,232)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E285 color. Also use rgb(150,226,133) instead hex code.

Text Font Color

.myTextColor { color: #96E285; }

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

This text font color is #96E285.

Background Color

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

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

This div background color is #96E285.

Border color

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

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

This div border color is #96E285.

Opacity

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

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

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

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

This text has shadow with #96E285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96E285.

Preview

Color preview on black background

This text has color #96E285 on black background.


Color preview on white background

This text has color #96E285 on white background.


Black color preview on #96E285 background

This text has black color on #96E285 background.


White color preview on #96E285 background

This text has white color on #96E285 background.


Related colors

Complementary color

Complementary color for #hex is #691D7A.


I love getcolorcode.com

Triadic colors

1 #8596E2 and #E28596 with #96E285 are triadic colors.

2 #85E296 and #E29685 with #96E285 are triadic colors.