COLOR #09F8A7

HEX: #09F8A7
RGB: (9,248,167)

Color info

#09F8A7 contains mainly green color. Web safe color of #09F8A7 is #00FF99 (or #0F9).

RGB color model

#09F8A7 color RGB value is (9,248,167).

  • red value is 9;
  • green value is 248;
  • blue value is 167.
RGB:
(9,248,167)
(4%,97%,65%)

RGB channels and saturation

R 9 of 255 = 4%
G 248 of 255 = 97%
B 167 of 255 = 65%

9
248
167

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

Portions of RGB colors in percentages

R + G + B =
9 + 248 + 167 = 424 (100%)
R 9 of 424 ~ 2.12%
G 248 of 424 ~ 58.49%
B 167 of 424 ~ 39.39%

%58.49
%39.39

CMYK color model

#09F8A7 color CMYK value is (96,0,33,3).

  • cyan value is 96.37%
  • magenta value is 0.00%
  • yellow value is 32.66%
  • key color value is 2.75%
CMYK:
(96,0,33,3)
C96M0Y33K3 
(96%,0%,33%,3%)
(0.96/0.00/0.33/0.03)	

CMYK percentages

%96.37
%0
%32.66
%2.75

Codes

Color #09F8A7 in popluar color models

09F8A7
RGB9248167
HSL160°94.47%50.39%
HSB/HSV160°96.37%97.25%
CMYK96.37%0.00%32.66%
2.75%

Color #09F8A7 in popluar number systems.

HEX09F8A7
Decimal9248167
Binary10011111100010100111
Octal11370247

Shades and tints

Shades of #09F8A7

#09F8A7
(9,248,167)
#09E298
(9,226,152)
#09CC89
(9,204,137)
#09B67A
(9,182,122)
#09A06B
(9,160,107)
#098A5C
(9,138,92)
#09744D
(9,116,77)
#095E3E
(9,94,62)
#09482F
(9,72,47)
#093220
(9,50,32)
#091C11
(9,28,17)
#000000
(0,0,0)

Tints of #09F8A7

#09F8A7
(9,248,167)
#1FF8AF
(31,248,175)
#35F8B7
(53,248,183)
#4BF8BF
(75,248,191)
#61F8C7
(97,248,199)
#77F8CF
(119,248,207)
#8DF8D7
(141,248,215)
#A3F8DF
(163,248,223)
#B9F8E7
(185,248,231)
#CFF8EF
(207,248,239)
#E5F8F7
(229,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09F8A7 color. Also use rgb(9,248,167) instead hex code.

Text Font Color

.myTextColor { color: #09F8A7; }

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

This text font color is #09F8A7.


Background Color

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

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

This div background color is #09F8A7.


Border color

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

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

This div border color is #09F8A7.


Opacity

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

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

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

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

This text has shadow with #09F8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09F8A7 on black background.


Color preview on white background

This text has color #09F8A7 on white background.



Black color preview on #09F8A7 background

This text has black color on #09F8A7 background.


White color preview on #09F8A7 background

This text has white color on #09F8A7 background.