Color: #18725A

#18725A Color Information

#18725A is a dark color. The closest websafe version is #18725A. A complement of this color would be #721830, perceived brightness is 0.33, and the grayscale version is #454545.

In the HSL color space, this color has a hue angle of 164°,a saturation of 65%, and a lightness of 27%.The HSV representation shows a hue of 164°, a saturation of 79%, and a value of 45%.

In a RGB color space, #18725A is composed of 9% red, 45% green and 35% blue. Whereas in a CMYK color space, it is composed of 79% cyan, 0% magenta, 21% yellow and 55% black.

In the Yxy color space, this color is represented as Y: 12.89, x: 0.2763, and y: 0.4271.

Color Code #18725A

#18725Argb(24, 114, 90)
HEX
#18725A
RGB
rgb(24, 114, 90)
HSL
hsl(164, 65%, 27%)
HSV
hsv(164, 79%, 45%)
CMYK
79%, 0%, 21%, 55%
XYZ
X: 8.34, Y: 12.89, Z: 8.95
Lab
L: 42.59, a: -31.42, b: 5.65
Name

Shades of Color #18725A

Shades are created by darkening the original color #18725A in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #18725A

Tints are created by lightening the original color #18725A in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#18725Argb(24, 114, 90)

About #18725A Color Code

In the HSL color space, this color has a hue angle of 164°, a saturation of 65%, and a lightness of 27%. The HSV representation shows a hue of 164°, a saturation of 79%, and a value of 45%.

  • HEX: #18725A
  • RGB: rgb(24, 114, 90)
  • HSL: hsl(164, 65%, 27%)
  • HSV: hsv(164, 79%, 45%)
  • CMYK: 79.00% cyan, 0.00% magenta, 21.00% yellow, 55.00% black
  • XYZ: 8.34, 12.89, 8.95
  • Yxy: 12.89, 0.2763, 0.4271
  • Hunter Lab: 42.59, -31.42, 5.65
  • CIE-Lab: 42.59, -31.42, 5.65

In the XYZ color space, this color is represented as X: 8.34, Y: 12.89, Z: 8.95. The Yxy representation further refines this as Y: 12.89, x: 0.2763, and y: 0.4271.

In the Hunter Lab color space, this color is represented as L: 42.59, a: -31.42, and b: 5.65. Similarly, in the CIE-Lab color space, it is represented as L: 42.59, a: -31.42, and b: 5.65.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #18725A

Triadic colors are three colors evenly spaced around the color wheel, including #18725A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #18725A

Analogous colors are adjacent to #18725A on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #18725A

Split complementary colors are two colors adjacent to the complementary color of #18725A. They create a balanced and visually appealing color scheme.

Tetradic Colors of #18725A

Tetradic colors form a rectangle on the color wheel, including #18725A. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #18725A

Monochromatic colors are variations of #18725A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #18725A

The complementary color of #18725A is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #18725A

/* Using HEX */
body {
  background-color: #18725a;
}
/* Using RGB */
body {
  background-color: rgb(24, 114, 90);
}
/* Using RGB with opacity */
body {
  background-color: rgba(24, 114, 90, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(164, 65%, 27%);
}
/* Text color */
p {
  color: #18725a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #18725a;
}
/* Border color */
.box {
  border: 4px solid #18725a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #18725a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #18725a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#18725A
On Black Background
#18725A
On White Background
#18725A

HTML Examples of #18725A

<!-- Using HEX -->
<div style="background-color: #18725a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(24, 114, 90); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(24, 114, 90, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(164, 65%, 27%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #18725a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #18725a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #18725a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #18725a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #18725a; color: #fff; padding: 16px; border-radius: 8px;">
  #18725A
</div>
#18725A
On Black Background
#18725A
On White Background
#18725A

Related Colors of #18725A

These colors are similar to #18725A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.