Color: #ADF60E
#ADF60E Color Information
#ADF60E is a light color. The closest websafe version is #ADF60E. A complement of this color would be #570EF6, perceived brightness is 0.78, and the grayscale version is #828282.
In the HSL color space, this color has a hue angle of 79°,a saturation of 93%, and a lightness of 51%.The HSV representation shows a hue of 79°, a saturation of 94%, and a value of 96%.
In a RGB color space, #ADF60E is composed of 68% red, 96% green and 5% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 94% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 75.39, x: 0.3868, and y: 0.5424.
Color Code #ADF60E
Shades of Color #ADF60E
Shades are created by darkening the original color #ADF60E 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 #ADF60E
Tints are created by lightening the original color #ADF60E 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 #ADF60E Color Code
In the HSL color space, this color has a hue angle of 79°, a saturation of 93%, and a lightness of 51%. The HSV representation shows a hue of 79°, a saturation of 94%, and a value of 96%.
- HEX: #ADF60E
- RGB: rgb(173, 246, 14)
- HSL: hsl(79, 93%, 51%)
- HSV: hsv(79, 94%, 96%)
- CMYK: 30.00% cyan, 0.00% magenta, 94.00% yellow, 4.00% black
- XYZ: 53.77, 75.39, 9.84
- Yxy: 75.39, 0.3868, 0.5424
- Hunter Lab: 89.58, -43.51, 83.57
- CIE-Lab: 89.58, -43.51, 83.57
In the XYZ color space, this color is represented as X: 53.77, Y: 75.39, Z: 9.84. The Yxy representation further refines this as Y: 75.39, x: 0.3868, and y: 0.5424.
In the Hunter Lab color space, this color is represented as L: 89.58, a: -43.51, and b: 83.57. Similarly, in the CIE-Lab color space, it is represented as L: 89.58, a: -43.51, and b: 83.57.
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 #ADF60E
Triadic colors are three colors evenly spaced around the color wheel, including #ADF60E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADF60E
Split complementary colors are two colors adjacent to the complementary color of #ADF60E. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADF60E
Monochromatic colors are variations of #ADF60E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADF60E
The complementary color of #ADF60E 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 #ADF60E
/* Using HEX */ body { background-color: #adf60e; }
/* Using RGB */ body { background-color: rgb(173, 246, 14); }
/* Using RGB with opacity */ body { background-color: rgba(173, 246, 14, 0.5); }
/* Using HSL */ body { background-color: hsl(79, 93%, 51%); }
/* Text color */ p { color: #adf60e; }
/* Box shadow */ div { box-shadow: 4px 4px #adf60e; }
/* Border color */ .box { border: 4px solid #adf60e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #adf60e; }
/* Background with text */ div { background: #adf60e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADF60E
<!-- Using HEX --> <div style="background-color: #adf60e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 246, 14); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 246, 14, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(79, 93%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adf60e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adf60e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #adf60e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #adf60e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #adf60e; color: #fff; padding: 16px; border-radius: 8px;"> #ADF60E </div>
Related Colors of #ADF60E
These colors are similar to #ADF60E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.