#0cc00a color space conversions
Hex:
        #0cc00a
        RGB:
        12, 192, 10
        CMY:
        95, 25, 96
        CMYK:
        94, 0, 95, 25
      HSL:
        119°, 90.0990%, 39.6078%
        HSV (HSB):
        119°, 94.7917%, 75.2941%
        XYZ:
        19.0560, 37.7994, 6.5788
        xyY:
        0.3004, 0.5959, 37.7994
      CIE-Lab:
        67.8725, -68.8785, 66.1277
        CIE-LCH:
        67.8725, 95.4836, 136.1673
        CIE-Luv:
        67.8725, -63.5394, 82.2709
        Hunter-Lab:
        61.4812, -52.2661, 36.6925
      #0cc00a color charts
#0cc00a RGB chart
      #0cc00a CMYK chart
      #0cc00a RGB pie chart
      #0cc00a color shades, tints & tones
#0cc00a color schemes
#0cc00a color preview, HTML & CSS examples
           This text has a color of #0cc00a        
        
          <p style="color:#0cc00a;">Text here</p>
        
        
          .mytext {color:#0cc00a;}
        
        Text color #0cc00a
      
           This box has a color of #0cc00a        
        
          <div style="background-color:#0cc00a;">Content here</div>
        
        
          .mybackground {background-color:#0cc00a;}
        
        Background color #0cc00a
      
           Border around this has a color of #0cc00a        
        
          <div style="border:2px solid #0cc00a;">Content here</div>
        
        
          .myborder {border:2px solid #0cc00a;}
        
        Border color #0cc00a