COLOR #09EA5F

HEX: #09EA5F
RGB: (9,234,95)

Renk bilgisi

#09EA5F contains mainly green color. #09EA5F ‘ nin web güvenlik rengi #00FF66 (ya da #0F6) dir.

RGB renk modeli

#09EA5F color RGB value is (9,234,95).

  • kırmız ton 9;
  • yeşil ton 234;
  • mavi ton 95.
RGB:
(9,234,95)
(4%,92%,37%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 234 of 255 = 92%
B 95 of 255 = 37%

9
234
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 234 + 95 = 338 (100%)
R 9 of 338 ~ 2.66%
G 234 of 338 ~ 69.23%
B 95 of 338 ~ 28.11%

%69.23
%28.11

CMYK RENK MODELİ

#09EA5F rengi CMYK tonu (96,0,59,8).

  • camgöbeği tonu 96.15%
  • eflatun tonu 0.00%
  • sarı tonu 59.40%
  • ana renk tonu 8.24%
CMYK:
(96,0,59,8)
C96M0Y59K8 
(96%,0%,59%,8%)
(0.96/0.00/0.59/0.08)	

CMYK yüzdeleri

%96.15
%0
%59.4
%8.24

Codes

Color #09EA5F in popluar color models

09EA5F
RGB923495
HSL143°92.59%47.65%
HSB/HSV143°96.15%91.76%
CMYK96.15%0.00%59.40%
8.24%

Color #09EA5F in popluar number systems.

HEX09EA5F
Decimal923495
Binary1001111010101011111
Octal11352137

Shades and tints

Shades of #09EA5F

#09EA5F
(9,234,95)
#09D557
(9,213,87)
#09C04F
(9,192,79)
#09AB47
(9,171,71)
#09963F
(9,150,63)
#098137
(9,129,55)
#096C2F
(9,108,47)
#095727
(9,87,39)
#09421F
(9,66,31)
#092D17
(9,45,23)
#09180F
(9,24,15)
#000000
(0,0,0)

Tints of #09EA5F

#09EA5F
(9,234,95)
#1FEB6D
(31,235,109)
#35EC7B
(53,236,123)
#4BED89
(75,237,137)
#61EE97
(97,238,151)
#77EFA5
(119,239,165)
#8DF0B3
(141,240,179)
#A3F1C1
(163,241,193)
#B9F2CF
(185,242,207)
#CFF3DD
(207,243,221)
#E5F4EB
(229,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09EA5F color. Also use rgb(9,234,95) instead hex code.

Text Font Color

.myTextColor { color: #09EA5F; }

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

This text font color is #09EA5F.


Background Color

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

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

This div background color is #09EA5F.


Border color

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

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

This div border color is #09EA5F.


Opacity

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

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

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

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

This text has shadow with #09EA5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09EA5F on black background.


Color preview on white background

This text has color #09EA5F on white background.



Black color preview on #09EA5F background

This text has black color on #09EA5F background.


White color preview on #09EA5F background

This text has white color on #09EA5F background.