COLOR #9EC075

HEX: #9EC075 RGB: (158,192,117)

Color info

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

RGB color model

#9EC075 color RGB value is (158,192,117).

RGB: (158,192,117) (62%, 75%, 46%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 117 of 255 = 46%

158
192
117

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

Portions of RGB colors in percentages

R + G + B = 158 + 192 + 117 = 467 (100%)
R 158 of 467 ~ 33.83%
G 192 of 467 ~ 41.11%
B 117 of 467 ~ 25.05'%

%33.83
%41.11
%25.05

CMYK color model

#9EC075 color CMYK value is (18,0,39,25).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 24.71%

CMYK: (18,0,39,25)
C18M0Y39K25 (18%, 0%, 39%, 25%)
(0.18 / 0.00 / 0.39 / 0.25)

CMYK percentages

%17.71
%0
%39.06
%24.71

Codes

Color #9EC075 in popluar color models

9E C0 75
RGB 158 192 117
HSL 87° 37.31% 60.59%
HSB/HSV 87° 39.06% 75.29%
CMYK 17.71% 0.00% 39.06%
24.71%

Color #9EC075 in popluar number systems.

HEX 9E C0 75
Decimal 158 192 117
Binary 10011110 11000000 1110101
Octal 236 300 165

Shades and tints

Shades of #9EC075

#9EC075
(158,192,117)
#90AF6B
(144,175,107)
#829E61
(130,158,97)
#748D57
(116,141,87)
#667C4D
(102,124,77)
#586B43
(88,107,67)
#4A5A39
(74,90,57)
#3C492F
(60,73,47)
#2E3825
(46,56,37)
#20271B
(32,39,27)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #9EC075

#9EC075
(158,192,117)
#A6C581
(166,197,129)
#AECA8D
(174,202,141)
#B6CF99
(182,207,153)
#BED4A5
(190,212,165)
#C6D9B1
(198,217,177)
#CEDEBD
(206,222,189)
#D6E3C9
(214,227,201)
#DEE8D5
(222,232,213)
#E6EDE1
(230,237,225)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC075; }

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

This text font color is #9EC075.

Background Color

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

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

This div background color is #9EC075.

Border color

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

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

This div border color is #9EC075.

Opacity

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

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

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

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

This text has shadow with #9EC075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC075.

Preview

Color preview on black background

This text has color #9EC075 on black background.


Color preview on white background

This text has color #9EC075 on white background.


Black color preview on #9EC075 background

This text has black color on #9EC075 background.


White color preview on #9EC075 background

This text has white color on #9EC075 background.


Related colors

Complementary color

Complementary color for #hex is #613F8A.


I love getcolorcode.com

Triadic colors

1 #759EC0 and #C0759E with #9EC075 are triadic colors.

2 #75C09E and #C09E75 with #9EC075 are triadic colors.