#0FF40F

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

Shades of Free Speech Green #0FF40F

Tints of Free Speech Green #0FF40F

Color information

#0FF40F (or 0x0FF40F) is unknown color: approx Free Speech Green. HEX triplet: 0F, F4 and 0F. RGB value is (15,244,15). Sum of RGB (Red+Green+Blue) = 15+244+15=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 244 (95.70% from 255 or 89.05% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 244 - color contains mainly: green. Hex color #0FF40F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF40F is #F00BF0. Grayscale: #969696. Windows color (decimal): -15731697 or 1045519. OLE color: 1045519.

HSL color Cylindrical-coordinate representation of color #0FF40F: hue angle of 120º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF40F is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB1524415-
CMYK0.9400.940.04
HSL120º91.24%50.78%-
HSV(B)120º93.85%95.69%-
XYZ32.6364.8411.25-
YUV149.4252.1332.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.47%
GREEN value IS 244 (95.70% from 255) = 89.05%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=5.47%
G=89.05%
B=5.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15244150.9400.940.0412091.2450.78
HexFF4F5E05E4785b33
Octal17364171360136417013363
Binary111111110100111110111100101111010011110001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,244,15); }

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

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

 a { background-color: rgb(15,244,15); }

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

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

 span { border-color: rgb(15,244,15); }

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