COLOR #9DC074

HEX: #9DC074 RGB: (157,192,116)

Color info

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

RGB color model

#9DC074 color RGB value is (157,192,116).

RGB: (157,192,116) (62%, 75%, 45%)

RGB channels and saturation

R 157 of 255 = 62%
G 192 of 255 = 75%
B 116 of 255 = 45%

157
192
116

R + G + B ~ 61%. #9DC074 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 192 + 116 = 465 (100%)
R 157 of 465 ~ 33.76%
G 192 of 465 ~ 41.29%
B 116 of 465 ~ 24.95'%

%33.76
%41.29
%24.95

CMYK color model

#9DC074 color CMYK value is (18,0,40,25).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 24.71%

CMYK: (18,0,40,25)
C18M0Y40K25 (18%, 0%, 40%, 25%)
(0.18 / 0.00 / 0.40 / 0.25)

CMYK percentages

%18.23
%0
%39.58
%24.71

Codes

Color #9DC074 in popluar color models

9D C0 74
RGB 157 192 116
HSL 88° 37.62% 60.39%
HSB/HSV 88° 39.58% 75.29%
CMYK 18.23% 0.00% 39.58%
24.71%

Color #9DC074 in popluar number systems.

HEX 9D C0 74
Decimal 157 192 116
Binary 10011101 11000000 1110100
Octal 235 300 164

Shades and tints

Shades of #9DC074

#9DC074
(157,192,116)
#8FAF6A
(143,175,106)
#819E60
(129,158,96)
#738D56
(115,141,86)
#657C4C
(101,124,76)
#576B42
(87,107,66)
#495A38
(73,90,56)
#3B492E
(59,73,46)
#2D3824
(45,56,36)
#1F271A
(31,39,26)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #9DC074

#9DC074
(157,192,116)
#A5C580
(165,197,128)
#ADCA8C
(173,202,140)
#B5CF98
(181,207,152)
#BDD4A4
(189,212,164)
#C5D9B0
(197,217,176)
#CDDEBC
(205,222,188)
#D5E3C8
(213,227,200)
#DDE8D4
(221,232,212)
#E5EDE0
(229,237,224)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC074 color. Also use rgb(157,192,116) instead hex code.

Text Font Color

.myTextColor { color: #9DC074; }

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

This text font color is #9DC074.

Background Color

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

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

This div background color is #9DC074.

Border color

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

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

This div border color is #9DC074.

Opacity

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

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

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

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

This text has shadow with #9DC074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC074.

Preview

Color preview on black background

This text has color #9DC074 on black background.


Color preview on white background

This text has color #9DC074 on white background.


Black color preview on #9DC074 background

This text has black color on #9DC074 background.


White color preview on #9DC074 background

This text has white color on #9DC074 background.


Related colors

Complementary color

Complementary color for #hex is #623F8B.


I love getcolorcode.com

Triadic colors

1 #749DC0 and #C0749D with #9DC074 are triadic colors.

2 #74C09D and #C09D74 with #9DC074 are triadic colors.