COLOR #09E170

HEX: #09E170
RGB: (9,225,112)

Renk bilgisi

#09E170 contains mainly green color. #09E170 ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#09E170 color RGB value is (9,225,112).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 225 of 255 = 88%
B 112 of 255 = 44%

9
225
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 225 + 112 = 346 (100%)
R 9 of 346 ~ 2.6%
G 225 of 346 ~ 65.03%
B 112 of 346 ~ 32.37%

%65.03
%32.37

CMYK RENK MODELİ

#09E170 rengi CMYK tonu (96,0,50,12).

  • camgöbeği tonu 96.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.22%
  • ana renk tonu 11.76%
CMYK:
(96,0,50,12)
C96M0Y50K12 
(96%,0%,50%,12%)
(0.96/0.00/0.50/0.12)	

CMYK yüzdeleri

%96
%0
%50.22
%11.76

Codes

Color #09E170 in popluar color models

09E170
RGB9225112
HSL149°92.31%45.88%
HSB/HSV149°96.00%88.24%
CMYK96.00%0.00%50.22%
11.76%

Color #09E170 in popluar number systems.

HEX09E170
Decimal9225112
Binary1001111000011110000
Octal11341160

Shades and tints

Shades of #09E170

#09E170
(9,225,112)
#09CD66
(9,205,102)
#09B95C
(9,185,92)
#09A552
(9,165,82)
#099148
(9,145,72)
#097D3E
(9,125,62)
#096934
(9,105,52)
#09552A
(9,85,42)
#094120
(9,65,32)
#092D16
(9,45,22)
#09190C
(9,25,12)
#000000
(0,0,0)

Tints of #09E170

#09E170
(9,225,112)
#1FE37D
(31,227,125)
#35E58A
(53,229,138)
#4BE797
(75,231,151)
#61E9A4
(97,233,164)
#77EBB1
(119,235,177)
#8DEDBE
(141,237,190)
#A3EFCB
(163,239,203)
#B9F1D8
(185,241,216)
#CFF3E5
(207,243,229)
#E5F5F2
(229,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09E170; }

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

This text font color is #09E170.


Background Color

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

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

This div background color is #09E170.


Border color

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

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

This div border color is #09E170.


Opacity

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

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

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

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

This text has shadow with #09E170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09E170 on black background.


Color preview on white background

This text has color #09E170 on white background.



Black color preview on #09E170 background

This text has black color on #09E170 background.


White color preview on #09E170 background

This text has white color on #09E170 background.