COLOR #00F870

HEX: #00F870
RGB: (0,248,112)

Color info

#00F870 contains mainly green color. Web safe color of #00F870 is #00FF66 (or #0F6).

RGB color model

#00F870 color RGB value is (0,248,112).

  • red value is 0;
  • green value is 248;
  • blue value is 112.
RGB:
(0,248,112)
(0%,97%,44%)

RGB channels and saturation

R 0 of 255 = 0%
G 248 of 255 = 97%
B 112 of 255 = 44%

0
248
112

R + G + B ~ 47%. #00F870 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 248 + 112 = 360 (100%)
R 0 of 360 ~ 0%
G 248 of 360 ~ 68.89%
B 112 of 360 ~ 31.11%

%68.89
%31.11

CMYK color model

#00F870 color CMYK value is (100,0,55,3).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 54.84%
  • key color value is 2.75%
CMYK:
(100,0,55,3)
C100M0Y55K3 
(100%,0%,55%,3%)
(1.00/0.00/0.55/0.03)	

CMYK percentages

%100
%0
%54.84
%2.75

Codes

Color #00F870 in popluar color models

00F870
RGB0248112
HSL147°100.00%48.63%
HSB/HSV147°100.00%97.25%
CMYK100.00%0.00%54.84%
2.75%

Color #00F870 in popluar number systems.

HEX00F870
Decimal0248112
Binary0111110001110000
Octal0370160

Shades and tints

Shades of #00F870

#00F870
(0,248,112)
#00E266
(0,226,102)
#00CC5C
(0,204,92)
#00B652
(0,182,82)
#00A048
(0,160,72)
#008A3E
(0,138,62)
#007434
(0,116,52)
#005E2A
(0,94,42)
#004820
(0,72,32)
#003216
(0,50,22)
#001C0C
(0,28,12)
#000000
(0,0,0)

Tints of #00F870

#00F870
(0,248,112)
#17F87D
(23,248,125)
#2EF88A
(46,248,138)
#45F897
(69,248,151)
#5CF8A4
(92,248,164)
#73F8B1
(115,248,177)
#8AF8BE
(138,248,190)
#A1F8CB
(161,248,203)
#B8F8D8
(184,248,216)
#CFF8E5
(207,248,229)
#E6F8F2
(230,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00F870 color. Also use rgb(0,248,112) instead hex code.

Text Font Color

.myTextColor { color: #00F870; }

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

This text font color is #00F870.


Background Color

.myBgColor { background-color: #00F870; }

<div style="background-color:#00F870">Inner text</div>

This div background color is #00F870.


Border color

.myBorderColor { border: 1px solid #00F870; }

<div style="border:3px solid #00F870">Div</div>

This div border color is #00F870.


Opacity

.myOpacity80 { color: #00F870; opacity: 0.8; }

<p style="color:#00F870;opacity:0.8;">80%</p>

Text with #00F870 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 #00F870;}

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

This text has shadow with #00F870 color.

.textShadow {text-shadow: 3px 3px 1px #00F870, 3px 3px 1px red;}

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

This text has shadow with #00F870 primary color and red secondary color.


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

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

This text has shadow with #00F870 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F870 on black background.


Color preview on white background

This text has color #00F870 on white background.



Black color preview on #00F870 background

This text has black color on #00F870 background.


White color preview on #00F870 background

This text has white color on #00F870 background.