#00f014

#00f014 color hex

#00f014 hex color information.
RGB value of #00f014 is (0,240,20)
Change page background color to #00f014 | Reset

#00f014 rgb color chart

Color spaces of #00f014

RGB 024020
HSL0.351.000.47
HSV125°100°94°
CMYK 1.000.000.92   0.06
XYZ31.286462.370711.0516
Yxy62.37070.29880.5957
Hunter Lab78.9751-67.492846.9857
CIE-Lab83.1102-81.968677.5860

Shades of #00f014

Tints of #00f014

RGB Percentages of Color #00f014

%0.00
%92.31
%7.69

CMYK Percentages of Color #00f014

%100
%0
%92
%6

#00f014 Color Info

#00f014 hex color red value is 0, green value is 240 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #00f014 hue: 0.35 , saturation: 1.00 and the lightness value of 00f014 is 0.47.

The process color (four color CMYK) of #00f014 hex color is 1.00, 0.00, 0.92, 0.06. Web safe color of #00f014 is #00ff00

Color #00f014 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11110000 00010100
Octal 0 360 24
Decimal 0 240 20
Hexadecimal 0 F0 14

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #00f014

Triadic Colors of #00f014

#00f014 #1300ef #ef1300

Analogous Colors of #00f014

#00f014 #00ef8c #63ef00

Complementary Color of #00f014

#00f014 #ef00db

#00f014 HSL Color Chart
#00f014 hsl color chart
#00f014 RGB Color Chart

#00f014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00f014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00f014 Color CSS Codes

.mybgcolor {background-color:#00f014; } 
.myforecolor {color:#00f014; }
.mybordercolor {border:3px solid #00f014; }
Sample text font color #00f014

This sample text font color is #00f014
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#00f014">Text here</p>
#00f014 background color

This div background color is #00f014

<div style="background-color:#00f014">
Div content here</div>
#00f014 border color

This div border color is #00f014

<div style="border:3px solid #00f014">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #00f014 Color Sample
#00f014border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(0,240,20, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #00f014; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #00f014;
  -webkit-box-shadow: 1px 1px 3px 2px #00f014;
  box-shadow:         1px 1px 3px 2px #00f014; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,240,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00f014">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #00f014

<div style="-moz-box-shadow: 1px 1px 3px 2px #00f014;
  -webkit-box-shadow: 1px 1px 3px 2px #00f014;
  box-shadow:         1px 1px 3px 2px #00f014;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top