COLOR #0FA05F

HEX: #0FA05F
RGB: (15,160,95)

Color info

#0FA05F contains mainly green color. Web safe color of #0FA05F is #009966 (or #096).

RGB color model

#0FA05F color RGB value is (15,160,95).

  • red value is 15;
  • green value is 160;
  • blue value is 95.
RGB:
(15,160,95)
(6%,63%,37%)

RGB channels and saturation

R 15 of 255 = 6%
G 160 of 255 = 63%
B 95 of 255 = 37%

15
160
95

R + G + B ~ 35%. #0FA05F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 160 + 95 = 270 (100%)
R 15 of 270 ~ 5.56%
G 160 of 270 ~ 59.26%
B 95 of 270 ~ 35.19%

%59.26
%35.19

CMYK color model

#0FA05F color CMYK value is (91,0,41,37).

  • cyan value is 90.63%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 37.25%
CMYK:
(91,0,41,37)
C91M0Y41K37 
(91%,0%,41%,37%)
(0.91/0.00/0.41/0.37)	

CMYK percentages

%90.63
%0
%40.63
%37.25

Codes

Color #0FA05F in popluar color models

0FA05F
RGB1516095
HSL153°82.86%34.31%
HSB/HSV153°90.63%62.75%
CMYK90.63%0.00%40.63%
37.25%

Color #0FA05F in popluar number systems.

HEX0FA05F
Decimal1516095
Binary1111101000001011111
Octal17240137

Shades and tints

Shades of #0FA05F

#0FA05F
(15,160,95)
#0E9257
(14,146,87)
#0D844F
(13,132,79)
#0C7647
(12,118,71)
#0B683F
(11,104,63)
#0A5A37
(10,90,55)
#094C2F
(9,76,47)
#083E27
(8,62,39)
#07301F
(7,48,31)
#062217
(6,34,23)
#05140F
(5,20,15)
#000000
(0,0,0)

Tints of #0FA05F

#0FA05F
(15,160,95)
#24A86D
(36,168,109)
#39B07B
(57,176,123)
#4EB889
(78,184,137)
#63C097
(99,192,151)
#78C8A5
(120,200,165)
#8DD0B3
(141,208,179)
#A2D8C1
(162,216,193)
#B7E0CF
(183,224,207)
#CCE8DD
(204,232,221)
#E1F0EB
(225,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FA05F color. Also use rgb(15,160,95) instead hex code.

Text Font Color

.myTextColor { color: #0FA05F; }

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

This text font color is #0FA05F.


Background Color

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

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

This div background color is #0FA05F.


Border color

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

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

This div border color is #0FA05F.


Opacity

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

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

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

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

This text has shadow with #0FA05F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FA05F on black background.


Color preview on white background

This text has color #0FA05F on white background.



Black color preview on #0FA05F background

This text has black color on #0FA05F background.


White color preview on #0FA05F background

This text has white color on #0FA05F background.