COLOR #9ED091

HEX: #9ED091 RGB: (158,208,145)

Color info

#9ED091 contains mainly red and green colors. Web safe color of #9ED091 is #99CC99 (or #9C9).

RGB color model

#9ED091 color RGB value is (158,208,145).

RGB: (158,208,145) (62%, 82%, 57%)

RGB channels and saturation

R 158 of 255 = 62%
G 208 of 255 = 82%
B 145 of 255 = 57%

158
208
145

R + G + B ~ 67%. #9ED091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 208 + 145 = 511 (100%)
R 158 of 511 ~ 30.92%
G 208 of 511 ~ 40.7%
B 145 of 511 ~ 28.38'%

%30.92
%40.7
%28.38

CMYK color model

#9ED091 color CMYK value is (24,0,30,18).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 18.43%

CMYK: (24,0,30,18)
C24M0Y30K18 (24%, 0%, 30%, 18%)
(0.24 / 0.00 / 0.30 / 0.18)

CMYK percentages

%24.04
%0
%30.29
%18.43

Codes

Color #9ED091 in popluar color models

9E D0 91
RGB 158 208 145
HSL 108° 40.13% 69.22%
HSB/HSV 108° 30.29% 81.57%
CMYK 24.04% 0.00% 30.29%
18.43%

Color #9ED091 in popluar number systems.

HEX 9E D0 91
Decimal 158 208 145
Binary 10011110 11010000 10010001
Octal 236 320 221

Shades and tints

Shades of #9ED091

#9ED091
(158,208,145)
#90BE84
(144,190,132)
#82AC77
(130,172,119)
#749A6A
(116,154,106)
#66885D
(102,136,93)
#587650
(88,118,80)
#4A6443
(74,100,67)
#3C5236
(60,82,54)
#2E4029
(46,64,41)
#202E1C
(32,46,28)
#121C0F
(18,28,15)
#000000
(0,0,0)

Tints of #9ED091

#9ED091
(158,208,145)
#A6D49B
(166,212,155)
#AED8A5
(174,216,165)
#B6DCAF
(182,220,175)
#BEE0B9
(190,224,185)
#C6E4C3
(198,228,195)
#CEE8CD
(206,232,205)
#D6ECD7
(214,236,215)
#DEF0E1
(222,240,225)
#E6F4EB
(230,244,235)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED091 color. Also use rgb(158,208,145) instead hex code.

Text Font Color

.myTextColor { color: #9ED091; }

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

This text font color is #9ED091.

Background Color

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

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

This div background color is #9ED091.

Border color

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

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

This div border color is #9ED091.

Opacity

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

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

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

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

This text has shadow with #9ED091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED091.

Preview

Color preview on black background

This text has color #9ED091 on black background.


Color preview on white background

This text has color #9ED091 on white background.


Black color preview on #9ED091 background

This text has black color on #9ED091 background.


White color preview on #9ED091 background

This text has white color on #9ED091 background.


Related colors

Complementary color

Complementary color for #hex is #612F6E.


I love getcolorcode.com

Triadic colors

1 #919ED0 and #D0919E with #9ED091 are triadic colors.

2 #91D09E and #D09E91 with #9ED091 are triadic colors.