COLOR #9EC596

HEX: #9EC596
RGB: (158,197,150)

Renk bilgisi

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

RGB renk modeli

#9EC596 color RGB value is (158,197,150).

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

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 197 of 255 = 77%
B 150 of 255 = 59%

158
197
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 197 + 150 = 505 (100%)
R 158 of 505 ~ 31.29%
G 197 of 505 ~ 39.01%
B 150 of 505 ~ 29.7%

%31.29
%39.01
%29.7

CMYK RENK MODELİ

#9EC596 rengi CMYK tonu (20,0,24,23).

  • camgöbeği tonu 19.80%
  • eflatun tonu 0.00%
  • sarı tonu 23.86%
  • ana renk tonu 22.75%
CMYK:
(20,0,24,23)
C20M0Y24K23 
(20%,0%,24%,23%)
(0.20/0.00/0.24/0.23)	

CMYK yüzdeleri

%19.8
%0
%23.86
%22.75

Codes

Color #9EC596 in popluar color models

9EC596
RGB158197150
HSL110°28.83%68.04%
HSB/HSV110°23.86%77.25%
CMYK19.80%0.00%23.86%
22.75%

Color #9EC596 in popluar number systems.

HEX9EC596
Decimal158197150
Binary100111101100010110010110
Octal236305226

Shades and tints

Shades of #9EC596

#9EC596
(158,197,150)
#90B489
(144,180,137)
#82A37C
(130,163,124)
#74926F
(116,146,111)
#668162
(102,129,98)
#587055
(88,112,85)
#4A5F48
(74,95,72)
#3C4E3B
(60,78,59)
#2E3D2E
(46,61,46)
#202C21
(32,44,33)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #9EC596

#9EC596
(158,197,150)
#A6CA9F
(166,202,159)
#AECFA8
(174,207,168)
#B6D4B1
(182,212,177)
#BED9BA
(190,217,186)
#C6DEC3
(198,222,195)
#CEE3CC
(206,227,204)
#D6E8D5
(214,232,213)
#DEEDDE
(222,237,222)
#E6F2E7
(230,242,231)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC596; }

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

This text font color is #9EC596.


Background Color

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

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

This div background color is #9EC596.


Border color

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

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

This div border color is #9EC596.


Opacity

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

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

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

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

This text has shadow with #9EC596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC596 on black background.


Color preview on white background

This text has color #9EC596 on white background.



Black color preview on #9EC596 background

This text has black color on #9EC596 background.


White color preview on #9EC596 background

This text has white color on #9EC596 background.