#aeed32 color space conversions
Hex:
        #aeed32
        RGB:
        174, 237, 50
        CMY:
        32, 7, 80
        CMYK:
        27, 0, 79, 7
      HSL:
        80°, 83.8565%, 56.2745%
        HSV (HSB):
        80°, 78.9030%, 92.9412%
        XYZ:
        48.3155, 69.7973, 13.9434
        xyY:
        0.3659, 0.5285, 69.7973
      CIE-Lab:
        86.8974, -44.4805, 76.6003
        CIE-LCH:
        86.8974, 88.5784, 120.1430
        CIE-Luv:
        86.8974, -31.4954, 95.0025
        Hunter-Lab:
        83.5448, -42.9736, 48.5861
      #aeed32 color charts
#aeed32 RGB chart
      #aeed32 CMYK chart
      #aeed32 RGB pie chart
      #aeed32 color shades, tints & tones
#aeed32 color schemes
#aeed32 color preview, HTML & CSS examples
           This text has a color of #aeed32        
        
          <p style="color:#aeed32;">Text here</p>
        
        
          .mytext {color:#aeed32;}
        
        Text color #aeed32
      
           This box has a color of #aeed32        
        
          <div style="background-color:#aeed32;">Content here</div>
        
        
          .mybackground {background-color:#aeed32;}
        
        Background color #aeed32
      
           Border around this has a color of #aeed32        
        
          <div style="border:2px solid #aeed32;">Content here</div>
        
        
          .myborder {border:2px solid #aeed32;}
        
        Border color #aeed32