COLOR #9EE60C

HEX: #9EE60C RGB: (158,230,12)

Color info

#9EE60C contains mainly green color. Web safe color of #9EE60C is #99CC00 (or #9C0).

RGB color model

#9EE60C color RGB value is (158,230,12).

RGB: (158,230,12) (62%, 90%, 5%)

RGB channels and saturation

R 158 of 255 = 62%
G 230 of 255 = 90%
B 12 of 255 = 5%

158
230
12

R + G + B ~ 52%. #9EE60C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 230 + 12 = 400 (100%)
R 158 of 400 ~ 39.5%
G 230 of 400 ~ 57.5%
B 12 of 400 ~ 3'%

%39.5
%57.5

CMYK color model

#9EE60C color CMYK value is (31,0,95,10).

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

CMYK: (31,0,95,10)
C31M0Y95K10 (31%, 0%, 95%, 10%)
(0.31 / 0.00 / 0.95 / 0.10)

CMYK percentages

%31.3
%0
%94.78
%9.8

Codes

Color #9EE60C in popluar color models

9E E6 0C
RGB 158 230 12
HSL 80° 90.08% 47.45%
HSB/HSV 80° 94.78% 90.20%
CMYK 31.30% 0.00% 94.78%
9.80%

Color #9EE60C in popluar number systems.

HEX 9E E6 0C
Decimal 158 230 12
Binary 10011110 11100110 1100
Octal 236 346 14

Shades and tints

Shades of #9EE60C

#9EE60C
(158,230,12)
#90D20B
(144,210,11)
#82BE0A
(130,190,10)
#74AA09
(116,170,9)
#669608
(102,150,8)
#588207
(88,130,7)
#4A6E06
(74,110,6)
#3C5A05
(60,90,5)
#2E4604
(46,70,4)
#203203
(32,50,3)
#121E02
(18,30,2)
#000000
(0,0,0)

Tints of #9EE60C

#9EE60C
(158,230,12)
#A6E822
(166,232,34)
#AEEA38
(174,234,56)
#B6EC4E
(182,236,78)
#BEEE64
(190,238,100)
#C6F07A
(198,240,122)
#CEF290
(206,242,144)
#D6F4A6
(214,244,166)
#DEF6BC
(222,246,188)
#E6F8D2
(230,248,210)
#EEFAE8
(238,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE60C; }

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

This text font color is #9EE60C.

Background Color

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

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

This div background color is #9EE60C.

Border color

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

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

This div border color is #9EE60C.

Opacity

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

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

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

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

This text has shadow with #9EE60C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE60C.

Preview

Color preview on black background

This text has color #9EE60C on black background.


Color preview on white background

This text has color #9EE60C on white background.


Black color preview on #9EE60C background

This text has black color on #9EE60C background.


White color preview on #9EE60C background

This text has white color on #9EE60C background.


Related colors

Complementary color

Complementary color for #hex is #6119F3.


I love getcolorcode.com

Triadic colors

1 #0C9EE6 and #E60C9E with #9EE60C are triadic colors.

2 #0CE69E and #E69E0C with #9EE60C are triadic colors.