COLOR #09E9AF

HEX: #09E9AF
RGB: (9,233,175)

Color info

#09E9AF contains mainly green and blue colors. Web safe color of #09E9AF is #00FF99 (or #0F9).

RGB color model

#09E9AF color RGB value is (9,233,175).

  • red value is 9;
  • green value is 233;
  • blue value is 175.
RGB:
(9,233,175)
(4%,91%,69%)

RGB channels and saturation

R 9 of 255 = 4%
G 233 of 255 = 91%
B 175 of 255 = 69%

9
233
175

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

Portions of RGB colors in percentages

R + G + B =
9 + 233 + 175 = 417 (100%)
R 9 of 417 ~ 2.16%
G 233 of 417 ~ 55.88%
B 175 of 417 ~ 41.97%

%55.88
%41.97

CMYK color model

#09E9AF color CMYK value is (96,0,25,9).

  • cyan value is 96.14%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%
CMYK:
(96,0,25,9)
C96M0Y25K9 
(96%,0%,25%,9%)
(0.96/0.00/0.25/0.09)	

CMYK percentages

%96.14
%0
%24.89
%8.63

Codes

Color #09E9AF in popluar color models

09E9AF
RGB9233175
HSL164°92.56%47.45%
HSB/HSV164°96.14%91.37%
CMYK96.14%0.00%24.89%
8.63%

Color #09E9AF in popluar number systems.

HEX09E9AF
Decimal9233175
Binary10011110100110101111
Octal11351257

Shades and tints

Shades of #09E9AF

#09E9AF
(9,233,175)
#09D4A0
(9,212,160)
#09BF91
(9,191,145)
#09AA82
(9,170,130)
#099573
(9,149,115)
#098064
(9,128,100)
#096B55
(9,107,85)
#095646
(9,86,70)
#094137
(9,65,55)
#092C28
(9,44,40)
#091719
(9,23,25)
#000000
(0,0,0)

Tints of #09E9AF

#09E9AF
(9,233,175)
#1FEBB6
(31,235,182)
#35EDBD
(53,237,189)
#4BEFC4
(75,239,196)
#61F1CB
(97,241,203)
#77F3D2
(119,243,210)
#8DF5D9
(141,245,217)
#A3F7E0
(163,247,224)
#B9F9E7
(185,249,231)
#CFFBEE
(207,251,238)
#E5FDF5
(229,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09E9AF color. Also use rgb(9,233,175) instead hex code.

Text Font Color

.myTextColor { color: #09E9AF; }

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

This text font color is #09E9AF.


Background Color

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

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

This div background color is #09E9AF.


Border color

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

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

This div border color is #09E9AF.


Opacity

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

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

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

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

This text has shadow with #09E9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09E9AF on black background.


Color preview on white background

This text has color #09E9AF on white background.



Black color preview on #09E9AF background

This text has black color on #09E9AF background.


White color preview on #09E9AF background

This text has white color on #09E9AF background.