COLOR #09E682

HEX: #09E682
RGB: (9,230,130)

Renk bilgisi

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

RGB renk modeli

#09E682 color RGB value is (9,230,130).

  • kırmız ton 9;
  • yeşil ton 230;
  • mavi ton 130.
RGB:
(9,230,130)
(4%,90%,51%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 230 of 255 = 90%
B 130 of 255 = 51%

9
230
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 230 + 130 = 369 (100%)
R 9 of 369 ~ 2.44%
G 230 of 369 ~ 62.33%
B 130 of 369 ~ 35.23%

%62.33
%35.23

CMYK RENK MODELİ

#09E682 rengi CMYK tonu (96,0,43,10).

  • camgöbeği tonu 96.09%
  • eflatun tonu 0.00%
  • sarı tonu 43.48%
  • ana renk tonu 9.80%
CMYK:
(96,0,43,10)
C96M0Y43K10 
(96%,0%,43%,10%)
(0.96/0.00/0.43/0.10)	

CMYK yüzdeleri

%96.09
%0
%43.48
%9.8

Codes

Color #09E682 in popluar color models

09E682
RGB9230130
HSL153°92.47%46.86%
HSB/HSV153°96.09%90.20%
CMYK96.09%0.00%43.48%
9.80%

Color #09E682 in popluar number systems.

HEX09E682
Decimal9230130
Binary10011110011010000010
Octal11346202

Shades and tints

Shades of #09E682

#09E682
(9,230,130)
#09D277
(9,210,119)
#09BE6C
(9,190,108)
#09AA61
(9,170,97)
#099656
(9,150,86)
#09824B
(9,130,75)
#096E40
(9,110,64)
#095A35
(9,90,53)
#09462A
(9,70,42)
#09321F
(9,50,31)
#091E14
(9,30,20)
#000000
(0,0,0)

Tints of #09E682

#09E682
(9,230,130)
#1FE88D
(31,232,141)
#35EA98
(53,234,152)
#4BECA3
(75,236,163)
#61EEAE
(97,238,174)
#77F0B9
(119,240,185)
#8DF2C4
(141,242,196)
#A3F4CF
(163,244,207)
#B9F6DA
(185,246,218)
#CFF8E5
(207,248,229)
#E5FAF0
(229,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09E682 color. Also use rgb(9,230,130) instead hex code.

Text Font Color

.myTextColor { color: #09E682; }

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

This text font color is #09E682.


Background Color

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

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

This div background color is #09E682.


Border color

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

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

This div border color is #09E682.


Opacity

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

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

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

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

This text has shadow with #09E682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09E682 on black background.


Color preview on white background

This text has color #09E682 on white background.



Black color preview on #09E682 background

This text has black color on #09E682 background.


White color preview on #09E682 background

This text has white color on #09E682 background.