#0EF007

Color #0EF007 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0EF007

Tints of Free Speech Green #0EF007

Color information

#0EF007 (or 0x0EF007) is unknown color: approx Free Speech Green. HEX triplet: 0E, F0 and 07. RGB value is (14,240,7). Sum of RGB (Red+Green+Blue) = 14+240+7=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 240 (94.14% from 255 or 91.95% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF007 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF007 is #F10FF8. Grayscale: #929292. Windows color (decimal): -15798265 or 520206. OLE color: 520206.

HSL color Cylindrical-coordinate representation of color #0EF007: hue angle of 118.2º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EF007 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB142407-
CMYK0.9400.970.06
HSL118.2º94.33%48.43%-
HSV(B)118.2º97.08%94.12%-
XYZ31.3862.4310.6-
YUV145.8649.6333.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.36%
GREEN value IS 240 (94.14% from 255) = 91.95%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=5.36%
G=91.95%
B=2.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1424070.9400.970.06118.294.3348.43
HexEF075E0616765e30
Octal1636071360141616613660
Binary11101111000011110111100110000111011101101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EF007; }

 p { color: rgb(14,240,7); }

 H1.HeaderClassName
 {
   color: #0EF007;
 }
 .AnyTagClassName
 {
   color: #0EF007;
 }
</style>
background-color css

<style>
 a { background-color: #0EF007; }

 a { background-color: rgb(14,240,7); }

 div.DivClassName
 {
   background-color: #0EF007;
 }
 .BgClassName
 {
   background-color: #0EF007;
 }
</style>
border-color css

<style>
 span { border-color: #0EF007; }

 span { border-color: rgb(14,240,7); }

 td.TdClassName
 {
   border-color: #0EF007;
 }
 .TagClassName
 {
   border-color: #0EF007;
 }
</style>