COLOR #0FFFA9

HEX: #0FFFA9
RGB: (15,255,169)

Color info

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

RGB color model

#0FFFA9 color RGB value is (15,255,169).

  • red value is 15;
  • green value is 255;
  • blue value is 169.
RGB:
(15,255,169)
(6%,100%,66%)

RGB channels and saturation

R 15 of 255 = 6%
G 255 of 255 = 100%
B 169 of 255 = 66%

15
255
169

R + G + B ~ 57%. #0FFFA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 255 + 169 = 439 (100%)
R 15 of 439 ~ 3.42%
G 255 of 439 ~ 58.09%
B 169 of 439 ~ 38.5%

%58.09
%38.5

CMYK color model

#0FFFA9 color CMYK value is (94,0,34,0).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 0.00%
CMYK:
(94,0,34,0)
C94M0Y34K0 
(94%,0%,34%,0%)
(0.94/0.00/0.34/0.00)	

CMYK percentages

%94.12
%0
%33.73
%0

Codes

Color #0FFFA9 in popluar color models

0FFFA9
RGB15255169
HSL159°100.00%52.94%
HSB/HSV159°94.12%100.00%
CMYK94.12%0.00%33.73%
0.00%

Color #0FFFA9 in popluar number systems.

HEX0FFFA9
Decimal15255169
Binary11111111111110101001
Octal17377251

Shades and tints

Shades of #0FFFA9

#0FFFA9
(15,255,169)
#0EE89A
(14,232,154)
#0DD18B
(13,209,139)
#0CBA7C
(12,186,124)
#0BA36D
(11,163,109)
#0A8C5E
(10,140,94)
#09754F
(9,117,79)
#085E40
(8,94,64)
#074731
(7,71,49)
#063022
(6,48,34)
#051913
(5,25,19)
#000000
(0,0,0)

Tints of #0FFFA9

#0FFFA9
(15,255,169)
#24FFB0
(36,255,176)
#39FFB7
(57,255,183)
#4EFFBE
(78,255,190)
#63FFC5
(99,255,197)
#78FFCC
(120,255,204)
#8DFFD3
(141,255,211)
#A2FFDA
(162,255,218)
#B7FFE1
(183,255,225)
#CCFFE8
(204,255,232)
#E1FFEF
(225,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FFFA9 color. Also use rgb(15,255,169) instead hex code.

Text Font Color

.myTextColor { color: #0FFFA9; }

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

This text font color is #0FFFA9.


Background Color

.myBgColor { background-color: #0FFFA9; }

<div style="background-color:#0FFFA9">Inner text</div>

This div background color is #0FFFA9.


Border color

.myBorderColor { border: 1px solid #0FFFA9; }

<div style="border:3px solid #0FFFA9">Div</div>

This div border color is #0FFFA9.


Opacity

.myOpacity80 { color: #0FFFA9; opacity: 0.8; }

<p style="color:#0FFFA9;opacity:0.8;">80%</p>

Text with #0FFFA9 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 #0FFFA9;}

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

This text has shadow with #0FFFA9 color.

.textShadow {text-shadow: 3px 3px 1px #0FFFA9, 3px 3px 1px red;}

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

This text has shadow with #0FFFA9 primary color and red secondary color.


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

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

This text has shadow with #0FFFA9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FFFA9 on black background.


Color preview on white background

This text has color #0FFFA9 on white background.



Black color preview on #0FFFA9 background

This text has black color on #0FFFA9 background.


White color preview on #0FFFA9 background

This text has white color on #0FFFA9 background.