COLOR #0FAC4A

HEX: #0FAC4A
RGB: (15,172,74)

Color info

#0FAC4A contains mainly green color. Web safe color of #0FAC4A is #009933 (or #093).

RGB color model

#0FAC4A color RGB value is (15,172,74).

  • red value is 15;
  • green value is 172;
  • blue value is 74.
RGB:
(15,172,74)
(6%,67%,29%)

RGB channels and saturation

R 15 of 255 = 6%
G 172 of 255 = 67%
B 74 of 255 = 29%

15
172
74

R + G + B ~ 34%. #0FAC4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 172 + 74 = 261 (100%)
R 15 of 261 ~ 5.75%
G 172 of 261 ~ 65.9%
B 74 of 261 ~ 28.35%

%65.9
%28.35

CMYK color model

#0FAC4A color CMYK value is (91,0,57,33).

  • cyan value is 91.28%
  • magenta value is 0.00%
  • yellow value is 56.98%
  • key color value is 32.55%
CMYK:
(91,0,57,33)
C91M0Y57K33 
(91%,0%,57%,33%)
(0.91/0.00/0.57/0.33)	

CMYK percentages

%91.28
%0
%56.98
%32.55

Codes

Color #0FAC4A in popluar color models

0FAC4A
RGB1517274
HSL143°83.96%36.67%
HSB/HSV143°91.28%67.45%
CMYK91.28%0.00%56.98%
32.55%

Color #0FAC4A in popluar number systems.

HEX0FAC4A
Decimal1517274
Binary1111101011001001010
Octal17254112

Shades and tints

Shades of #0FAC4A

#0FAC4A
(15,172,74)
#0E9D44
(14,157,68)
#0D8E3E
(13,142,62)
#0C7F38
(12,127,56)
#0B7032
(11,112,50)
#0A612C
(10,97,44)
#095226
(9,82,38)
#084320
(8,67,32)
#07341A
(7,52,26)
#062514
(6,37,20)
#05160E
(5,22,14)
#000000
(0,0,0)

Tints of #0FAC4A

#0FAC4A
(15,172,74)
#24B35A
(36,179,90)
#39BA6A
(57,186,106)
#4EC17A
(78,193,122)
#63C88A
(99,200,138)
#78CF9A
(120,207,154)
#8DD6AA
(141,214,170)
#A2DDBA
(162,221,186)
#B7E4CA
(183,228,202)
#CCEBDA
(204,235,218)
#E1F2EA
(225,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FAC4A color. Also use rgb(15,172,74) instead hex code.

Text Font Color

.myTextColor { color: #0FAC4A; }

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

This text font color is #0FAC4A.


Background Color

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

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

This div background color is #0FAC4A.


Border color

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

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

This div border color is #0FAC4A.


Opacity

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

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

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

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

This text has shadow with #0FAC4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FAC4A on black background.


Color preview on white background

This text has color #0FAC4A on white background.



Black color preview on #0FAC4A background

This text has black color on #0FAC4A background.


White color preview on #0FAC4A background

This text has white color on #0FAC4A background.