COLOR #9EDB6A

HEX: #9EDB6A
RGB: (158,219,106)

Renk bilgisi

#9EDB6A contains mainly green color. #9EDB6A ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#9EDB6A color RGB value is (158,219,106).

  • kırmız ton 158;
  • yeşil ton 219;
  • mavi ton 106.
RGB:
(158,219,106)
(62%,86%,42%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 219 of 255 = 86%
B 106 of 255 = 42%

158
219
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 219 + 106 = 483 (100%)
R 158 of 483 ~ 32.71%
G 219 of 483 ~ 45.34%
B 106 of 483 ~ 21.95%

%32.71
%45.34
%21.95

CMYK RENK MODELİ

#9EDB6A rengi CMYK tonu (28,0,52,14).

  • camgöbeği tonu 27.85%
  • eflatun tonu 0.00%
  • sarı tonu 51.60%
  • ana renk tonu 14.12%
CMYK:
(28,0,52,14)
C28M0Y52K14 
(28%,0%,52%,14%)
(0.28/0.00/0.52/0.14)	

CMYK yüzdeleri

%27.85
%0
%51.6
%14.12

Codes

Color #9EDB6A in popluar color models

9EDB6A
RGB158219106
HSL92°61.08%63.73%
HSB/HSV92°51.60%85.88%
CMYK27.85%0.00%51.60%
14.12%

Color #9EDB6A in popluar number systems.

HEX9EDB6A
Decimal158219106
Binary10011110110110111101010
Octal236333152

Shades and tints

Shades of #9EDB6A

#9EDB6A
(158,219,106)
#90C861
(144,200,97)
#82B558
(130,181,88)
#74A24F
(116,162,79)
#668F46
(102,143,70)
#587C3D
(88,124,61)
#4A6934
(74,105,52)
#3C562B
(60,86,43)
#2E4322
(46,67,34)
#203019
(32,48,25)
#121D10
(18,29,16)
#000000
(0,0,0)

Tints of #9EDB6A

#9EDB6A
(158,219,106)
#A6DE77
(166,222,119)
#AEE184
(174,225,132)
#B6E491
(182,228,145)
#BEE79E
(190,231,158)
#C6EAAB
(198,234,171)
#CEEDB8
(206,237,184)
#D6F0C5
(214,240,197)
#DEF3D2
(222,243,210)
#E6F6DF
(230,246,223)
#EEF9EC
(238,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDB6A color. Also use rgb(158,219,106) instead hex code.

Text Font Color

.myTextColor { color: #9EDB6A; }

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

This text font color is #9EDB6A.


Background Color

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

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

This div background color is #9EDB6A.


Border color

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

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

This div border color is #9EDB6A.


Opacity

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

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

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

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

This text has shadow with #9EDB6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDB6A on black background.


Color preview on white background

This text has color #9EDB6A on white background.



Black color preview on #9EDB6A background

This text has black color on #9EDB6A background.


White color preview on #9EDB6A background

This text has white color on #9EDB6A background.