COLOR #09F0A9

HEX: #09F0A9
RGB: (9,240,169)

Renk bilgisi

#09F0A9 contains mainly green color. #09F0A9 ‘ nin web güvenlik rengi #00FF99 (ya da #0F9) dir.

RGB renk modeli

#09F0A9 color RGB value is (9,240,169).

  • kırmız ton 9;
  • yeşil ton 240;
  • mavi ton 169.
RGB:
(9,240,169)
(4%,94%,66%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 240 of 255 = 94%
B 169 of 255 = 66%

9
240
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 240 + 169 = 418 (100%)
R 9 of 418 ~ 2.15%
G 240 of 418 ~ 57.42%
B 169 of 418 ~ 40.43%

%57.42
%40.43

CMYK RENK MODELİ

#09F0A9 rengi CMYK tonu (96,0,30,6).

  • camgöbeği tonu 96.25%
  • eflatun tonu 0.00%
  • sarı tonu 29.58%
  • ana renk tonu 5.88%
CMYK:
(96,0,30,6)
C96M0Y30K6 
(96%,0%,30%,6%)
(0.96/0.00/0.30/0.06)	

CMYK yüzdeleri

%96.25
%0
%29.58
%5.88

Codes

Color #09F0A9 in popluar color models

09F0A9
RGB9240169
HSL162°92.77%48.82%
HSB/HSV162°96.25%94.12%
CMYK96.25%0.00%29.58%
5.88%

Color #09F0A9 in popluar number systems.

HEX09F0A9
Decimal9240169
Binary10011111000010101001
Octal11360251

Shades and tints

Shades of #09F0A9

#09F0A9
(9,240,169)
#09DB9A
(9,219,154)
#09C68B
(9,198,139)
#09B17C
(9,177,124)
#099C6D
(9,156,109)
#09875E
(9,135,94)
#09724F
(9,114,79)
#095D40
(9,93,64)
#094831
(9,72,49)
#093322
(9,51,34)
#091E13
(9,30,19)
#000000
(0,0,0)

Tints of #09F0A9

#09F0A9
(9,240,169)
#1FF1B0
(31,241,176)
#35F2B7
(53,242,183)
#4BF3BE
(75,243,190)
#61F4C5
(97,244,197)
#77F5CC
(119,245,204)
#8DF6D3
(141,246,211)
#A3F7DA
(163,247,218)
#B9F8E1
(185,248,225)
#CFF9E8
(207,249,232)
#E5FAEF
(229,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09F0A9 color. Also use rgb(9,240,169) instead hex code.

Text Font Color

.myTextColor { color: #09F0A9; }

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

This text font color is #09F0A9.


Background Color

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

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

This div background color is #09F0A9.


Border color

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

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

This div border color is #09F0A9.


Opacity

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

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

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

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

This text has shadow with #09F0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09F0A9 on black background.


Color preview on white background

This text has color #09F0A9 on white background.



Black color preview on #09F0A9 background

This text has black color on #09F0A9 background.


White color preview on #09F0A9 background

This text has white color on #09F0A9 background.