#27ffac color space conversions
Hex:
        #27ffac
        RGB:
        39, 255, 172
        CMY:
        85, 0, 33
        CMYK:
        85, 0, 33, 0
      HSL:
        157°, 100.0000%, 57.6471%
        HSV (HSB):
        157°, 84.7059%, 100.0000%
        XYZ:
        44.0431, 74.9299, 51.1713
        xyY:
        0.2589, 0.4404, 74.9299
      CIE-Lab:
        89.3601, -67.2227, 26.1595
        CIE-LCH:
        89.3601, 72.1333, 158.7366
        CIE-Luv:
        89.3601, -74.9609, 48.7527
        Hunter-Lab:
        86.5621, -60.6621, 25.5440
      #27ffac color charts
#27ffac RGB chart
      #27ffac CMYK chart
      #27ffac RGB pie chart
      #27ffac color shades, tints & tones
#27ffac color schemes
#27ffac color preview, HTML & CSS examples
           This text has a color of #27ffac        
        
          <p style="color:#27ffac;">Text here</p>
        
        
          .mytext {color:#27ffac;}
        
        Text color #27ffac
      
           This box has a color of #27ffac        
        
          <div style="background-color:#27ffac;">Content here</div>
        
        
          .mybackground {background-color:#27ffac;}
        
        Background color #27ffac
      
           Border around this has a color of #27ffac        
        
          <div style="border:2px solid #27ffac;">Content here</div>
        
        
          .myborder {border:2px solid #27ffac;}
        
        Border color #27ffac