COLOR #9EC363

HEX: #9EC363
RGB: (158,195,99)

Renk bilgisi

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

RGB renk modeli

#9EC363 color RGB value is (158,195,99).

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

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 195 of 255 = 76%
B 99 of 255 = 39%

158
195
99

R + G + B ~ 59%. #9EC363 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 195 + 99 = 452 (100%)
R 158 of 452 ~ 34.96%
G 195 of 452 ~ 43.14%
B 99 of 452 ~ 21.9%

%34.96
%43.14
%21.9

CMYK RENK MODELİ

#9EC363 rengi CMYK tonu (19,0,49,24).

  • camgöbeği tonu 18.97%
  • eflatun tonu 0.00%
  • sarı tonu 49.23%
  • ana renk tonu 23.53%
CMYK:
(19,0,49,24)
C19M0Y49K24 
(19%,0%,49%,24%)
(0.19/0.00/0.49/0.24)	

CMYK yüzdeleri

%18.97
%0
%49.23
%23.53

Codes

Color #9EC363 in popluar color models

9EC363
RGB15819599
HSL83°44.44%57.65%
HSB/HSV83°49.23%76.47%
CMYK18.97%0.00%49.23%
23.53%

Color #9EC363 in popluar number systems.

HEX9EC363
Decimal15819599
Binary10011110110000111100011
Octal236303143

Shades and tints

Shades of #9EC363

#9EC363
(158,195,99)
#90B25A
(144,178,90)
#82A151
(130,161,81)
#749048
(116,144,72)
#667F3F
(102,127,63)
#586E36
(88,110,54)
#4A5D2D
(74,93,45)
#3C4C24
(60,76,36)
#2E3B1B
(46,59,27)
#202A12
(32,42,18)
#121909
(18,25,9)
#000000
(0,0,0)

Tints of #9EC363

#9EC363
(158,195,99)
#A6C871
(166,200,113)
#AECD7F
(174,205,127)
#B6D28D
(182,210,141)
#BED79B
(190,215,155)
#C6DCA9
(198,220,169)
#CEE1B7
(206,225,183)
#D6E6C5
(214,230,197)
#DEEBD3
(222,235,211)
#E6F0E1
(230,240,225)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC363; }

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

This text font color is #9EC363.


Background Color

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

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

This div background color is #9EC363.


Border color

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

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

This div border color is #9EC363.


Opacity

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

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

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

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

This text has shadow with #9EC363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC363 on black background.


Color preview on white background

This text has color #9EC363 on white background.



Black color preview on #9EC363 background

This text has black color on #9EC363 background.


White color preview on #9EC363 background

This text has white color on #9EC363 background.