COLOR #0FAA80

HEX: #0FAA80
RGB: (15,170,128)

Color info

#0FAA80 contains mainly green and blue colors. Web safe color of #0FAA80 is #009966 (or #096).

RGB color model

#0FAA80 color RGB value is (15,170,128).

  • red value is 15;
  • green value is 170;
  • blue value is 128.
RGB:
(15,170,128)
(6%,67%,50%)

RGB channels and saturation

R 15 of 255 = 6%
G 170 of 255 = 67%
B 128 of 255 = 50%

15
170
128

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

Portions of RGB colors in percentages

R + G + B =
15 + 170 + 128 = 313 (100%)
R 15 of 313 ~ 4.79%
G 170 of 313 ~ 54.31%
B 128 of 313 ~ 40.89%

%54.31
%40.89

CMYK color model

#0FAA80 color CMYK value is (91,0,25,33).

  • cyan value is 91.18%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 33.33%
CMYK:
(91,0,25,33)
C91M0Y25K33 
(91%,0%,25%,33%)
(0.91/0.00/0.25/0.33)	

CMYK percentages

%91.18
%0
%24.71
%33.33

Codes

Color #0FAA80 in popluar color models

0FAA80
RGB15170128
HSL164°83.78%36.27%
HSB/HSV164°91.18%66.67%
CMYK91.18%0.00%24.71%
33.33%

Color #0FAA80 in popluar number systems.

HEX0FAA80
Decimal15170128
Binary11111010101010000000
Octal17252200

Shades and tints

Shades of #0FAA80

#0FAA80
(15,170,128)
#0E9B75
(14,155,117)
#0D8C6A
(13,140,106)
#0C7D5F
(12,125,95)
#0B6E54
(11,110,84)
#0A5F49
(10,95,73)
#09503E
(9,80,62)
#084133
(8,65,51)
#073228
(7,50,40)
#06231D
(6,35,29)
#051412
(5,20,18)
#000000
(0,0,0)

Tints of #0FAA80

#0FAA80
(15,170,128)
#24B18B
(36,177,139)
#39B896
(57,184,150)
#4EBFA1
(78,191,161)
#63C6AC
(99,198,172)
#78CDB7
(120,205,183)
#8DD4C2
(141,212,194)
#A2DBCD
(162,219,205)
#B7E2D8
(183,226,216)
#CCE9E3
(204,233,227)
#E1F0EE
(225,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FAA80 color. Also use rgb(15,170,128) instead hex code.

Text Font Color

.myTextColor { color: #0FAA80; }

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

This text font color is #0FAA80.


Background Color

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

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

This div background color is #0FAA80.


Border color

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

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

This div border color is #0FAA80.


Opacity

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

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

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

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

This text has shadow with #0FAA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FAA80 on black background.


Color preview on white background

This text has color #0FAA80 on white background.



Black color preview on #0FAA80 background

This text has black color on #0FAA80 background.


White color preview on #0FAA80 background

This text has white color on #0FAA80 background.