Follow these steps to convert given Gradians value from Gradians units to Degrees units.
Enter the input Gradians value in the text field.
The given Gradians is converted to Degrees in realtime ⌚ using the formula, and displayed under the Degrees label.
You may copy the resulting Degrees value using the Copy button.
Formula
To convert given angle from Gradians to Degrees, use the following formula.
Degrees = Gradians * 9 / 10
Calculation
Calculation will be done after you enter a valid input.
Gradians to Degrees Conversion Table
The following table gives some of the most used conversions from Gradians to Degrees.
Gradians (gon)
Degrees (°)
0 gon
0 °
1 gon
0.9°
10 gon
9 °
45 gon
40.5°
90 gon
81 °
180 gon
162 °
360 gon
324 °
1000 gon
900 °
Gradians
Gradians, also known as grads or gon, are a unit of angular measurement where a full circle is divided into 400 gradians. This unit is particularly useful in fields such as surveying and civil engineering, especially in some European countries. One gradian is equivalent to 0.9 degrees, making it convenient for calculating right angles and dividing circles into decimal fractions.
Degrees
Degrees are a widely used unit of angular measurement, especially in geometry, trigonometry, and everyday applications. A full circle is divided into 360 degrees, with each degree further divided into 60 minutes and each minute into 60 seconds. Degrees offer an intuitive way to express angles, and they are prevalent in fields ranging from navigation to astronomy, as well as in common day-to-day measurements.
{
"conversion": "gradians-degrees",
"x_slug": "gradians",
"y_slug": "degrees",
"x": "gon",
"y": "°",
"x_desc": "Gradians",
"y_desc": "Degrees",
"category": "Angle",
"symbol": "m",
"formula": "x * 9 / 10",
"precision": 11,
"examples": "<div class=\"example\">\n <div class=\"example_head\"><span class=\"example_n\">1</span>\n <h3 class=\"question\">Consider that a precision engineering tool adjusts by 100 gradians.<br>Convert this angle from gradians to Degrees.</h3></div>\n <h4 class=\"answer\">Answer:</h4>\n <p><strong>Given:</strong></p>\n <p>The angle in gradians is:</p>\n <p class=\"step\"><span>Angle<sub>(Gradians)</sub></span> = 100</p>\n <p><strong>Formula:</strong></p>\n <p>The formula to convert angle from gradians to degrees is:</p>\n <p class=\"formula step\"><span>Angle<sub>(Degrees)</sub></span> = <span>Angle<sub>(Gradians)</sub></span> × 9 / 10</p>\n <p><strong>Substitution:</strong></p>\n <p>Substitute given weight <strong>Angle<sub>(Gradians)</sub> = 100</strong> in the above formula.</p>\n <p class=\"step\"><span>Angle<sub>(Degrees)</sub></span> = <span>100</span> × 9 / 10</p>\n <p class=\"step\"><span>Angle<sub>(Degrees)</sub></span> = 90</p>\n <p><strong>Final Answer:</strong></p>\n <p>Therefore, <strong>100 gon</strong> is equal to <strong>90 °</strong>.</p>\n <p>The angle is <strong>90 °</strong>, in degrees.</p>\n </div>\n <div class=\"example\">\n <div class=\"example_head\"><span class=\"example_n\">2</span>\n <h3 class=\"question\">Consider that a civil engineer designs a slope with an angle of 90 gradians.<br>Convert this angle from gradians to Degrees.</h3></div>\n <h4 class=\"answer\">Answer:</h4>\n <p><strong>Given:</strong></p>\n <p>The angle in gradians is:</p>\n <p class=\"step\"><span>Angle<sub>(Gradians)</sub></span> = 90</p>\n <p><strong>Formula:</strong></p>\n <p>The formula to convert angle from gradians to degrees is:</p>\n <p class=\"formula step\"><span>Angle<sub>(Degrees)</sub></span> = <span>Angle<sub>(Gradians)</sub></span> × 9 / 10</p>\n <p><strong>Substitution:</strong></p>\n <p>Substitute given weight <strong>Angle<sub>(Gradians)</sub> = 90</strong> in the above formula.</p>\n <p class=\"step\"><span>Angle<sub>(Degrees)</sub></span> = <span>90</span> × 9 / 10</p>\n <p class=\"step\"><span>Angle<sub>(Degrees)</sub></span> = 81</p>\n <p><strong>Final Answer:</strong></p>\n <p>Therefore, <strong>90 gon</strong> is equal to <strong>81 °</strong>.</p>\n <p>The angle is <strong>81 °</strong>, in degrees.</p>\n </div>\n ",
"faqs": [
{
"name": "How do I convert gradians to degrees?",
"answer": "To convert gradians to degrees, multiply the number of gradians by 0.9, since one gradian equals 0.9 degrees. For example, 200 gradians multiplied by 0.9 equals 180 degrees."
},
{
"name": "What is the formula for converting gradians to degrees?",
"answer": "The formula is:\n\n\\( \\text{degrees} = \\text{gradians} \\times 0.9 \\)."
},
{
"name": "How many degrees are in a gradian?",
"answer": "There are 0.9 degrees in one gradian."
},
{
"name": "Is 100 gradians equal to 90 degrees?",
"answer": "Yes, 100 gradians is equal to 90 degrees because 100 × 0.9 = 90."
},
{
"name": "How do I convert degrees to gradians?",
"answer": "To convert degrees to gradians, divide the number of degrees by 0.9. For example, 180 degrees divided by 0.9 equals 200 gradians."
},
{
"name": "Why do we multiply by 0.9 to convert gradians to degrees?",
"answer": "Because a full circle is 400 gradians or 360 degrees, so each gradian is equivalent to 0.9 degrees (360° ÷ 400 = 0.9° per gradian)."
},
{
"name": "How many degrees are there in 50 gradians?",
"answer": "50 gradians multiplied by 0.9 equals 45 degrees."
},
{
"name": "What is the difference between degrees and gradians?",
"answer": "Degrees and gradians are both units for measuring angles. A full circle is 360 degrees or 400 gradians. Therefore, gradians divide a circle into 400 equal parts, making calculations involving right angles and percentages simpler."
}
],
"faqs_jsonld": {
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I convert gradians to degrees?",
"acceptedAnswer": {
"@type": "Answer",
"text": "To convert gradians to degrees, multiply the number of gradians by 0.9, since one gradian equals 0.9 degrees. For example, 200 gradians multiplied by 0.9 equals 180 degrees."
}
},
{
"@type": "Question",
"name": "What is the formula for converting gradians to degrees?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The formula is:\n\n\\( \\text{degrees} = \\text{gradians} \\times 0.9 \\)."
}
},
{
"@type": "Question",
"name": "How many degrees are in a gradian?",
"acceptedAnswer": {
"@type": "Answer",
"text": "There are 0.9 degrees in one gradian."
}
},
{
"@type": "Question",
"name": "Is 100 gradians equal to 90 degrees?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, 100 gradians is equal to 90 degrees because 100 × 0.9 = 90."
}
},
{
"@type": "Question",
"name": "How do I convert degrees to gradians?",
"acceptedAnswer": {
"@type": "Answer",
"text": "To convert degrees to gradians, divide the number of degrees by 0.9. For example, 180 degrees divided by 0.9 equals 200 gradians."
}
},
{
"@type": "Question",
"name": "Why do we multiply by 0.9 to convert gradians to degrees?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Because a full circle is 400 gradians or 360 degrees, so each gradian is equivalent to 0.9 degrees (360° ÷ 400 = 0.9° per gradian)."
}
},
{
"@type": "Question",
"name": "How many degrees are there in 50 gradians?",
"acceptedAnswer": {
"@type": "Answer",
"text": "50 gradians multiplied by 0.9 equals 45 degrees."
}
},
{
"@type": "Question",
"name": "What is the difference between degrees and gradians?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Degrees and gradians are both units for measuring angles. A full circle is 360 degrees or 400 gradians. Therefore, gradians divide a circle into 400 equal parts, making calculations involving right angles and percentages simpler."
}
}
]
},
"table1n": "<h2><span class=\"x\">Gradians</span> to <span class=\"y\">Degrees</span> Conversion Table</h2><p>The following table gives some of the most used conversions from Gradians to Degrees.</p><table><thead><tr><th scope=\"column\" role=\"columnheader\">Gradians (<span class=\"unit\">gon</span>)</th><th scope=\"column\" role=\"columnheader\">Degrees (<span class=\"unit\">°</span>)</th><tr></thead><tbody><tr><td>0 <span class=\"unit\">gon</span></td><td>0 <span class=\"unit\">°</span></td></tr><tr><td>1 <span class=\"unit\">gon</span></td><td>0<span>.9</span> <span class=\"unit\">°</span></td></tr><tr><td>10 <span class=\"unit\">gon</span></td><td>9 <span class=\"unit\">°</span></td></tr><tr><td>45 <span class=\"unit\">gon</span></td><td>40<span>.5</span> <span class=\"unit\">°</span></td></tr><tr><td>90 <span class=\"unit\">gon</span></td><td>81 <span class=\"unit\">°</span></td></tr><tr><td>180 <span class=\"unit\">gon</span></td><td>162 <span class=\"unit\">°</span></td></tr><tr><td>360 <span class=\"unit\">gon</span></td><td>324 <span class=\"unit\">°</span></td></tr><tr><td>1000 <span class=\"unit\">gon</span></td><td>900 <span class=\"unit\">°</span></td></tr></table>",
"units": [
[
"degrees",
"Degrees",
"°"
],
[
"radians",
"Radians",
"rad"
],
[
"gradians",
"Gradians",
"gon"
],
[
"minutes",
"Minutes",
"'"
],
[
"seconds",
"Seconds",
"\""
],
[
"turns",
"Turns",
"turn"
],
[
"circles",
"Circles",
"circle"
],
[
"binary_degrees",
"Binary Degrees",
"°"
],
[
"compass_points",
"Compass Points",
"compass point"
],
[
"diameter_part",
"Diameter Parts",
"diameter part"
],
[
"hexacontades",
"Hexa-Contades",
"hexacontade"
],
[
"hour_angles",
"Hour Angles",
"hour angle"
],
[
"right_angles",
"Right Angles",
"right angle"
],
[
"milliradians",
"Milli-radians",
"mrad"
],
[
"quadrants",
"Quadrants",
"quadrant"
],
[
"sextants",
"Sextants",
"sextant"
],
[
"pi_radians",
"π Radians",
"π radians"
],
[
"zam",
"Zam",
"zam"
]
],
"y_long_desc": "Degrees are a widely used unit of angular measurement, especially in geometry, trigonometry, and everyday applications. A full circle is divided into 360 degrees, with each degree further divided into 60 minutes and each minute into 60 seconds. Degrees offer an intuitive way to express angles, and they are prevalent in fields ranging from navigation to astronomy, as well as in common day-to-day measurements.",
"x_long_desc": "Gradians, also known as grads or gon, are a unit of angular measurement where a full circle is divided into 400 gradians. This unit is particularly useful in fields such as surveying and civil engineering, especially in some European countries. One gradian is equivalent to 0.9 degrees, making it convenient for calculating right angles and dividing circles into decimal fractions."
}