#afedaf color space conversions
Hex:
        #afedaf
        RGB:
        175, 237, 175
        CMY:
        31, 7, 31
        CMYK:
        26, 0, 26, 7
      HSL:
        120°, 63.2653%, 80.7843%
        HSV (HSB):
        120°, 26.1603%, 92.9412%
        XYZ:
        55.7012, 72.7775, 51.6691
        xyY:
        0.3092, 0.4040, 72.7775
      CIE-Lab:
        88.3415, -31.3280, 23.9006
        CIE-LCH:
        88.3415, 39.4041, 142.6594
        CIE-Luv:
        88.3415, -30.7361, 39.7252
        Hunter-Lab:
        85.3097, -32.7441, 23.8069
      #afedaf color charts
#afedaf RGB chart
      #afedaf CMYK chart
      #afedaf RGB pie chart
      #afedaf color shades, tints & tones
#afedaf color schemes
#afedaf color preview, HTML & CSS examples
           This text has a color of #afedaf        
        
          <p style="color:#afedaf;">Text here</p>
        
        
          .mytext {color:#afedaf;}
        
        Text color #afedaf
      
           This box has a color of #afedaf        
        
          <div style="background-color:#afedaf;">Content here</div>
        
        
          .mybackground {background-color:#afedaf;}
        
        Background color #afedaf
      
           Border around this has a color of #afedaf        
        
          <div style="border:2px solid #afedaf;">Content here</div>
        
        
          .myborder {border:2px solid #afedaf;}
        
        Border color #afedaf