COLOR #9EE660

HEX: #9EE660 RGB: (158,230,96)

Color info

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

RGB color model

#9EE660 color RGB value is (158,230,96).

RGB: (158,230,96) (62%, 90%, 38%)

RGB channels and saturation

R 158 of 255 = 62%
G 230 of 255 = 90%
B 96 of 255 = 38%

158
230
96

R + G + B ~ 63%. #9EE660 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 230 + 96 = 484 (100%)
R 158 of 484 ~ 32.64%
G 230 of 484 ~ 47.52%
B 96 of 484 ~ 19.83'%

%32.64
%47.52
%19.83

CMYK color model

#9EE660 color CMYK value is (31,0,58,10).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 58.26%
  • key color value is 9.80%

CMYK: (31,0,58,10)
C31M0Y58K10 (31%, 0%, 58%, 10%)
(0.31 / 0.00 / 0.58 / 0.10)

CMYK percentages

%31.3
%0
%58.26
%9.8

Codes

Color #9EE660 in popluar color models

9E E6 60
RGB 158 230 96
HSL 92° 72.83% 63.92%
HSB/HSV 92° 58.26% 90.20%
CMYK 31.30% 0.00% 58.26%
9.80%

Color #9EE660 in popluar number systems.

HEX 9E E6 60
Decimal 158 230 96
Binary 10011110 11100110 1100000
Octal 236 346 140

Shades and tints

Shades of #9EE660

#9EE660
(158,230,96)
#90D258
(144,210,88)
#82BE50
(130,190,80)
#74AA48
(116,170,72)
#669640
(102,150,64)
#588238
(88,130,56)
#4A6E30
(74,110,48)
#3C5A28
(60,90,40)
#2E4620
(46,70,32)
#203218
(32,50,24)
#121E10
(18,30,16)
#000000
(0,0,0)

Tints of #9EE660

#9EE660
(158,230,96)
#A6E86E
(166,232,110)
#AEEA7C
(174,234,124)
#B6EC8A
(182,236,138)
#BEEE98
(190,238,152)
#C6F0A6
(198,240,166)
#CEF2B4
(206,242,180)
#D6F4C2
(214,244,194)
#DEF6D0
(222,246,208)
#E6F8DE
(230,248,222)
#EEFAEC
(238,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE660 color. Also use rgb(158,230,96) instead hex code.

Text Font Color

.myTextColor { color: #9EE660; }

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

This text font color is #9EE660.

Background Color

.myBgColor { background-color: #9EE660; }

<div style="background-color:#9EE660">Inner text</div>

This div background color is #9EE660.

Border color

.myBorderColor { border: 1px solid #9EE660; }

<div style="border:3px solid #9EE660">Div</div>

This div border color is #9EE660.

Opacity

.myOpacity80 { color: #9EE660; opacity: 0.8; }

<p style="color:#9EE660;opacity:0.8;">80%</p>

Text with #9EE660 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 #9EE660;}

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

This text has shadow with #9EE660 color.


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

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

This text has shadow with #9EE660 primary color and red secondary color.


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

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

This text has shadow with #9EE660 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9EE660.

Preview

Color preview on black background

This text has color #9EE660 on black background.


Color preview on white background

This text has color #9EE660 on white background.


Black color preview on #9EE660 background

This text has black color on #9EE660 background.


White color preview on #9EE660 background

This text has white color on #9EE660 background.


Related colors

Complementary color

Complementary color for #hex is #61199F.


I love getcolorcode.com

Triadic colors

1 #609EE6 and #E6609E with #9EE660 are triadic colors.

2 #60E69E and #E69E60 with #9EE660 are triadic colors.