#50a00a color space conversions
Hex:
        #50a00a
        RGB:
        80, 160, 10
        CMY:
        69, 37, 96
        CMYK:
        50, 0, 94, 37
      HSL:
        92°, 88.2353%, 33.3333%
        HSV (HSB):
        92°, 93.7500%, 62.7451%
        XYZ:
        15.9339, 26.8690, 4.6336
        xyY:
        0.3359, 0.5664, 26.8690
      CIE-Lab:
        58.8529, -46.9455, 59.2309
        CIE-LCH:
        58.8529, 75.5789, 128.3998
        CIE-Luv:
        58.8529, -38.7138, 69.0950
        Hunter-Lab:
        51.8353, -35.8420, 30.9847
      #50a00a color charts
#50a00a RGB chart
      #50a00a CMYK chart
      #50a00a RGB pie chart
      #50a00a color shades, tints & tones
#50a00a color schemes
#50a00a color preview, HTML & CSS examples
           This text has a color of #50a00a        
        
          <p style="color:#50a00a;">Text here</p>
        
        
          .mytext {color:#50a00a;}
        
        Text color #50a00a
      
           This box has a color of #50a00a        
        
          <div style="background-color:#50a00a;">Content here</div>
        
        
          .mybackground {background-color:#50a00a;}
        
        Background color #50a00a
      
           Border around this has a color of #50a00a        
        
          <div style="border:2px solid #50a00a;">Content here</div>
        
        
          .myborder {border:2px solid #50a00a;}
        
        Border color #50a00a