COLOR #9EC03E

HEX: #9EC03E RGB: (158,192,62)

Color info

#9EC03E contains mainly red and green colors. Web safe color of #9EC03E is #99CC33 (or #9C3).

RGB color model

#9EC03E color RGB value is (158,192,62).

RGB: (158,192,62) (62%, 75%, 24%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 62 of 255 = 24%

158
192
62

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

Portions of RGB colors in percentages

R + G + B = 158 + 192 + 62 = 412 (100%)
R 158 of 412 ~ 38.35%
G 192 of 412 ~ 46.6%
B 62 of 412 ~ 15.05'%

%38.35
%46.6
%15.05

CMYK color model

#9EC03E color CMYK value is (18,0,68,25).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 67.71%
  • key color value is 24.71%

CMYK: (18,0,68,25)
C18M0Y68K25 (18%, 0%, 68%, 25%)
(0.18 / 0.00 / 0.68 / 0.25)

CMYK percentages

%17.71
%0
%67.71
%24.71

Codes

Color #9EC03E in popluar color models

9E C0 3E
RGB 158 192 62
HSL 76° 51.18% 49.80%
HSB/HSV 76° 67.71% 75.29%
CMYK 17.71% 0.00% 67.71%
24.71%

Color #9EC03E in popluar number systems.

HEX 9E C0 3E
Decimal 158 192 62
Binary 10011110 11000000 111110
Octal 236 300 76

Shades and tints

Shades of #9EC03E

#9EC03E
(158,192,62)
#90AF39
(144,175,57)
#829E34
(130,158,52)
#748D2F
(116,141,47)
#667C2A
(102,124,42)
#586B25
(88,107,37)
#4A5A20
(74,90,32)
#3C491B
(60,73,27)
#2E3816
(46,56,22)
#202711
(32,39,17)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #9EC03E

#9EC03E
(158,192,62)
#A6C54F
(166,197,79)
#AECA60
(174,202,96)
#B6CF71
(182,207,113)
#BED482
(190,212,130)
#C6D993
(198,217,147)
#CEDEA4
(206,222,164)
#D6E3B5
(214,227,181)
#DEE8C6
(222,232,198)
#E6EDD7
(230,237,215)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC03E color. Also use rgb(158,192,62) instead hex code.

Text Font Color

.myTextColor { color: #9EC03E; }

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

This text font color is #9EC03E.

Background Color

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

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

This div background color is #9EC03E.

Border color

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

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

This div border color is #9EC03E.

Opacity

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

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

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

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

This text has shadow with #9EC03E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC03E.

Preview

Color preview on black background

This text has color #9EC03E on black background.


Color preview on white background

This text has color #9EC03E on white background.


Black color preview on #9EC03E background

This text has black color on #9EC03E background.


White color preview on #9EC03E background

This text has white color on #9EC03E background.


Related colors

Complementary color

Complementary color for #hex is #613FC1.


I love getcolorcode.com

Triadic colors

1 #3E9EC0 and #C03E9E with #9EC03E are triadic colors.

2 #3EC09E and #C09E3E with #9EC03E are triadic colors.