COLOR #9EC575

HEX: #9EC575
RGB: (158,197,117)

Renk bilgisi

#9EC575 contains mainly red and green colors. #9EC575 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#9EC575 color RGB value is (158,197,117).

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

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 197 of 255 = 77%
B 117 of 255 = 46%

158
197
117

R + G + B ~ 62%. #9EC575 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 197 + 117 = 472 (100%)
R 158 of 472 ~ 33.47%
G 197 of 472 ~ 41.74%
B 117 of 472 ~ 24.79%

%33.47
%41.74
%24.79

CMYK RENK MODELİ

#9EC575 rengi CMYK tonu (20,0,41,23).

  • camgöbeği tonu 19.80%
  • eflatun tonu 0.00%
  • sarı tonu 40.61%
  • ana renk tonu 22.75%
CMYK:
(20,0,41,23)
C20M0Y41K23 
(20%,0%,41%,23%)
(0.20/0.00/0.41/0.23)	

CMYK yüzdeleri

%19.8
%0
%40.61
%22.75

Codes

Color #9EC575 in popluar color models

9EC575
RGB158197117
HSL89°40.82%61.57%
HSB/HSV89°40.61%77.25%
CMYK19.80%0.00%40.61%
22.75%

Color #9EC575 in popluar number systems.

HEX9EC575
Decimal158197117
Binary10011110110001011110101
Octal236305165

Shades and tints

Shades of #9EC575

#9EC575
(158,197,117)
#90B46B
(144,180,107)
#82A361
(130,163,97)
#749257
(116,146,87)
#66814D
(102,129,77)
#587043
(88,112,67)
#4A5F39
(74,95,57)
#3C4E2F
(60,78,47)
#2E3D25
(46,61,37)
#202C1B
(32,44,27)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #9EC575

#9EC575
(158,197,117)
#A6CA81
(166,202,129)
#AECF8D
(174,207,141)
#B6D499
(182,212,153)
#BED9A5
(190,217,165)
#C6DEB1
(198,222,177)
#CEE3BD
(206,227,189)
#D6E8C9
(214,232,201)
#DEEDD5
(222,237,213)
#E6F2E1
(230,242,225)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC575; }

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

This text font color is #9EC575.


Background Color

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

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

This div background color is #9EC575.


Border color

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

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

This div border color is #9EC575.


Opacity

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

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

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

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

This text has shadow with #9EC575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC575 on black background.


Color preview on white background

This text has color #9EC575 on white background.



Black color preview on #9EC575 background

This text has black color on #9EC575 background.


White color preview on #9EC575 background

This text has white color on #9EC575 background.