COLOR #9EC202

HEX: #9EC202 RGB: (158,194,2)

Color info

#9EC202 contains mainly red and green colors. Web safe color of #9EC202 is #99CC00 (or #9C0).

RGB color model

#9EC202 color RGB value is (158,194,2).

RGB: (158,194,2) (62%, 76%, 1%)

RGB channels and saturation

R 158 of 255 = 62%
G 194 of 255 = 76%
B 2 of 255 = 1%

158
194
2

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

Portions of RGB colors in percentages

R + G + B = 158 + 194 + 2 = 354 (100%)
R 158 of 354 ~ 44.63%
G 194 of 354 ~ 54.8%
B 2 of 354 ~ 0.56'%

%44.63
%54.8

CMYK color model

#9EC202 color CMYK value is (19,0,99,24).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 98.97%
  • key color value is 23.92%

CMYK: (19,0,99,24)
C19M0Y99K24 (19%, 0%, 99%, 24%)
(0.19 / 0.00 / 0.99 / 0.24)

CMYK percentages

%18.56
%0
%98.97
%23.92

Codes

Color #9EC202 in popluar color models

9E C2 02
RGB 158 194 2
HSL 71° 97.96% 38.43%
HSB/HSV 71° 98.97% 76.08%
CMYK 18.56% 0.00% 98.97%
23.92%

Color #9EC202 in popluar number systems.

HEX 9E C2 02
Decimal 158 194 2
Binary 10011110 11000010 10
Octal 236 302 2

Shades and tints

Shades of #9EC202

#9EC202
(158,194,2)
#90B102
(144,177,2)
#82A002
(130,160,2)
#748F02
(116,143,2)
#667E02
(102,126,2)
#586D02
(88,109,2)
#4A5C02
(74,92,2)
#3C4B02
(60,75,2)
#2E3A02
(46,58,2)
#202902
(32,41,2)
#121802
(18,24,2)
#000000
(0,0,0)

Tints of #9EC202

#9EC202
(158,194,2)
#A6C719
(166,199,25)
#AECC30
(174,204,48)
#B6D147
(182,209,71)
#BED65E
(190,214,94)
#C6DB75
(198,219,117)
#CEE08C
(206,224,140)
#D6E5A3
(214,229,163)
#DEEABA
(222,234,186)
#E6EFD1
(230,239,209)
#EEF4E8
(238,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC202 color. Also use rgb(158,194,2) instead hex code.

Text Font Color

.myTextColor { color: #9EC202; }

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

This text font color is #9EC202.

Background Color

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

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

This div background color is #9EC202.

Border color

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

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

This div border color is #9EC202.

Opacity

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

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

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

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

This text has shadow with #9EC202 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC202.

Preview

Color preview on black background

This text has color #9EC202 on black background.


Color preview on white background

This text has color #9EC202 on white background.


Black color preview on #9EC202 background

This text has black color on #9EC202 background.


White color preview on #9EC202 background

This text has white color on #9EC202 background.


Related colors

Complementary color

Complementary color for #hex is #613DFD.


I love getcolorcode.com

Triadic colors

1 #029EC2 and #C2029E with #9EC202 are triadic colors.

2 #02C29E and #C29E02 with #9EC202 are triadic colors.