COLOR #00F070

HEX: #00F070
RGB: (0,240,112)

Color info

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

RGB color model

#00F070 color RGB value is (0,240,112).

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

RGB channels and saturation

R 0 of 255 = 0%
G 240 of 255 = 94%
B 112 of 255 = 44%

0
240
112

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

Portions of RGB colors in percentages

R + G + B =
0 + 240 + 112 = 352 (100%)
R 0 of 352 ~ 0%
G 240 of 352 ~ 68.18%
B 112 of 352 ~ 31.82%

%68.18
%31.82

CMYK color model

#00F070 color CMYK value is (100,0,53,6).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 5.88%
CMYK:
(100,0,53,6)
C100M0Y53K6 
(100%,0%,53%,6%)
(1.00/0.00/0.53/0.06)	

CMYK percentages

%100
%0
%53.33
%5.88

Codes

Color #00F070 in popluar color models

00F070
RGB0240112
HSL148°100.00%47.06%
HSB/HSV148°100.00%94.12%
CMYK100.00%0.00%53.33%
5.88%

Color #00F070 in popluar number systems.

HEX00F070
Decimal0240112
Binary0111100001110000
Octal0360160

Shades and tints

Shades of #00F070

#00F070
(0,240,112)
#00DB66
(0,219,102)
#00C65C
(0,198,92)
#00B152
(0,177,82)
#009C48
(0,156,72)
#00873E
(0,135,62)
#007234
(0,114,52)
#005D2A
(0,93,42)
#004820
(0,72,32)
#003316
(0,51,22)
#001E0C
(0,30,12)
#000000
(0,0,0)

Tints of #00F070

#00F070
(0,240,112)
#17F17D
(23,241,125)
#2EF28A
(46,242,138)
#45F397
(69,243,151)
#5CF4A4
(92,244,164)
#73F5B1
(115,245,177)
#8AF6BE
(138,246,190)
#A1F7CB
(161,247,203)
#B8F8D8
(184,248,216)
#CFF9E5
(207,249,229)
#E6FAF2
(230,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00F070; }

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

This text font color is #00F070.


Background Color

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

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

This div background color is #00F070.


Border color

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

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

This div border color is #00F070.


Opacity

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

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

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

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

This text has shadow with #00F070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F070 on black background.


Color preview on white background

This text has color #00F070 on white background.



Black color preview on #00F070 background

This text has black color on #00F070 background.


White color preview on #00F070 background

This text has white color on #00F070 background.