1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Anyone know the FONT Green number code for the movie the MATRIX

Discussion in 'HTML & Website Design' started by moneymind, Jan 1, 2009.

  1. #1
    I am tring to figure out what the font code is for that kind of hacker green that they use for the MATRIX layouts ect. If anyone knows it would be a great help cant seem to find it.
     
    moneymind, Jan 1, 2009 IP
  2. redstar504

    redstar504 Peon

    Messages:
    70
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I like #1ec503
     
    redstar504, Jan 1, 2009 IP
  3. moneymind

    moneymind Peon

    Messages:
    232
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks redstar will check it out
     
    moneymind, Jan 1, 2009 IP
  4. chethan2k4

    chethan2k4 Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    #02E148
    #086213
    #67F383
    #044A0B

    I like a good healthy combination of these! try them out
     
    chethan2k4, Jan 2, 2009 IP
  5. coverscorp

    coverscorp Banned

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    hi moneymind,

    I think for the font is not only the green color only.

    you can play with the prevailing lighting, so that the text is visible starlight as THE MATRIX:)

    if you use photoshop program, you can play the layer and the color balance (highlight)

    hope can be useful
    thanks
     
    coverscorp, Jan 2, 2009 IP
  6. joomlavm

    joomlavm Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    please try this code:
    
    <html> 
    <head> 
    <meta http-equiv="Author" Content="OXIN STUDIO"/> 
    <style> 
    .fixed {font-family: "Tahoma"; font-size=18pt; 
    font-weight:bold; color:#00FF80;} 
    </style> 
    <title>语文书</title></head> 
    <body style="background:#000000; color:#00CC00;"> 
    <Span ID=oneEnd class='fixed' style="position:absolute; top:20; left:250; color: #00CC00"></Span> 
    <Span ID=oneLast class='fixed' style="position:absolute; top:20; left:250; color: #00CC00"></Span> 
    <Span ID=oneFaded class='fixed' style="position:absolute; top:20; left:250; color: #00CC00"></Span> 
    <Span ID=oneFirst class='fixed' style="position:absolute; top:20; left:250;"></Span> 
    <Div><br><br> 
    </div> 
    
    <Span ID=twoEnd class='fixed' style="position:absolute; top:148; left:150; color: #00CC00"></Span> 
    <Span ID=twoLast class='fixed' style="position:absolute; top:148; left:150; color: #00CC00"></Span> 
    <Span ID=twoFaded class='fixed' style="position:absolute; top:148; left:150; color: #00CC00"></Span> 
    <Span ID=twoFirst class='fixed' style="position:absolute; top:148; left:150; color: #00CC00"></Span> 
    
    <Span ID=thrEnd class='fixed' style="position:absolute; top:298; left:300; color: #00CC00"></Span> 
    <Span ID=thrLast class='fixed' style="position:absolute; top:300; left:300; color: #00CC00"></Span> 
    <Span ID=thrFaded class='fixed' style="position:absolute; top:302; left:300; color: #00CC00"></Span> 
    <Span ID=thrFirst class='fixed' style="position:absolute; top:306; left:300; color: #00CC00"></Span> 
    <script language="JavaScript"> 
    <!-- 
    if (document.all){ 
    Cols=10; 
    Cl=24; 
    Cs=10; 
    Ts=10; 
    Tc='#008800'; 
    Tc1='#00ff00'; 
    MnS=20; 
    MxS=30; 
    I=Cs; 
    Sp=new Array();S=new Array();Y=new Array(); 
    C=new Array();M=new Array();B=new Array(); 
    RC=new Array();E=new Array();Tcc=new Array(0,1); 
    document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>"); 
    document.write("<div style='position:relative'>"); 
    for(i=0; i < Cols; i++){ 
    S[i]=I+=Cs; 
    document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:" 
    +Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>"); 
    } 
    document.write("</div></div>"); 
    
    for(j=0; j < Cols; j++){ 
    RC[j]=1+Math.round(Math.random()*Cl); 
    Y[j]=0; 
    Sp[j]=Math.round(MnS+Math.random()*MxS); 
    for(i=0; i < RC[j]; i++){ 
    B[i]=''; 
    C[i]=Math.round(Math.random()*1)+' '; 
    M[j]=B[0]+=C[i]; 
    } 
    } 
    function Cycle(){ 
    Container.style.top=window.document.body.scrollTop; 
    for (i=0; i < Cols; i++){ 
    var r = Math.floor(Math.random()*Tcc.length); 
    E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; 
    Y[i]+=Sp[i]; 
    
    if (Y[i] > window.document.body.clientHeight){ 
    for(i2=0; i2 < Cols; i2++){ 
    RC[i2]=1+Math.round(Math.random()*Cl); 
    for(i3=0; i3 < RC[i2]; i3++){ 
    B[i3]=''; 
    C[i3]=Math.round(Math.random()*1)+' '; 
    C[Math.floor(Math.random()*i2)]=' '+' '; 
    M[i]=B[0]+=C[i3]; 
    Y[i]=-Ts*M[i].length/1.5; 
    A[i].style.visibility='visible'; 
    } 
    Sp[i]=Math.round(MnS+Math.random()*MxS); 
    } 
    } 
    A[i].style.top=Y[i]; 
    A[i].innerHTML=M[i]+' '+E[i]+' '; 
    } 
    setTimeout('Cycle()',20) 
    } 
    Cycle(); 
    } 
    // --> 
    </script> 
    <script> 
    <!-- 
    var nDelay = 50; 
    
    function cDecoder(sMe, sPre, sMsg) { 
    this.self = sMe; 
    this.msg = sMsg; 
    this.arr = new Array(); 
    this.current = ""; 
    this.prefix = sPre; 
    } 
    
    function Main() { 
    eval(this.prefix+"First.innerText="+this.prefix+"Faded.innerText"); 
    this.current = ""; 
    var nMatch = 0; 
    for (i=0; i<this.msg.length; i++) { 
    if (this.arr[i] != this.msg.charAt(i)) { 
    this.arr[i] = GetChar(); 
    nMatch++; 
    } 
    this.current+= this.arr[i]; 
    } 
    eval(this.prefix+"First.innerText=this.current"); 
    if (this.current!=this.msg) 
    window.setTimeout(this.self+".decode();",nDelay * (1+nMatch)/(1+this.msg.length)); 
    else { 
    eval(this.prefix+"First.innerText=this.msg"); 
    
    } 
    } 
    
    function GetChar() { 
    switch (parseInt(Math.random()*10)) { 
    case 0: 
    var vArr = new Array("A", "E", "I", "O", "U", "a", "e", "i", "o", "u", " "); 
    return vArr[parseInt(Math.random()*vArr.length)]; 
    case 1: case 2: 
    return String.fromCharCode(Math.random()*10+48); 
    case 3: case 4: 
    return String.fromCharCode(Math.random()*26+65); 
    case 5: case 6: case 7: case 8: 
    return String.fromCharCode(Math.random()*26+97); 
    default: 
    var vArr = new Array(" ", ":", ";", "!", ",", ".", "'", "`", "$", "*", "(", "语", "文", "书", "[", "]", ")"); 
    return vArr[parseInt(Math.random()*vArr.length)]; 
    } 
    } 
    
    function Start() { 
    window.setTimeout(this.self+".decode();",nDelay); 
    } 
    
    
    new cDecoder("xxx", "Disregard"); 
    
    cDecoder.prototype.decode = Main; 
    cDecoder.prototype.go = Start; 
    
    var cOne = new cDecoder("cOne", "one", " 语文书[B.H.S.T] "); 
    cOne.go(); 
    var cTwo = new cDecoder("cTwo", "two", " Www.Cnhacks.Com "); 
    cTwo.go(); 
    var cThree = new cDecoder("cThree", "thr", "OICQ:5*8765*"); 
    cThree.go(); 
    
    //--> 
    </script> 
    路过...<br><br> 
    
    </body> 
    </html>
    Code (markup):
     
    joomlavm, Jan 2, 2009 IP