COLOR #09FFB5

HEX: #09FFB5
RGB: (9,255,181)

Color info

#09FFB5 contains mainly green color. Web safe color of #09FFB5 is #00FFCC (or #0FC).

RGB color model

#09FFB5 color RGB value is (9,255,181).

  • red value is 9;
  • green value is 255;
  • blue value is 181.
RGB:
(9,255,181)
(4%,100%,71%)

RGB channels and saturation

R 9 of 255 = 4%
G 255 of 255 = 100%
B 181 of 255 = 71%

9
255
181

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

Portions of RGB colors in percentages

R + G + B =
9 + 255 + 181 = 445 (100%)
R 9 of 445 ~ 2.02%
G 255 of 445 ~ 57.3%
B 181 of 445 ~ 40.67%

%57.3
%40.67

CMYK color model

#09FFB5 color CMYK value is (96,0,29,0).

  • cyan value is 96.47%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 0.00%
CMYK:
(96,0,29,0)
C96M0Y29K0 
(96%,0%,29%,0%)
(0.96/0.00/0.29/0.00)	

CMYK percentages

%96.47
%0
%29.02
%0

Codes

Color #09FFB5 in popluar color models

09FFB5
RGB9255181
HSL162°100.00%51.76%
HSB/HSV162°96.47%100.00%
CMYK96.47%0.00%29.02%
0.00%

Color #09FFB5 in popluar number systems.

HEX09FFB5
Decimal9255181
Binary10011111111110110101
Octal11377265

Shades and tints

Shades of #09FFB5

#09FFB5
(9,255,181)
#09E8A5
(9,232,165)
#09D195
(9,209,149)
#09BA85
(9,186,133)
#09A375
(9,163,117)
#098C65
(9,140,101)
#097555
(9,117,85)
#095E45
(9,94,69)
#094735
(9,71,53)
#093025
(9,48,37)
#091915
(9,25,21)
#000000
(0,0,0)

Tints of #09FFB5

#09FFB5
(9,255,181)
#1FFFBB
(31,255,187)
#35FFC1
(53,255,193)
#4BFFC7
(75,255,199)
#61FFCD
(97,255,205)
#77FFD3
(119,255,211)
#8DFFD9
(141,255,217)
#A3FFDF
(163,255,223)
#B9FFE5
(185,255,229)
#CFFFEB
(207,255,235)
#E5FFF1
(229,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09FFB5 color. Also use rgb(9,255,181) instead hex code.

Text Font Color

.myTextColor { color: #09FFB5; }

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

This text font color is #09FFB5.


Background Color

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

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

This div background color is #09FFB5.


Border color

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

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

This div border color is #09FFB5.


Opacity

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

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

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

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

This text has shadow with #09FFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09FFB5 on black background.


Color preview on white background

This text has color #09FFB5 on white background.



Black color preview on #09FFB5 background

This text has black color on #09FFB5 background.


White color preview on #09FFB5 background

This text has white color on #09FFB5 background.