COLOR #96D266

HEX: #96D266 RGB: (150,210,102)

Color info

#96D266 contains mainly green color. Web safe color of #96D266 is #99CC66 (or #9C6).

RGB color model

#96D266 color RGB value is (150,210,102).

RGB: (150,210,102) (59%, 82%, 40%)

RGB channels and saturation

R 150 of 255 = 59%
G 210 of 255 = 82%
B 102 of 255 = 40%

150
210
102

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

Portions of RGB colors in percentages

R + G + B = 150 + 210 + 102 = 462 (100%)
R 150 of 462 ~ 32.47%
G 210 of 462 ~ 45.45%
B 102 of 462 ~ 22.08'%

%32.47
%45.45
%22.08

CMYK color model

#96D266 color CMYK value is (29,0,51,18).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 17.65%

CMYK: (29,0,51,18)
C29M0Y51K18 (29%, 0%, 51%, 18%)
(0.29 / 0.00 / 0.51 / 0.18)

CMYK percentages

%28.57
%0
%51.43
%17.65

Codes

Color #96D266 in popluar color models

96 D2 66
RGB 150 210 102
HSL 93° 54.55% 61.18%
HSB/HSV 93° 51.43% 82.35%
CMYK 28.57% 0.00% 51.43%
17.65%

Color #96D266 in popluar number systems.

HEX 96 D2 66
Decimal 150 210 102
Binary 10010110 11010010 1100110
Octal 226 322 146

Shades and tints

Shades of #96D266

#96D266
(150,210,102)
#89BF5D
(137,191,93)
#7CAC54
(124,172,84)
#6F994B
(111,153,75)
#628642
(98,134,66)
#557339
(85,115,57)
#486030
(72,96,48)
#3B4D27
(59,77,39)
#2E3A1E
(46,58,30)
#212715
(33,39,21)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #96D266

#96D266
(150,210,102)
#9FD673
(159,214,115)
#A8DA80
(168,218,128)
#B1DE8D
(177,222,141)
#BAE29A
(186,226,154)
#C3E6A7
(195,230,167)
#CCEAB4
(204,234,180)
#D5EEC1
(213,238,193)
#DEF2CE
(222,242,206)
#E7F6DB
(231,246,219)
#F0FAE8
(240,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D266 color. Also use rgb(150,210,102) instead hex code.

Text Font Color

.myTextColor { color: #96D266; }

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

This text font color is #96D266.

Background Color

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

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

This div background color is #96D266.

Border color

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

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

This div border color is #96D266.

Opacity

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

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

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

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

This text has shadow with #96D266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D266.

Preview

Color preview on black background

This text has color #96D266 on black background.


Color preview on white background

This text has color #96D266 on white background.


Black color preview on #96D266 background

This text has black color on #96D266 background.


White color preview on #96D266 background

This text has white color on #96D266 background.


Related colors

Complementary color

Complementary color for #hex is #692D99.


I love getcolorcode.com

Triadic colors

1 #6696D2 and #D26696 with #96D266 are triadic colors.

2 #66D296 and #D29666 with #96D266 are triadic colors.