COLOR #0F5E05

HEX: #0F5E05
RGB: (15,94,5)

Color info

#0F5E05 contains mainly green color. Web safe color of #0F5E05 is #006600 (or #060).

RGB color model

#0F5E05 color RGB value is (15,94,5).

  • red value is 15;
  • green value is 94;
  • blue value is 5.
RGB:
(15,94,5)
(6%,37%,2%)

RGB channels and saturation

R 15 of 255 = 6%
G 94 of 255 = 37%
B 5 of 255 = 2%

15
94
5

R + G + B ~ 15%. #0F5E05 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 94 + 5 = 114 (100%)
R 15 of 114 ~ 13.16%
G 94 of 114 ~ 82.46%
B 5 of 114 ~ 4.39%

%13.16
%82.46

CMYK color model

#0F5E05 color CMYK value is (84,0,95,63).

  • cyan value is 84.04%
  • magenta value is 0.00%
  • yellow value is 94.68%
  • key color value is 63.14%
CMYK:
(84,0,95,63)
C84M0Y95K63 
(84%,0%,95%,63%)
(0.84/0.00/0.95/0.63)	

CMYK percentages

%84.04
%0
%94.68
%63.14

Codes

Color #0F5E05 in popluar color models

0F5E05
RGB15945
HSL113°89.90%19.41%
HSB/HSV113°94.68%36.86%
CMYK84.04%0.00%94.68%
63.14%

Color #0F5E05 in popluar number systems.

HEX0F5E05
Decimal15945
Binary11111011110101
Octal171365

Shades and tints

Shades of #0F5E05

#0F5E05
(15,94,5)
#0E5605
(14,86,5)
#0D4E05
(13,78,5)
#0C4605
(12,70,5)
#0B3E05
(11,62,5)
#0A3605
(10,54,5)
#092E05
(9,46,5)
#082605
(8,38,5)
#071E05
(7,30,5)
#061605
(6,22,5)
#050E05
(5,14,5)
#000000
(0,0,0)

Tints of #0F5E05

#0F5E05
(15,94,5)
#246C1B
(36,108,27)
#397A31
(57,122,49)
#4E8847
(78,136,71)
#63965D
(99,150,93)
#78A473
(120,164,115)
#8DB289
(141,178,137)
#A2C09F
(162,192,159)
#B7CEB5
(183,206,181)
#CCDCCB
(204,220,203)
#E1EAE1
(225,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5E05 color. Also use rgb(15,94,5) instead hex code.

Text Font Color

.myTextColor { color: #0F5E05; }

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

This text font color is #0F5E05.


Background Color

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

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

This div background color is #0F5E05.


Border color

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

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

This div border color is #0F5E05.


Opacity

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

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

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

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

This text has shadow with #0F5E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5E05 on black background.


Color preview on white background

This text has color #0F5E05 on white background.



Black color preview on #0F5E05 background

This text has black color on #0F5E05 background.


White color preview on #0F5E05 background

This text has white color on #0F5E05 background.