COLOR #9DC564

HEX: #9DC564
RGB: (157,197,100)

Color info

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

RGB color model

#9DC564 color RGB value is (157,197,100).

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

RGB channels and saturation

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

157
197
100

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

Portions of RGB colors in percentages

R + G + B =
157 + 197 + 100 = 454 (100%)
R 157 of 454 ~ 34.58%
G 197 of 454 ~ 43.39%
B 100 of 454 ~ 22.03%

%34.58
%43.39
%22.03

CMYK color model

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

  • cyan value is 20.30%
  • 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

%20.3
%0
%49.24
%22.75

Codes

Color #9DC564 in popluar color models

9DC564
RGB157197100
HSL85°45.54%58.24%
HSB/HSV85°49.24%77.25%
CMYK20.30%0.00%49.24%
22.75%

Color #9DC564 in popluar number systems.

HEX9DC564
Decimal157197100
Binary10011101110001011100100
Octal235305144

Shades and tints

Shades of #9DC564

#9DC564
(157,197,100)
#8FB45B
(143,180,91)
#81A352
(129,163,82)
#739249
(115,146,73)
#658140
(101,129,64)
#577037
(87,112,55)
#495F2E
(73,95,46)
#3B4E25
(59,78,37)
#2D3D1C
(45,61,28)
#1F2C13
(31,44,19)
#111B0A
(17,27,10)
#000000
(0,0,0)

Tints of #9DC564

#9DC564
(157,197,100)
#A5CA72
(165,202,114)
#ADCF80
(173,207,128)
#B5D48E
(181,212,142)
#BDD99C
(189,217,156)
#C5DEAA
(197,222,170)
#CDE3B8
(205,227,184)
#D5E8C6
(213,232,198)
#DDEDD4
(221,237,212)
#E5F2E2
(229,242,226)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC564; }

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

This text font color is #9DC564.


Background Color

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

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

This div background color is #9DC564.


Border color

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

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

This div border color is #9DC564.


Opacity

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

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

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

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

This text has shadow with #9DC564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC564 on black background.


Color preview on white background

This text has color #9DC564 on white background.



Black color preview on #9DC564 background

This text has black color on #9DC564 background.


White color preview on #9DC564 background

This text has white color on #9DC564 background.