#03ac12 color space conversions
Hex:
        #03ac12
        RGB:
        3, 172, 18
        CMY:
        99, 33, 93
        CMYK:
        98, 0, 90, 33
      HSL:
        125°, 96.5714%, 34.3137%
        HSV (HSB):
        125°, 98.2558%, 67.4510%
        XYZ:
        14.8993, 29.5681, 5.4942
        xyY:
        0.2982, 0.5918, 29.5681
      CIE-Lab:
        61.2797, -63.5072, 59.3352
        CIE-LCH:
        61.2797, 86.9128, 136.9452
        CIE-Luv:
        61.2797, -57.6341, 73.3028
        Hunter-Lab:
        54.3765, -46.2497, 32.0729
      #03ac12 color charts
#03ac12 RGB chart
      #03ac12 CMYK chart
      #03ac12 RGB pie chart
      #03ac12 color shades, tints & tones
#03ac12 color schemes
#03ac12 color preview, HTML & CSS examples
           This text has a color of #03ac12        
        
          <p style="color:#03ac12;">Text here</p>
        
        
          .mytext {color:#03ac12;}
        
        Text color #03ac12
      
           This box has a color of #03ac12        
        
          <div style="background-color:#03ac12;">Content here</div>
        
        
          .mybackground {background-color:#03ac12;}
        
        Background color #03ac12
      
           Border around this has a color of #03ac12        
        
          <div style="border:2px solid #03ac12;">Content here</div>
        
        
          .myborder {border:2px solid #03ac12;}
        
        Border color #03ac12