COLOR #9EC064

HEX: #9EC064
RGB: (158,192,100)

Color info

#9EC064 contains mainly red and green colors. Web safe color of #9EC064 is #99CC66 (or #9C6).

RGB color model

#9EC064 color RGB value is (158,192,100).

  • red value is 158;
  • green value is 192;
  • blue value is 100.
RGB:
(158,192,100)
(62%,75%,39%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 100 of 255 = 39%

158
192
100

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

Portions of RGB colors in percentages

R + G + B =
158 + 192 + 100 = 450 (100%)
R 158 of 450 ~ 35.11%
G 192 of 450 ~ 42.67%
B 100 of 450 ~ 22.22%

%35.11
%42.67
%22.22

CMYK color model

#9EC064 color CMYK value is (18,0,48,25).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 24.71%
CMYK:
(18,0,48,25)
C18M0Y48K25 
(18%,0%,48%,25%)
(0.18/0.00/0.48/0.25)	

CMYK percentages

%17.71
%0
%47.92
%24.71

Codes

Color #9EC064 in popluar color models

9EC064
RGB158192100
HSL82°42.20%57.25%
HSB/HSV82°47.92%75.29%
CMYK17.71%0.00%47.92%
24.71%

Color #9EC064 in popluar number systems.

HEX9EC064
Decimal158192100
Binary10011110110000001100100
Octal236300144

Shades and tints

Shades of #9EC064

#9EC064
(158,192,100)
#90AF5B
(144,175,91)
#829E52
(130,158,82)
#748D49
(116,141,73)
#667C40
(102,124,64)
#586B37
(88,107,55)
#4A5A2E
(74,90,46)
#3C4925
(60,73,37)
#2E381C
(46,56,28)
#202713
(32,39,19)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #9EC064

#9EC064
(158,192,100)
#A6C572
(166,197,114)
#AECA80
(174,202,128)
#B6CF8E
(182,207,142)
#BED49C
(190,212,156)
#C6D9AA
(198,217,170)
#CEDEB8
(206,222,184)
#D6E3C6
(214,227,198)
#DEE8D4
(222,232,212)
#E6EDE2
(230,237,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC064; }

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

This text font color is #9EC064.


Background Color

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

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

This div background color is #9EC064.


Border color

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

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

This div border color is #9EC064.


Opacity

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

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

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

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

This text has shadow with #9EC064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC064 on black background.


Color preview on white background

This text has color #9EC064 on white background.



Black color preview on #9EC064 background

This text has black color on #9EC064 background.


White color preview on #9EC064 background

This text has white color on #9EC064 background.