Color: #94C70A

#94C70A Color Information

#94C70A is a light color. The closest websafe version is #94C70A. A complement of this color would be #3D0AC7, perceived brightness is 0.64, and the grayscale version is #696969.

In the HSL color space, this color has a hue angle of 76°,a saturation of 90%, and a lightness of 41%.The HSV representation shows a hue of 76°, a saturation of 95%, and a value of 78%.

In a RGB color space, #94C70A is composed of 58% red, 78% green and 4% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 0% magenta, 95% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 47.55, x: 0.3941, and y: 0.5362.

Color Code #94C70A

#94C70Argb(148, 199, 10)
HEX
#94C70A
RGB
rgb(148, 199, 10)
HSL
hsl(76, 90%, 41%)
HSV
hsv(76, 95%, 78%)
CMYK
26%, 0%, 95%, 22%
XYZ
X: 34.95, Y: 47.55, Z: 6.18
Lab
L: 74.54, a: -33.76, b: 71.82
Name

Shades of Color #94C70A

Shades are created by darkening the original color #94C70A 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 #94C70A

Tints are created by lightening the original color #94C70A 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.

#94C70Argb(148, 199, 10)

About #94C70A Color Code

In the HSL color space, this color has a hue angle of 76°, a saturation of 90%, and a lightness of 41%. The HSV representation shows a hue of 76°, a saturation of 95%, and a value of 78%.

  • HEX: #94C70A
  • RGB: rgb(148, 199, 10)
  • HSL: hsl(76, 90%, 41%)
  • HSV: hsv(76, 95%, 78%)
  • CMYK: 26.00% cyan, 0.00% magenta, 95.00% yellow, 22.00% black
  • XYZ: 34.95, 47.55, 6.18
  • Yxy: 47.55, 0.3941, 0.5362
  • Hunter Lab: 74.54, -33.76, 71.82
  • CIE-Lab: 74.54, -33.76, 71.82

In the XYZ color space, this color is represented as X: 34.95, Y: 47.55, Z: 6.18. The Yxy representation further refines this as Y: 47.55, x: 0.3941, and y: 0.5362.

In the Hunter Lab color space, this color is represented as L: 74.54, a: -33.76, and b: 71.82. Similarly, in the CIE-Lab color space, it is represented as L: 74.54, a: -33.76, and b: 71.82.

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 #94C70A

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

Analogous Colors of #94C70A

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

Monochromatic Colors of #94C70A

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

Complementary Color of #94C70A

The complementary color of #94C70A 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 #94C70A

/* Using HEX */
body {
  background-color: #94c70a;
}
/* Using RGB */
body {
  background-color: rgb(148, 199, 10);
}
/* Using RGB with opacity */
body {
  background-color: rgba(148, 199, 10, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(76, 90%, 41%);
}
/* Text color */
p {
  color: #94c70a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #94c70a;
}
/* Border color */
.box {
  border: 4px solid #94c70a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #94c70a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #94c70a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#94C70A
On Black Background
#94C70A
On White Background
#94C70A

HTML Examples of #94C70A

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

Related Colors of #94C70A

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