COLOR #9EC383

HEX: #9EC383
RGB: (158,195,131)

Renk bilgisi

#9EC383 contains mainly red and green colors. #9EC383 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#9EC383 color RGB value is (158,195,131).

  • kırmız ton 158;
  • yeşil ton 195;
  • mavi ton 131.
RGB:
(158,195,131)
(62%,76%,51%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 195 of 255 = 76%
B 131 of 255 = 51%

158
195
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 195 + 131 = 484 (100%)
R 158 of 484 ~ 32.64%
G 195 of 484 ~ 40.29%
B 131 of 484 ~ 27.07%

%32.64
%40.29
%27.07

CMYK RENK MODELİ

#9EC383 rengi CMYK tonu (19,0,33,24).

  • camgöbeği tonu 18.97%
  • eflatun tonu 0.00%
  • sarı tonu 32.82%
  • ana renk tonu 23.53%
CMYK:
(19,0,33,24)
C19M0Y33K24 
(19%,0%,33%,24%)
(0.19/0.00/0.33/0.24)	

CMYK yüzdeleri

%18.97
%0
%32.82
%23.53

Codes

Color #9EC383 in popluar color models

9EC383
RGB158195131
HSL95°34.78%63.92%
HSB/HSV95°32.82%76.47%
CMYK18.97%0.00%32.82%
23.53%

Color #9EC383 in popluar number systems.

HEX9EC383
Decimal158195131
Binary100111101100001110000011
Octal236303203

Shades and tints

Shades of #9EC383

#9EC383
(158,195,131)
#90B278
(144,178,120)
#82A16D
(130,161,109)
#749062
(116,144,98)
#667F57
(102,127,87)
#586E4C
(88,110,76)
#4A5D41
(74,93,65)
#3C4C36
(60,76,54)
#2E3B2B
(46,59,43)
#202A20
(32,42,32)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #9EC383

#9EC383
(158,195,131)
#A6C88E
(166,200,142)
#AECD99
(174,205,153)
#B6D2A4
(182,210,164)
#BED7AF
(190,215,175)
#C6DCBA
(198,220,186)
#CEE1C5
(206,225,197)
#D6E6D0
(214,230,208)
#DEEBDB
(222,235,219)
#E6F0E6
(230,240,230)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC383 color. Also use rgb(158,195,131) instead hex code.

Text Font Color

.myTextColor { color: #9EC383; }

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

This text font color is #9EC383.


Background Color

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

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

This div background color is #9EC383.


Border color

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

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

This div border color is #9EC383.


Opacity

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

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

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

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

This text has shadow with #9EC383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC383 on black background.


Color preview on white background

This text has color #9EC383 on white background.



Black color preview on #9EC383 background

This text has black color on #9EC383 background.


White color preview on #9EC383 background

This text has white color on #9EC383 background.