What is hex #9ACD32 color?

 
The hex code #9ACD32 is also know by an other name that is Yellow Green.
This color is composed of 154% red, 205% green and 50% blue. So we can say that the RGB value is (154,205,50)
You need to use it for a printer? The CMYK colors code equivalent of hex #9ACD32 is C:25 M:0 Y:76, K:20) .
In the HSV/HSB scale, #9ACD32 has a hue of 80°, 76% saturation and a brightness value of 80%.
If you want to know all about the hex #9ACD32, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #9ACD32 (complementary, analogous, triadic, tetradic...).

Hex #9ACD32 Color Codes & Equivalents

Color Name [Yellow Green]
RGB Values (154,205,50)
CMYK Values (25%, 0%, 76%, 20%)
HSV/HSB Values (80°, 76%, 80%)
Closest Web Safe
#99CC33
Inverse Color
#6532cd
Closest Pantone®
7746 C
Closest RAL
RAL 1018 [Zinc yellow]
Complementary Color
#6532cd

#9ACD32 Converted to Grayscale Codes

Average
#888888
Lightness (Desaturation)
#808080
Weighted (BT601)
#acacac
Luma (BT709)
#b7b7b7

Hex #9ACD32 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #9ACD32 is #6532cd. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #9ACD32 you will find #6532cd. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#9ACD32 #6532cd

Analogous Palette

The analogous color scheme of #9ACD32 is composed with colors #CDB232 and #4CCD32. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #9ACD32 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#CDB232 #9ACD32 #4CCD32

Split-Complementary Palette

The split-complementary color scheme of #9ACD32 is composed with colors #B232CD and #324CCD. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#9ACD32 #B232CD #324CCD

Triadic Palette

The triadic color scheme of #9ACD32 is composed with colors #CD329A and #329ACD. They are located to the right and left of your main color #9ACD32 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#9ACD32 #CD329A #329ACD

Tetradic Palette

The tetradic color scheme of #9ACD32 is composed with colors #329ACD, #6532CD and #CD6532 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#9ACD32 #329ACD #6532CD #CD6532

Square Palette

The square color scheme of #9ACD32 is composed with colors #32CDB2, #6532CD and #CD324C To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#9ACD32 #32CDB2 #6532CD #CD324C

Tints, Tones & Shades of Hex #9ACD32

Tints

Tints are created by adding white, resulting in lighter shades of #9ACD32.

#9ACD32 #A2D142 #AAD552 #B2D963 #BADD73 #C2E184 #CAE594 #D2E9A4

Tones

Tones are made by mixing with gray, softening the original color.

#9ACD32 #95C03E #91B44A #8DA757 #889B63 #848E70 #80827C #7F7F7F

Shades

Shades result from adding black, creating darker variations.

#9ACD32 #8DBC2E #81AC2A #759B26 #688B22 #5C7B1E #506A1A #435A16

Hex #9ACD32 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #9ACD32
Java new Color(154,205,50);
Python Color(#9ACD32)
.NET Color.FromArgb(255, 154,205,50);
Swift / iOS UIColor(red: 0.6, green: 0.8, blue: 0.2, alpha: 1)
Kotlin / Android Color.rgb(154, 205, 50)