COLOR #9EC77F

HEX: #9EC77F
RGB: (158,199,127)

Renk bilgisi

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

RGB renk modeli

#9EC77F color RGB value is (158,199,127).

  • kırmız ton 158;
  • yeşil ton 199;
  • mavi ton 127.
RGB:
(158,199,127)
(62%,78%,50%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 199 of 255 = 78%
B 127 of 255 = 50%

158
199
127

R + G + B ~ 63%. #9EC77F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 199 + 127 = 484 (100%)
R 158 of 484 ~ 32.64%
G 199 of 484 ~ 41.12%
B 127 of 484 ~ 26.24%

%32.64
%41.12
%26.24

CMYK RENK MODELİ

#9EC77F rengi CMYK tonu (21,0,36,22).

  • camgöbeği tonu 20.60%
  • eflatun tonu 0.00%
  • sarı tonu 36.18%
  • ana renk tonu 21.96%
CMYK:
(21,0,36,22)
C21M0Y36K22 
(21%,0%,36%,22%)
(0.21/0.00/0.36/0.22)	

CMYK yüzdeleri

%20.6
%0
%36.18
%21.96

Codes

Color #9EC77F in popluar color models

9EC77F
RGB158199127
HSL94°39.13%63.92%
HSB/HSV94°36.18%78.04%
CMYK20.60%0.00%36.18%
21.96%

Color #9EC77F in popluar number systems.

HEX9EC77F
Decimal158199127
Binary10011110110001111111111
Octal236307177

Shades and tints

Shades of #9EC77F

#9EC77F
(158,199,127)
#90B574
(144,181,116)
#82A369
(130,163,105)
#74915E
(116,145,94)
#667F53
(102,127,83)
#586D48
(88,109,72)
#4A5B3D
(74,91,61)
#3C4932
(60,73,50)
#2E3727
(46,55,39)
#20251C
(32,37,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #9EC77F

#9EC77F
(158,199,127)
#A6CC8A
(166,204,138)
#AED195
(174,209,149)
#B6D6A0
(182,214,160)
#BEDBAB
(190,219,171)
#C6E0B6
(198,224,182)
#CEE5C1
(206,229,193)
#D6EACC
(214,234,204)
#DEEFD7
(222,239,215)
#E6F4E2
(230,244,226)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC77F color. Also use rgb(158,199,127) instead hex code.

Text Font Color

.myTextColor { color: #9EC77F; }

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

This text font color is #9EC77F.


Background Color

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

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

This div background color is #9EC77F.


Border color

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

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

This div border color is #9EC77F.


Opacity

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

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

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

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

This text has shadow with #9EC77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC77F on black background.


Color preview on white background

This text has color #9EC77F on white background.



Black color preview on #9EC77F background

This text has black color on #9EC77F background.


White color preview on #9EC77F background

This text has white color on #9EC77F background.