Random Color Generator

#129668 Color

Color Codes
Hex Code #129668
RGB Code rgb(18, 150, 104)
HSL Code hsl(159, 79%, 33%)

#129668 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(18, 150, 104);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(159, 79%, 33%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #129668

RGB Code Hex Code Preview
rgb(18, 150, 104, 10%) #1296681a  
rgb(18, 150, 104, 20%) #12966833  
rgb(18, 150, 104, 40%) #1296684C  
rgb(18, 150, 104, 60%) #12966899  
rgb(18, 150, 104, 80%) #129668CC  
rgb(18, 150, 104, 100%) #129668FF  

Saturated and desaturated colors of #129668

HSL Code Preview
hsl(159, 10%, 33%)  
hsl(159, 20%, 33%)  
hsl(159, 40%, 33%)  
hsl(159, 60%, 33%)  
hsl(159, 80%, 33%)  
hsl(159, 100%, 33%)  

#129668 Color Usage In CSS

 body {
    color: #129668;
    }
 p {
    color: rgb(18, 150, 104);
    }
 header {
    border-bottom:1px solid #129668;
    }
Recent Random Colors