#afb00a color space conversions
Hex:
        #afb00a
        RGB:
        175, 176, 10
        CMY:
        31, 31, 96
        CMYK:
        1, 0, 94, 31
      HSL:
        60°, 89.2473%, 36.4706%
        HSV (HSB):
        60°, 94.3182%, 69.0196%
        XYZ:
        33.2593, 40.1865, 6.2910
        xyY:
        0.4171, 0.5040, 40.1865
      CIE-Lab:
        69.6022, -16.6352, 70.2716
        CIE-LCH:
        69.6022, 72.2137, 103.3183
        CIE-Luv:
        69.6022, 4.7885, 75.9186
        Hunter-Lab:
        63.3929, -17.2868, 38.4912
      #afb00a color charts
#afb00a RGB chart
      #afb00a CMYK chart
      #afb00a RGB pie chart
      #afb00a color shades, tints & tones
#afb00a color schemes
#afb00a color preview, HTML & CSS examples
           This text has a color of #afb00a        
        
          <p style="color:#afb00a;">Text here</p>
        
        
          .mytext {color:#afb00a;}
        
        Text color #afb00a
      
           This box has a color of #afb00a        
        
          <div style="background-color:#afb00a;">Content here</div>
        
        
          .mybackground {background-color:#afb00a;}
        
        Background color #afb00a
      
           Border around this has a color of #afb00a        
        
          <div style="border:2px solid #afb00a;">Content here</div>
        
        
          .myborder {border:2px solid #afb00a;}
        
        Border color #afb00a