COLOR #9EC590

HEX: #9EC590
RGB: (158,197,144)

Renk bilgisi

#9EC590 contains red, green and blue colors in about the same proportion. #9EC590 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#9EC590 color RGB value is (158,197,144).

  • kırmız ton 158;
  • yeşil ton 197;
  • mavi ton 144.
RGB:
(158,197,144)
(62%,77%,56%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 197 of 255 = 77%
B 144 of 255 = 56%

158
197
144

R + G + B ~ 65%. #9EC590 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 197 + 144 = 499 (100%)
R 158 of 499 ~ 31.66%
G 197 of 499 ~ 39.48%
B 144 of 499 ~ 28.86%

%31.66
%39.48
%28.86

CMYK RENK MODELİ

#9EC590 rengi CMYK tonu (20,0,27,23).

  • camgöbeği tonu 19.80%
  • eflatun tonu 0.00%
  • sarı tonu 26.90%
  • ana renk tonu 22.75%
CMYK:
(20,0,27,23)
C20M0Y27K23 
(20%,0%,27%,23%)
(0.20/0.00/0.27/0.23)	

CMYK yüzdeleri

%19.8
%0
%26.9
%22.75

Codes

Color #9EC590 in popluar color models

9EC590
RGB158197144
HSL104°31.36%66.86%
HSB/HSV104°26.90%77.25%
CMYK19.80%0.00%26.90%
22.75%

Color #9EC590 in popluar number systems.

HEX9EC590
Decimal158197144
Binary100111101100010110010000
Octal236305220

Shades and tints

Shades of #9EC590

#9EC590
(158,197,144)
#90B483
(144,180,131)
#82A376
(130,163,118)
#749269
(116,146,105)
#66815C
(102,129,92)
#58704F
(88,112,79)
#4A5F42
(74,95,66)
#3C4E35
(60,78,53)
#2E3D28
(46,61,40)
#202C1B
(32,44,27)
#121B0E
(18,27,14)
#000000
(0,0,0)

Tints of #9EC590

#9EC590
(158,197,144)
#A6CA9A
(166,202,154)
#AECFA4
(174,207,164)
#B6D4AE
(182,212,174)
#BED9B8
(190,217,184)
#C6DEC2
(198,222,194)
#CEE3CC
(206,227,204)
#D6E8D6
(214,232,214)
#DEEDE0
(222,237,224)
#E6F2EA
(230,242,234)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC590; }

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

This text font color is #9EC590.


Background Color

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

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

This div background color is #9EC590.


Border color

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

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

This div border color is #9EC590.


Opacity

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

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

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

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

This text has shadow with #9EC590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC590 on black background.


Color preview on white background

This text has color #9EC590 on white background.



Black color preview on #9EC590 background

This text has black color on #9EC590 background.


White color preview on #9EC590 background

This text has white color on #9EC590 background.