#0FEF12

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

Shades of Free Speech Green #0FEF12

Tints of Free Speech Green #0FEF12

Color information

#0FEF12 (or 0x0FEF12) is unknown color: approx Free Speech Green. HEX triplet: 0F, EF and 12. RGB value is (15,239,18). Sum of RGB (Red+Green+Blue) = 15+239+18=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 239 (93.75% from 255 or 87.87% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEF12 is #F010ED. Grayscale: #939393. Windows color (decimal): -15732974 or 1240847. OLE color: 1240847.

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

Color convert

RGB1523918-
CMYK0.9400.920.06
HSL120.8º88.19%49.8%-
HSV(B)120.8º93.72%93.73%-
XYZ31.1761.8810.87-
YUV146.8355.2933.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 239 (93.75% from 255) = 87.87%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=5.51%
G=87.87%
B=6.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15239180.9400.920.06120.888.1949.8
HexFEF125E05C6795832
Octal17357221360134617113062
Binary1111111011111001010111100101110011011110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,239,18); }

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

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

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

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

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

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

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