COLOR #9EF909

HEX: #9EF909
RGB: (158,249,9)

Renk bilgisi

#9EF909 contains mainly green color. #9EF909 ‘ nin web güvenlik rengi #99FF00 (ya da #9F0) dir.

RGB renk modeli

#9EF909 color RGB value is (158,249,9).

  • kırmız ton 158;
  • yeşil ton 249;
  • mavi ton 9.
RGB:
(158,249,9)
(62%,98%,4%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 249 of 255 = 98%
B 9 of 255 = 4%

158
249
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 249 + 9 = 416 (100%)
R 158 of 416 ~ 37.98%
G 249 of 416 ~ 59.86%
B 9 of 416 ~ 2.16%

%37.98
%59.86

CMYK RENK MODELİ

#9EF909 rengi CMYK tonu (37,0,96,2).

  • camgöbeği tonu 36.55%
  • eflatun tonu 0.00%
  • sarı tonu 96.39%
  • ana renk tonu 2.35%
CMYK:
(37,0,96,2)
C37M0Y96K2 
(37%,0%,96%,2%)
(0.37/0.00/0.96/0.02)	

CMYK yüzdeleri

%36.55
%0
%96.39
%2.35

Codes

Color #9EF909 in popluar color models

9EF909
RGB1582499
HSL83°95.24%50.59%
HSB/HSV83°96.39%97.65%
CMYK36.55%0.00%96.39%
2.35%

Color #9EF909 in popluar number systems.

HEX9EF909
Decimal1582499
Binary10011110111110011001
Octal23637111

Shades and tints

Shades of #9EF909

#9EF909
(158,249,9)
#90E309
(144,227,9)
#82CD09
(130,205,9)
#74B709
(116,183,9)
#66A109
(102,161,9)
#588B09
(88,139,9)
#4A7509
(74,117,9)
#3C5F09
(60,95,9)
#2E4909
(46,73,9)
#203309
(32,51,9)
#121D09
(18,29,9)
#000000
(0,0,0)

Tints of #9EF909

#9EF909
(158,249,9)
#A6F91F
(166,249,31)
#AEF935
(174,249,53)
#B6F94B
(182,249,75)
#BEF961
(190,249,97)
#C6F977
(198,249,119)
#CEF98D
(206,249,141)
#D6F9A3
(214,249,163)
#DEF9B9
(222,249,185)
#E6F9CF
(230,249,207)
#EEF9E5
(238,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF909; }

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

This text font color is #9EF909.


Background Color

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

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

This div background color is #9EF909.


Border color

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

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

This div border color is #9EF909.


Opacity

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

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

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

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

This text has shadow with #9EF909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF909 on black background.


Color preview on white background

This text has color #9EF909 on white background.



Black color preview on #9EF909 background

This text has black color on #9EF909 background.


White color preview on #9EF909 background

This text has white color on #9EF909 background.