COLOR #9ECF90

HEX: #9ECF90
RGB: (158,207,144)

Color info

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

RGB color model

#9ECF90 color RGB value is (158,207,144).

  • red value is 158;
  • green value is 207;
  • blue value is 144.
RGB:
(158,207,144)
(62%,81%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 207 of 255 = 81%
B 144 of 255 = 56%

158
207
144

R + G + B ~ 66%. #9ECF90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 207 + 144 = 509 (100%)
R 158 of 509 ~ 31.04%
G 207 of 509 ~ 40.67%
B 144 of 509 ~ 28.29%

%31.04
%40.67
%28.29

CMYK color model

#9ECF90 color CMYK value is (24,0,30,19).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 18.82%
CMYK:
(24,0,30,19)
C24M0Y30K19 
(24%,0%,30%,19%)
(0.24/0.00/0.30/0.19)	

CMYK percentages

%23.67
%0
%30.43
%18.82

Codes

Color #9ECF90 in popluar color models

9ECF90
RGB158207144
HSL107°39.62%68.82%
HSB/HSV107°30.43%81.18%
CMYK23.67%0.00%30.43%
18.82%

Color #9ECF90 in popluar number systems.

HEX9ECF90
Decimal158207144
Binary100111101100111110010000
Octal236317220

Shades and tints

Shades of #9ECF90

#9ECF90
(158,207,144)
#90BD83
(144,189,131)
#82AB76
(130,171,118)
#749969
(116,153,105)
#66875C
(102,135,92)
#58754F
(88,117,79)
#4A6342
(74,99,66)
#3C5135
(60,81,53)
#2E3F28
(46,63,40)
#202D1B
(32,45,27)
#121B0E
(18,27,14)
#000000
(0,0,0)

Tints of #9ECF90

#9ECF90
(158,207,144)
#A6D39A
(166,211,154)
#AED7A4
(174,215,164)
#B6DBAE
(182,219,174)
#BEDFB8
(190,223,184)
#C6E3C2
(198,227,194)
#CEE7CC
(206,231,204)
#D6EBD6
(214,235,214)
#DEEFE0
(222,239,224)
#E6F3EA
(230,243,234)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECF90 color. Also use rgb(158,207,144) instead hex code.

Text Font Color

.myTextColor { color: #9ECF90; }

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

This text font color is #9ECF90.


Background Color

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

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

This div background color is #9ECF90.


Border color

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

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

This div border color is #9ECF90.


Opacity

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

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

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

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

This text has shadow with #9ECF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECF90 on black background.


Color preview on white background

This text has color #9ECF90 on white background.



Black color preview on #9ECF90 background

This text has black color on #9ECF90 background.


White color preview on #9ECF90 background

This text has white color on #9ECF90 background.