COLOR #9ED76E

HEX: #9ED76E
RGB: (158,215,110)

Renk bilgisi

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

RGB renk modeli

#9ED76E color RGB value is (158,215,110).

  • kırmız ton 158;
  • yeşil ton 215;
  • mavi ton 110.
RGB:
(158,215,110)
(62%,84%,43%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 215 of 255 = 84%
B 110 of 255 = 43%

158
215
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 215 + 110 = 483 (100%)
R 158 of 483 ~ 32.71%
G 215 of 483 ~ 44.51%
B 110 of 483 ~ 22.77%

%32.71
%44.51
%22.77

CMYK RENK MODELİ

#9ED76E rengi CMYK tonu (27,0,49,16).

  • camgöbeği tonu 26.51%
  • eflatun tonu 0.00%
  • sarı tonu 48.84%
  • ana renk tonu 15.69%
CMYK:
(27,0,49,16)
C27M0Y49K16 
(27%,0%,49%,16%)
(0.27/0.00/0.49/0.16)	

CMYK yüzdeleri

%26.51
%0
%48.84
%15.69

Codes

Color #9ED76E in popluar color models

9ED76E
RGB158215110
HSL93°56.76%63.73%
HSB/HSV93°48.84%84.31%
CMYK26.51%0.00%48.84%
15.69%

Color #9ED76E in popluar number systems.

HEX9ED76E
Decimal158215110
Binary10011110110101111101110
Octal236327156

Shades and tints

Shades of #9ED76E

#9ED76E
(158,215,110)
#90C464
(144,196,100)
#82B15A
(130,177,90)
#749E50
(116,158,80)
#668B46
(102,139,70)
#58783C
(88,120,60)
#4A6532
(74,101,50)
#3C5228
(60,82,40)
#2E3F1E
(46,63,30)
#202C14
(32,44,20)
#12190A
(18,25,10)
#000000
(0,0,0)

Tints of #9ED76E

#9ED76E
(158,215,110)
#A6DA7B
(166,218,123)
#AEDD88
(174,221,136)
#B6E095
(182,224,149)
#BEE3A2
(190,227,162)
#C6E6AF
(198,230,175)
#CEE9BC
(206,233,188)
#D6ECC9
(214,236,201)
#DEEFD6
(222,239,214)
#E6F2E3
(230,242,227)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED76E color. Also use rgb(158,215,110) instead hex code.

Text Font Color

.myTextColor { color: #9ED76E; }

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

This text font color is #9ED76E.


Background Color

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

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

This div background color is #9ED76E.


Border color

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

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

This div border color is #9ED76E.


Opacity

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

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

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

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

This text has shadow with #9ED76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED76E on black background.


Color preview on white background

This text has color #9ED76E on white background.



Black color preview on #9ED76E background

This text has black color on #9ED76E background.


White color preview on #9ED76E background

This text has white color on #9ED76E background.