COLOR #09E18F

HEX: #09E18F
RGB: (9,225,143)

Renk bilgisi

#09E18F contains mainly green color. #09E18F ‘ nin web güvenlik rengi #00CC99 (ya da #0C9) dir.

RGB renk modeli

#09E18F color RGB value is (9,225,143).

  • kırmız ton 9;
  • yeşil ton 225;
  • mavi ton 143.
RGB:
(9,225,143)
(4%,88%,56%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 225 of 255 = 88%
B 143 of 255 = 56%

9
225
143

R + G + B ~ 49%. #09E18F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 225 + 143 = 377 (100%)
R 9 of 377 ~ 2.39%
G 225 of 377 ~ 59.68%
B 143 of 377 ~ 37.93%

%59.68
%37.93

CMYK RENK MODELİ

#09E18F rengi CMYK tonu (96,0,36,12).

  • camgöbeği tonu 96.00%
  • eflatun tonu 0.00%
  • sarı tonu 36.44%
  • ana renk tonu 11.76%
CMYK:
(96,0,36,12)
C96M0Y36K12 
(96%,0%,36%,12%)
(0.96/0.00/0.36/0.12)	

CMYK yüzdeleri

%96
%0
%36.44
%11.76

Codes

Color #09E18F in popluar color models

09E18F
RGB9225143
HSL157°92.31%45.88%
HSB/HSV157°96.00%88.24%
CMYK96.00%0.00%36.44%
11.76%

Color #09E18F in popluar number systems.

HEX09E18F
Decimal9225143
Binary10011110000110001111
Octal11341217

Shades and tints

Shades of #09E18F

#09E18F
(9,225,143)
#09CD82
(9,205,130)
#09B975
(9,185,117)
#09A568
(9,165,104)
#09915B
(9,145,91)
#097D4E
(9,125,78)
#096941
(9,105,65)
#095534
(9,85,52)
#094127
(9,65,39)
#092D1A
(9,45,26)
#09190D
(9,25,13)
#000000
(0,0,0)

Tints of #09E18F

#09E18F
(9,225,143)
#1FE399
(31,227,153)
#35E5A3
(53,229,163)
#4BE7AD
(75,231,173)
#61E9B7
(97,233,183)
#77EBC1
(119,235,193)
#8DEDCB
(141,237,203)
#A3EFD5
(163,239,213)
#B9F1DF
(185,241,223)
#CFF3E9
(207,243,233)
#E5F5F3
(229,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09E18F color. Also use rgb(9,225,143) instead hex code.

Text Font Color

.myTextColor { color: #09E18F; }

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

This text font color is #09E18F.


Background Color

.myBgColor { background-color: #09E18F; }

<div style="background-color:#09E18F">Inner text</div>

This div background color is #09E18F.


Border color

.myBorderColor { border: 1px solid #09E18F; }

<div style="border:3px solid #09E18F">Div</div>

This div border color is #09E18F.


Opacity

.myOpacity80 { color: #09E18F; opacity: 0.8; }

<p style="color:#09E18F;opacity:0.8;">80%</p>

Text with #09E18F 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 #09E18F;}

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

This text has shadow with #09E18F color.

.textShadow {text-shadow: 3px 3px 1px #09E18F, 3px 3px 1px red;}

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

This text has shadow with #09E18F primary color and red secondary color.


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

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

This text has shadow with #09E18F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09E18F on black background.


Color preview on white background

This text has color #09E18F on white background.



Black color preview on #09E18F background

This text has black color on #09E18F background.


White color preview on #09E18F background

This text has white color on #09E18F background.