Color: #48A00D
#48A00D Color Information
#48A00D is a dark color. The closest websafe version is #48A00D. A complement of this color would be #650DA0, perceived brightness is 0.46, and the grayscale version is #575757.
In the HSL color space, this color has a hue angle of 96°,a saturation of 85%, and a lightness of 34%.The HSV representation shows a hue of 96°, a saturation of 100%, and a value of 100%.
In a RGB color space, #48A00D is composed of 28% red, 63% green and 5% blue. Whereas in a CMYK color space, it is composed of 55% cyan, 0% magenta, 92% yellow and 37% black.
In the Yxy color space, this color is represented as Y: 26.67, x: 0.3503, and y: 0.5689.
Color Code #48A00D
Shades of Color #48A00D
Shades are created by darkening the original color #48A00D 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 #48A00D
Tints are created by lightening the original color #48A00D 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.
About #48A00D Color Code
In the HSL color space, this color has a hue angle of 96°, a saturation of 85%, and a lightness of 34%. The HSV representation shows a hue of 96°, a saturation of 92%, and a value of 63%.
- HEX: #48A00D
- RGB: rgb(72, 160, 13)
- HSL: hsl(96, 85%, 34%)
- HSV: hsv(96, 92%, 63%)
- CMYK: 55.00% cyan, 0.00% magenta, 92.00% yellow, 37.00% black
- XYZ: 16.42, 26.67, 3.79
- Yxy: 26.67, 0.3503, 0.5689
- Hunter Lab: 58.66, -44.69, 57.10
- CIE-Lab: 58.66, -44.69, 57.10
In the XYZ color space, this color is represented as X: 16.42, Y: 26.67, Z: 3.79. The Yxy representation further refines this as Y: 26.67, x: 0.3503, and y: 0.5689.
In the Hunter Lab color space, this color is represented as L: 58.66, a: -44.69, and b: 57.10. Similarly, in the CIE-Lab color space, it is represented as L: 58.66, a: -44.69, and b: 57.10.
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 #48A00D
Triadic colors are three colors evenly spaced around the color wheel, including #48A00D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #48A00D
Monochromatic colors are variations of #48A00D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #48A00D
The complementary color of #48A00D 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 #48A00D
/* Using HEX */ body { background-color: #48a00d; }
/* Using RGB */ body { background-color: rgb(72, 160, 13); }
/* Using RGB with opacity */ body { background-color: rgba(72, 160, 13, 0.5); }
/* Using HSL */ body { background-color: hsl(96, 85%, 34%); }
/* Text color */ p { color: #48a00d; }
/* Box shadow */ div { box-shadow: 4px 4px #48a00d; }
HTML Examples of #48A00D
<!-- Using HEX --> <div style="background-color: #48a00d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(72, 160, 13); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(72, 160, 13, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(96, 85%, 34%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #48a00d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #48a00d; width: 100px; height: 100px;"></div>
Related Colors of #48A00D
These colors are similar to #48A00D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.