colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "green-yellow-vs-yellow-green",
"type": "nearest",
"name": "Green Yellow vs Yellow Green",
"verdict": "Green Yellow and Yellow Green are visually related colors. Green Yellow is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.54:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Green Yellow and Yellow Green are different green colors with HEX values #ADFF2F and #9ACD32. According to Colors Encyclopedia, their RGB distance is 53.6, their contrast ratio is 1.54:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 53.6,
"contrastRatio": 1.54,
"colors": [
{
"slug": "green-yellow",
"name": "Green Yellow",
"hex": "#ADFF2F",
"rgb": [
173,
255,
47
],
"hsl": [
84,
100,
59
],
"cmyk": [
32,
0,
82,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.8061,
"contrast": {
"black": 17.12,
"white": 1.23
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.12
},
"description": "Green Yellow is #ADFF2F, a cool green color with vibrant character. Compared with Yellow Green, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/green-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/green-yellow.json"
},
{
"slug": "yellow-green",
"name": "Yellow Green",
"hex": "#9ACD32",
"rgb": [
154,
205,
50
],
"hsl": [
80,
61,
50
],
"cmyk": [
25,
0,
76,
20
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone"
],
"luminance": 0.5076,
"contrast": {
"black": 11.15,
"white": 1.88
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 11.15
},
"description": "Yellow Green is #9ACD32, a cool green color with earth tone character. Compared with Green Yellow, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/yellow-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/yellow-green.json"
}
],
"differences": {
"rgbDistance": 53.6,
"contrastRatio": 1.54,
"hslDelta": {
"hue": 4,
"saturation": 39,
"lightness": 9
},
"luminanceDelta": 0.2985,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Green Yellow",
"moreSaturatedColor": "Green Yellow"
},
"accessibility": {
"pairContrastRatio": 1.54,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Green Yellow",
"background": "#ADFF2F",
"foreground": "#000000",
"label": "black text",
"ratio": 17.12
},
{
"color": "Yellow Green",
"background": "#9ACD32",
"foreground": "#000000",
"label": "black text",
"ratio": 11.15
}
]
},
"useCases": {
"chooseFirstWhen": "Green Yellow is better when the design needs vibrant green character, cool temperature, and the specific HEX value #ADFF2F.",
"chooseSecondWhen": "Yellow Green is better when the design needs earth tone green character, cool temperature, and the specific HEX value #9ACD32.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/green-yellow-vs-yellow-green.json",
"https://www.colorsencyclopedia.com/api/colors/green-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/yellow-green.json"
],
"url": "https://www.colorsencyclopedia.com/compare/green-yellow-vs-yellow-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/green-yellow-vs-yellow-green.json"
}