COLOR #9EC564

HEX: #9EC564
RGB: (158,197,100)

Color info

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

RGB color model

#9EC564 color RGB value is (158,197,100).

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

RGB channels and saturation

R 158 of 255 = 62%
G 197 of 255 = 77%
B 100 of 255 = 39%

158
197
100

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

Portions of RGB colors in percentages

R + G + B =
158 + 197 + 100 = 455 (100%)
R 158 of 455 ~ 34.73%
G 197 of 455 ~ 43.3%
B 100 of 455 ~ 21.98%

%34.73
%43.3
%21.98

CMYK color model

#9EC564 color CMYK value is (20,0,49,23).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 22.75%
CMYK:
(20,0,49,23)
C20M0Y49K23 
(20%,0%,49%,23%)
(0.20/0.00/0.49/0.23)	

CMYK percentages

%19.8
%0
%49.24
%22.75

Codes

Color #9EC564 in popluar color models

9EC564
RGB158197100
HSL84°45.54%58.24%
HSB/HSV84°49.24%77.25%
CMYK19.80%0.00%49.24%
22.75%

Color #9EC564 in popluar number systems.

HEX9EC564
Decimal158197100
Binary10011110110001011100100
Octal236305144

Shades and tints

Shades of #9EC564

#9EC564
(158,197,100)
#90B45B
(144,180,91)
#82A352
(130,163,82)
#749249
(116,146,73)
#668140
(102,129,64)
#587037
(88,112,55)
#4A5F2E
(74,95,46)
#3C4E25
(60,78,37)
#2E3D1C
(46,61,28)
#202C13
(32,44,19)
#121B0A
(18,27,10)
#000000
(0,0,0)

Tints of #9EC564

#9EC564
(158,197,100)
#A6CA72
(166,202,114)
#AECF80
(174,207,128)
#B6D48E
(182,212,142)
#BED99C
(190,217,156)
#C6DEAA
(198,222,170)
#CEE3B8
(206,227,184)
#D6E8C6
(214,232,198)
#DEEDD4
(222,237,212)
#E6F2E2
(230,242,226)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC564; }

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

This text font color is #9EC564.


Background Color

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

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

This div background color is #9EC564.


Border color

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

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

This div border color is #9EC564.


Opacity

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

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

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

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

This text has shadow with #9EC564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC564 on black background.


Color preview on white background

This text has color #9EC564 on white background.



Black color preview on #9EC564 background

This text has black color on #9EC564 background.


White color preview on #9EC564 background

This text has white color on #9EC564 background.